/********** Template CSS **********/
body {
  font-family: "Saira", sans-serif;
  font-size: 1rem;
  /* font-weight: 400; */
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
    background-color: #fff;

}
 
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Saira", sans-serif;
  /* font-weight: 700; */
  line-height: 1.2;
  color: #000;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
}

.btn-primary {
    color: #000;
}


/*** Navbar ***/
.navbar {
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
padding: 10px;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  transition: .5s;
  margin-right: 0.5em;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
background: var(--bs-primary);
  color: #fff;
  border-radius: 2em;

}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.bg-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--bs-light);
    }
}

@media (min-width: 992px) {
    .navbar.bg-dark .navbar-nav .nav-link {
        padding: 10px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 200px;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) top center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}


/*** Title ***/
.title {
    margin-bottom: 2rem;
}

.title .title-left,
.title .title-center,
.title .title-right {
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
}

.title .title-center {
    text-align: center;
}

.title .title-right {
    text-align: right;
}

.title .title-left h5,
.title .title-center h5,
.title .title-right h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;  
}

.title .title-left h5::after,
.title .title-center h5::before,
.title .title-center h5::after,
.title .title-right h5::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    top: 9px;
    border-bottom: 1px solid #000;
}

.title .title-left h5::after,
.title .title-center h5::after {
    left: calc(100% + 15px);
}

.title .title-right h5::before,
.title .title-center h5::before {
    right: calc(100% + 15px);
}

.title .title-left h1,
.title .title-center h1,
.title .title-right h1 {
    border-bottom: 1px solid #000;
}


/*** Service ***/
.service-item {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden;
}

.service-item .service-img, .service-text  {
    position: relative;
    display: inline-block;  background: #bcdbf0;
}
/* 
.service-item .service-img::before {
    position: absolute;
    content: "";
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3rem solid rgba(0, 0, 0, .5);
    border-radius: 300px;
    z-index: 1;
} */

.service-item.service-item-left {
    border-radius: 500px 0 0 500px;
  background: #bcdbf0}

.service-item.service-item-right {
    border-radius: 0 500px 500px 0;
  background: #bcdbf0}

@media (max-width: 767.98px) {
    .service-item.service-item-left,
    .service-item.service-item-right {
        border-radius: 500px 500px 0 0;
        background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-dark));
        text-align: center;
    }
}


/*** Team ***/
.team-item {
    position: relative;
}

.team-item .team-name {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
}

.team-item .team-body {
    position: relative;
    overflow: hidden;
}

.team-item .team-body .team-before,
.team-item .team-body .team-after {
    position: absolute;
    content: "";
    width: 0;
    height: calc(100% - 60px);
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.team-item .team-body .team-after {
    left: auto;
    right: 0;
}

.team-item .team-body .team-before {
    text-align: right;
}

.team-item:hover .team-body .team-before,
.team-item:hover .team-body .team-after {
    width: 50%;
}

.team-item .team-body .team-before span,
.team-item .team-body .team-after span {
    margin: 5px;
    color: #000;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-body .team-before span,
.team-item:hover .team-body .team-after span {
    opacity: 1;
    transition-delay: .2s;
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--bs-dark);
    border-radius: 100px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
@keyframes footerAnimatedBg {
	0% {
        background-position: 0 0;
    }

	100% {
        background-position: -1000px 0;
    }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background-color: #00a7ca;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}
.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb,#fff, transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: #fff;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}
.text-body {
  color: #000 !important;
}

/* Maintains the style of the <h5> in the title-center */
.banner-subtitle {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: var(--bs-white); /* Ensures visibility on dark overlay */
    text-transform: uppercase;
}

/* Maintains the style of the Display 1 Tagline */
.banner-title {
    color: var(--bs-white);
    font-weight: 800; /* Matching AAKAR bold style */
    text-transform: uppercase;
    border-bottom: 1px solid var(--bs-white);
    padding-bottom: 10px;
    margin-bottom: 20px;  text-shadow: 2px 2px 5px #040404;
}

/* Maintains the style of the description paragraph */
.banner-description {
    color: var(--bs-white);
    max-width: 800px;
    line-height: 1.6;  text-shadow: 2px 2px 5px #040404;
}

/* Ensures the subtitle lines (pseudo-elements) still appear */
.title-center h5.banner-subtitle::before,
.title-center h5.banner-subtitle::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    top: 9px;
    border-bottom: 1px solid var(--bs-white);
}

.title-center h5.banner-subtitle::before {
    right: calc(100% + 15px);
}

.title-center h5.banner-subtitle::after {
    left: calc(100% + 15px);
}

.banner-subtitle .title-left h1, .title .title-center h1, .title .title-right h1 {
  border-bottom: 1px solid #fff;
}

.bg-dark {
  background-color: #fff !important;
}
marquee {
    padding-top: 5px;
    font-family: "Saira", sans-serif;
    font-size: 14px;
    vertical-align: middle;
}

.text-white-50 {
    font-size: 14px;
}/* Customizing the separator to look modern and thin */
  .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    color: #dee2e6;
    font-weight: 300;
  }
  
  .breadcrumb-item {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
  }.icon-circle {
        width: 45px;
        height: 45px;
        background: rgba(0, 153, 204, 0.1); /* Soft Blue Tint */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        flex-shrink: 0;
    }
    .icon-circle i {
        font-size: 1.3rem;
    }
    .hover-box {
        transition: all 0.3s ease;
        background:#dcf1f83d;
        height: 100%;
    }
    .hover-box:hover {
        border-color: #0099cc !important;
        transform: scale(1.02);
        cursor: pointer;
    }
    .text-primary {
        color: #0099cc !important; /* Matches your brand blue */
    }   .bg-primary-soft { background-color: rgba(0, 153, 204, 0.1); }
    .text-primary { color: #0099cc !important; }
    .hover-lift {   background: #0099cc0a;transition: transform 0.3s ease; border-top: 3px solid transparent !important; }
    .hover-lift:hover { transform: translateY(-10px); border-top: 3px solid #0099cc !important; }
    .tracking-wider { letter-spacing: 2px; }

 
    .bg-primary { background-color: #0099cc !important; }
    .border-primary { border-color: #0099cc !important; }
    .text-info { color: #5bc0de !important; }
  
    .text-muted {
  color: #000 !important;
}
/* Structural adjustments for the professional grid */
    @media (min-width: 768px) {
        .border-end-md { border-right: 1px solid #e9ecef !important; }
    }
    
    h5 {
        font-family: 'Inter', sans-serif; /* Recommended clean font */
        letter-spacing: -0.5px;
    }
    
    /* Clean hover effect without shadows */
    /* .row.g-0 > div {
        transition: background-color 0.2s ease;
    }
    .row.g-0 > div:hover {
        background-color: #fafafa;
    } */

    /* Main Section Styling */
        .ir-container { padding-top: 60px; padding-bottom: 60px; }
        .section-header { margin-bottom: 40px; border-bottom: 2px solid #eee; padding-bottom: 20px; }
        .section-header h2 { font-weight: 800; color: var(--dark-text); text-transform: uppercase; letter-spacing: 1px; }

        /* Results Accordion Styling */
        .accordion-item {   background: aliceblue;border: none; margin-bottom: 10px; border-radius: 10px !important; overflow: hidden; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
        .accordion-button { font-weight: 600; padding: 1.25rem; background-color: #ffffff; color: var(--dark-text); }
        .accordion-button:not(.collapsed) {   background-color: #00a7cb; color: white; box-shadow: none; }
        .accordion-button::after { filter: grayscale(1) invert(0); }
        .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
        
        /* PDF Links Styling */
        .result-item { 
            display: flex; 
            align-items: center; 
            padding: 15px 20px; 
            text-decoration: none; 
            color: #555; 
            border-bottom: 1px solid #f1f1f1; 
            transition: 0.3s ease;
        }
        .result-item:last-child { border-bottom: none; }
        .result-item:hover { background-color: #f0faff; color: var(--valecha-blue); padding-left: 30px; }
        .result-item i { color: #e74c3c; font-size: 1.3rem; margin-right: 15px; }

        /* Sidebar Styling */
        .sidebar-widget { background: white; border-radius: 12px; padding: 25px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-top: 4px solid var(--valecha-blue); }
        .widget-title { font-size: 1.1rem; font-weight: 700; color: var(--valecha-blue); margin-bottom: 20px; text-transform: uppercase; border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; }
        .contact-info p { margin-bottom: 12px; font-size: 0.95rem; color: #636e72; line-height: 1.6; display: flex; align-items: flex-start; }
        .contact-info i { color: var(--valecha-blue); margin-right: 12px; margin-top: 4px; }
        .evoting-btn { background: var(--dark-text); color: white; border: none; padding: 12px; width: 100%; border-radius: 8px; font-weight: 600; text-decoration: none; display: block; text-align: center; transition: 0.3s; }
        .evoting-btn:hover { background: var(--valecha-blue); color: white; transform: translateY(-2px); }
        .custom-tabs .nav-link {
        color: #495057;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
        margin-bottom: 8px;
        border-radius: 8px;
        padding: 15px;
        transition: all 0.3s ease;
        font-weight: 500;
        border-left: 4px solid transparent;
    }

    /* Hover State */
    .custom-tabs .nav-link:hover {
        background-color: #ffffff;
        color: #0d6efd;
        border-left: 4px solid #adb5bd;
        transform: translateX(5px);
    }

    /* Active State */
    .custom-tabs .nav-link.active {
        background-color: #ffffff !important;
        color: #0d6efd !important;
        border-color: #dee2e6;
        border-left: 5px solid #0d6efd !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    /* Content Area Styling */
    .tab-content-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        padding: 30px;
        min-height: 400px;
    }

    .table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #A0A0A0;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #A0A0A0;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #A0A0A0;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  color: #000;
}


.img-full {
  float: left;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.list ul{
list-style-type: none;  padding: 1em;
}

.list ul li {
  display: flex;

}.list ul li a {
  color: #000;

}
.list ul li strong {
  display: contents;

}
.list ul li::before {
  font-family: bootstrap-icons !important;
      content: "\f231";
  color:#00a7cb;

    padding: 0 10px 0 0;
}.ticker-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
    }

    /* The Moving Content */
    .ticker-content {
        position: absolute;
        width: 100%;
        padding: 15px;
        animation: scroll-up 60s linear infinite; /* Adjust speed by changing 60s */
    }

    /* Pause animation on hover */
    .ticker-wrapper:hover .ticker-content {
        animation-play-state: paused;
    }

    /* Link Styles */
    .ticker-content p {
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 1px dashed #000;
        display: flex;
        align-items: center;
    }
 
    .ticker-content img {
        width: 20px;
        height: auto;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .ticker-content a {
        text-decoration: none;
        font-size: 14px;
        color: #000 !important;
        line-height: 1.4;
        transition: color 0.2s;
    }

    .ticker-content a:hover {
        color: #0d6efd !important; /* Bootstrap Primary Blue */
    }

    /* Scrolling Animation */
    @keyframes scroll-up {
        0% { top: 0; }
        100% { top: -250%; } /* Adjust percentage based on content length */
    }

    .dropdown-item {
  display: block;
  width: 100%;
  padding: 0 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0,0,0,0);
  border: 0;
}