body{
    font-family: 'Trebuchet MS', sans-serif !important;
    /* font-family: 'Brush Script MT', cursive !important; */
    overflow-x: hidden;
}

a{
    text-decoration: none !important;
}

li{
    margin-bottom: 8px;
}

.mble-view-practical{
    margin-top:3rem;
}
/* scroll for our trustes clients section */
.scrolling-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 5px 0;
}

.scrolling-row {
    display: inline-block;
    animation-duration: 10s; /* Adjust speed */
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.scroll-left-right {
    animation-name: scrollLTR;
}

.scroll-right-left {
    animation-name: scrollRTL;
}

@keyframes scrollLTR {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

@keyframes scrollRTL {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

.scrolling-row img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.border {
    border: 2px solid #2196F3; /* Blue border for visibility */
    max-height: 250px;
    overflow: hidden;
}
/* end */

.carousel-caption{
    left: 0;
    right: auto;
}

.bg-image{
    background-image: url('img/bg-sample4.png'); 
    height: 60vh; 
    background-repeat: no-repeat; 
    background-size: cover; 
    opacity: 1; 
    visibility: inherit; 
    z-index:20; 
    font-family: 'Georgia', serif;
}
.bg-inner-content{
    /* border-style: groove; */
    color: black;
    margin-left: 2%; 
    /* border-style: groove;  */
    width: 32%; 
    border-radius:1%;
    background-color: white;;
    /* box-shadow: ; */
}

.btn-group-custom .btn{
    padding: 5px 12px;
    font-size: 14px;  
    border-radius: 20px;
    /* border-style: dotted; */
    max-width: 150px;
}

.no-copy {
    pointer-events: none; 
    user-select: none;    
}

.btn-whatever{
    border-color: rgba(132,35,0,255) !important;
    /* color:#fff !important; */
}
.btn-whatever-gallery{
    background-color: rgba(132,35,0,255) !important;
    color:#fff !important;
    font-weight: bold !important;
}
.btn-whatever:hover,
.btn-whatever:focus {
    background-color: rgba(132, 35, 0, 1) !important; /* Background color on hover */
    color: #fff !important; /* Text color on hover */
}

/* our clients scroll */
/* left sidebar */
/* Add this to your CSS */
.partner-card {
    background: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }
  
  .partner-card:hover {
    transform: translateY(-5px);
    border-color: #ffb900;
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  }
  /* end */
/* client scroll right side upcoming programs */
.programs-scroll-box {
    width: 100%;
    height: 350px;
    background-color: #fff; /* Clean background */
    border-radius: 8px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1); /* Soft shadow for elegance */
    padding: 20px;
    /* margin-top: 30px; */
    overflow: hidden; /* Hide overflow to create a neat scroll */
    position: relative;
  }

  /* Title Section Styling */
  .programs-scroll-box .program-title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: rgba(132, 35, 0, 1); /* Elegant gold color matching Global Gold theme */
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }

  /* Content Area Styling with Smooth Scroll */
  .programs-scroll-content {
    overflow-y: auto;
    max-height: 270px;
    scroll-behavior: smooth;
    padding-right: 15px; /* Slight padding for better visual */
  }

  /* Program Entry Styling */
  .program-entry {
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    transition: color 0.3s ease, padding-left 0.3s ease;
  }

  /* Hover Effect on Program Entries */
  .program-entry:hover {
    color: #b89d4b; /* Gold color on hover */
    padding-left: 10px; /* Slight shift for elegance */
  }

  /* Hover Effect for Scroll Box */
  .programs-scroll-box:hover .programs-scroll-content {
    overflow-y: scroll; /* Activate scroll on hover */
  }
/* end */

.scroll-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.scroll-row {
    /* display: flex;
    gap: 10px;
    white-space: nowrap;
    width: max-content; */
    width: 100%;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.scroll-track {
    display: flex;
    gap: 10px;
    animation: scrollLeft 10s linear infinite;
}

.scroll-left .scroll-track {
    animation: scrollLeft 10s linear infinite;
}

.scroll-right .scroll-track {
    animation: scrollRight 10s linear infinite;
}

@keyframes scrollLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); } /* Moves half to create looping effect */
}

@keyframes scrollRight {
    from { transform: translateX(-50%); } /* Start midway */
    to { transform: translateX(0); }
}

.scroll-track img {
    height: 60px; 
    width: auto;
}
/* end */

/* news&events design */
.newscls h4{
    margin-top: 2%;
}
.event-item:hover {
    /* background-color: #fff3d1; */
    transition: 0.3s ease;
    border-radius: 8px;
    padding-left: 5px;
}
/* appraisal training course */
.bg-inner-content-app-crse{
    position: absolute;
    margin: 10% 0px 0px 100px;
    color: white;
    border-style: none;
    width: 50%; 
}


/* right side sticky design */
#stickyCard {
    position: relative;
}
.fixed {
    position: fixed !important;
    top: 150px;
    right: 150px;
    z-index: 999;
}

/* index -> moments captured img sec */
.img-carousel{
    width: 100%;
    height: 94%;
    padding-bottom: 0% !important;
}

/* index.php circular scroll in our trusted partner sec */
.holderCircle { 
    width: 400px; 
    height: 400px; 
    border-radius: 100%; 
    margin: 60px auto; 
    position: relative; 
}
.dotCircle { 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    margin: auto; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    border-radius: 100%; 
    z-index: 20; 
}

.dotCircle img{
    width:40px;
    height: 40px;
}
.dotCircle  .itemDot { 
    display: block; 
    width: 60px; 
    height: 60px; 
    position: absolute; 
    background: #ffffff; 
    color: #842300 ; 
    /* color: #7d4ac7;  */
    border-radius: 20px; 
    text-align: center; 
    line-height: 45px; 
    font-size: 30px; 
    z-index: 3; 
    cursor: pointer; 
    border: 2px solid #e6e6e6; 
}
.dotCircle .itemDot .forActive { 
    width: 56px; 
    height: 56px; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    display: none; 
}
.dotCircle .itemDot .forActive::after { 
    content: ''; 
    width: 5px; 
    height: 5px; 
    /* border: 3px solid #7d4ac7;  */
    border: 3px solid #842300 ; 
    bottom: -1px; 
    left: -14px; 
    filter: blur(1px); 
    position: absolute; 
    border-radius: 100%; 
}
.dotCircle  .itemDot .forActive::before { 
    content: ''; 
    width: 6px; 
    height: 6px; 
    filter: blur(5px); 
    top: -15px; 
    position: absolute; 
    transform: rotate(-45deg); 
    /* border: 6px solid #a733bb;  */
    border: 6px solid #912802  ;
    right: -20px; 
}
.dotCircle  .itemDot.active .forActive { 
    display: block; 
}
.round { 
    position: absolute; 
    left: 40px; 
    top: 45px; 
    width: 310px; 
    height: 310px; 
    /* border: 2px dotted #a733bb;  */
    border: 2px dotted #912802; 
    border-radius: 100%; 
    -webkit-animation: rotation 100s infinite linear; 
}
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { 
    color: #ffffff; 
    transition: 0.5s;
    background: #842300; /* Old browsers */ 
    background: -moz-linear-gradient(left, #842300 0%, #912802 100%); /* FF3.6-15 */ 
    background: -webkit-linear-gradient(left, #842300 0%, #912802 100%); /* Chrome10-25,Safari5.1-6 */ 
    background: linear-gradient(to right, #842300 0%, #912802 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#842300', endColorstr='912802', GradientType=1); /* IE6-9 */ 
    border: 2px solid #ffffff; 
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); 
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); 
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); 
}
.dotCircle .itemDot { 
    font-size: 40px; 
}
.contentCircle { 
    width: 250px; 
    border-radius: 100%; 
    color: #222222; 
    position: relative; 
    top: 110px; 
    left: 50%; 
    transform: translate(-50%, -50%); 
}
.contentCircle .CirItem {
    border-radius: 100%; 
    color: #222222; 
    position: absolute; 
    text-align: center; 
    bottom: 0; 
    left: 0; 
    opacity: 0; 
    transform: scale(0); 
    transition: 0.5s; 
    font-size: 15px; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    right: 0; 
    margin: auto; 
    line-height: 250px; 
}
.CirItem.active { 
    z-index: 1; 
    opacity: 1; 
    transform: scale(1); 
    transition: 0.5s; 
}
.contentCircle .CirItem i { 
    font-size: 180px; 
    position: absolute; 
    top: 0; 
    left: 50%; 
    margin-left: -90px; 
    color: #000000; 
    opacity: 0.1; 
}
@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle {/* width: 300px; height: 300px;*/ margin: 110px auto; }
    .holderCircle::after { width: 100%; height: 100%; }
    .dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width:768px) and (max-width:991px) { }
@media only screen and (min-width:992px) and (max-width:1199px) { }
@media only screen and (min-width:1200px) and (max-width:1499px) { }
.title-box .title { 
    font-weight: 600; 
    letter-spacing: 2px; 
    position: relative; 
    z-index: -1; 
}
.title-box span { 
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15); 
    font-weight: 600; 
    color: #912802; 
}
.title-box p {
    font-size: 17px; 
    line-height: 2em; 
}

/* its for user-header mble pade design */
@media only screen and (max-width: 767px) {
    .mble-nav-design{
        margin-left: 100px;
        margin-top:20px;
        margin-bottom: 0;
    }
}