/* Width of scrollbar */
::-webkit-scrollbar {
    width: 1px;
}

/* Track (background of scrollbar) */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Scrollbar handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.top-section {
    transition: all 0.3s ease;
}

.top-hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.top-header {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(245 225 195) 100%);
}

.aceblty,
.aceblty:hover {
    background: #101b6f;
    /* border: 1.5px solid #c8b37f; */
    color: #ffffff;
}



.navbar.scrolled {
    top: 0;
}

/* Default Navbar Style */
/* .navbar {
            transition: all 0.4s ease;
            padding: 15px 0;
            background: transparent;
        } */

/* Scrolled Style */
.navbar.scrolled {
    background-color: #1f2c95;
    /* your brand color */
    padding: 0px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Smooth nav link transition */
.nav-link {
    transition: color 0.3s;
    padding: 14px 14px !important;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
    color: #fff;
    background-color: #ff2d55;
}

/* HERO SECTION */
.hero-section {
    /* background: #1f2c95; */
    background: url("img/hbg.png") center center/cover no-repeat;
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.bg-blue {
    background: #133f85;
}

/* .hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(135deg,#0b3d91 60%, #123a7a 100%);
    opacity:0.92;
} */

.hero-content {
    background: url("img/hero-bg.png") center center/cover no-repeat;
    position: relative;
    z-index: 2;
}

/* Search Bar */
.search-box {
    border-radius: 10px;
    overflow: hidden;
    max-width: 700px;
}

.search-box input {
    border: none;
    padding: 15px 20px;
    height: 55px;
}

.search-input-wrap input::placeholder {
    font-weight: 500;
    opacity: 0.5;
    color: #1f2c95;
}

.search-box button {
    border: none;
    padding: 15px 40px;
    background: #ff2d55;
    color: #fff;
    font-weight: 600;
    height: 55px;
}

/* Top Right Icons */
.top-icons .icon-btn {
    width: 40px;
    height: 40px;
    background: #1e4fa3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.top-icons .icon-btn:hover {
    background: #ff2d55;
}

.heropadding {
    padding-top: 8rem;
    padding-bottom: 10rem;
}

.margtop {
    margin-top: 12rem;
}

.tplogo {
    width: 400px;
}

/* Responsive */
@media(max-width:768px) {
    .tplogo {
        width: 250px;
    }

    .hero-section {
        text-align: center;
    }

    .search-box {
        width: 100%;
    }

    .img-w {
        width: 17% !important;
    }

    /* .navbar {
		top: 50px;
		transition: top 0.3s ease;
	} */
    .heropadding {
        padding-top: 4rem;
        padding-bottom: 5rem;
    }

    .margtop {
        margin-top: 8rem;
    }

    /* Footer mobile fixes */
    .footer-primary {
        padding-top: 50px;
    }

    .footer-bottom-links a,
    .footer-bottom-links span {
        padding: 6px 4px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    .footer-bottom .social-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .trust-box {
        margin-top: 8px;
    }
}

/* Hover Dropdown */
@media (min-width: 992px) {

    /* Only desktop */
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.pt-240 {
    padding-top: 240px;
}

.pb-140 {
    padding-bottom: 140px;
}

.htag {
    font-family: "DM Serif Display", serif;
}


.bg-secondary {
    background-color: #FAF6F3 !important;
}

.experience-card {
    padding: 40px 30px;
    border-radius: 12px;
    background-color: #1a2db7;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.experience-card h2 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 1.1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.experience-card p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.img-w {
    width: 11%;
}

.about-content h2 {
    font-family: "DM Serif Display", serif;
    font-size: 3rem;
}

.icon-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 50px;
    font-family: "Jost", sans-serif;
    text-align: left;
    transition: all 0.4s ease;
}

.icon-box i {
    font-size: 40px;
    color: #8b5e3c;
    margin-bottom: 15px;
}

/* Hover Effect */
.icon-box:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgb(185 127 60 / 20%);
}

.l-red {
    background-color: #ff2d55;
}

.l-blue {
    background-color: #1f2c95;
}

.abt h2 {
    font-family: "Jost", sans-serif;
}

.category {
    background-image: url('./img/c-bg.png');
    background-size: cover;
}


.icon-box1 {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 25px;
    font-family: "Jost", sans-serif;
    text-align: center;
    transition: all 0.4s ease;
}

.icon-box1 i {
    color: #d08c44;
}


/* Hover Effect */
.icon-box1:hover {
    border-radius: 15px;
    background-color: #d08c44;
    cursor: pointer;
    color: #FFFFFF;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.icon-box1:hover i {
    color: #FFFFFF;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: fit-content;
    animation: marquee 18s linear infinite;
    gap: 20px;
}

.marquee-item {
    flex: 0 0 auto;
    width: 220px;
    /* fixed width is IMPORTANT */
}



/* KEY FIX */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Optional */
.marquee:hover .marquee-track {
    animation-play-state: paused;
}

.box-icon {
    overflow: hidden;
}

.floating-icon {
    position: absolute;
    top: 140px;
    /* pushes icon above background */
    left: 80%;
    transform: translateX(-50%);
    font-size: 80px;
    /* LARGE icon */
    color: #ffffff;
    opacity: 0.25;
    /* soft watermark effect */
    z-index: 1;
}

/* Keep text above icon */
.box-icon h2,
.box-icon p {
    position: relative;
    z-index: 2;
}

.display-7 {
    font-size: 2.2rem;
}

.tag-y {
    background-color: #d08c44 !important;
}

.tag-p {
    background-color: #826ac4 !important;
}

.tag-g {
    background-color: #679d71 !important;
}

.clientSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clientSwiper img {
    max-height: 70px;
    object-fit: contain;
}

.visit {
    padding: 10px 30px;
    background: #cf7c28;
    color: #fff;
    display: table;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.footer-primary {
    position: relative;
    padding-top: 48px;
    background-color: #0d0e43;
}

.footer-primary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 290px;
    z-index: 1;
    background-image: url(img/pattern.png);
    background-repeat: no-repeat;
}


.footer-section {
    background: #0d1247;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cbd3ff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffc107;
}

.trust-box {
    background: #080d3a;
    border-radius: 6px;
    z-index: 999999;
    position: relative;
}

.footer-bottom {
    background: #f1f1f1;
    color: #333;
    z-index: 99999;
    position: relative;
}

.footer-bottom a {
    margin-right: 15px;
    text-decoration: none;
    color: #333;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    margin-right: 10px;
    color: #0d1247;
    font-size: 18px;
}



/*------ LIST PAGE AND FILTER -------*/

.listbg {
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgb(232 247 255) 100%)
}

.filter-card {
    /* background: rgba(255,255,255,0.08); */
    /* backdrop-filter: blur(10px); */
    border-radius: 16px;
    /* padding: 15px; */
    /* box-shadow: 0 8px 25px rgba(0,0,0,0.25); */
}

.alphabet span {
    cursor: pointer;
    margin: 2px;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 6px;
    background: #fff;
    transition: 0.2s;
    border: 1px solid #ccc;
}

.alphabet span:hover {
    background: #ff2d55;
    color: #fff;
    border: 1px solid #ff2d55;
}

.form-control,
.form-select {
    border-radius: 8px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.btn-primary {
    background: #ff2d55;
    border: none;
    border-radius: 8px;
    height: 45px;
    font-size: 14px;
}

.table-card {
    background: #fff;
    color: #000;
    border-radius: 16px;
    padding: 10px;

    /* box-shadow: 0 8px 25px rgba(0,0,0,0.2); */
}

.table-hover>tbody>tr:hover>* {
    background: rgb(255 247 238 / 84%) !important;
    color: #cf7c28;
    cursor: pointer;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: none;
    --bs-table-bg-state: none;
}

.table tr td {
    padding: .9rem 0.7rem;
}

.table thead tr th {
    background: #101b6f;
    color: #fff;
    padding: .9rem .7rem;
}

.download-btn {
    background: #1f2c95;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
}

.download-btn:hover {
    background: #ff2d55;
}

label {
    font-size: 12px;
    margin-bottom: 2px;
}


/*------ LIST PAGE AND FILTER END -------*/