/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
    color: #666666;
    background: #f6f4fc;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 400;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInDropdown 0.3s ease forwards;
}

@keyframes fadeInDropdown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    padding-left: 20px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #c28d2c !important;
}

.navbar-brand img {
    font-weight: 600;
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.navbar-btns .btn {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px;
}

.navbar-btns .btn:focus,
.navbar-btns .btn:active,
.navbar-btns .btn:hover {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.navbar-btns .btn i {
    font-size: 18px;
    color: #000;
}


.nav-link {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666666;
}

/* SVG icon style */
.nav-link svg {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

/* Rotate arrow on hover */
.nav-item.dropdown:hover .nav-link svg {
    transform: rotate(180deg);
}

.badge {
    font-size: 1rem;
    padding: 10px 20px;
}

.navbar-toggler {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.navbar .btn i {
    color: #333;
    transition: color 0.3s ease;
}

.navbar.scrolled .btn i {
    color: #fff !important;
}

.navbar:not(.scrolled) .btn i {
    color: #666666 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

/* content */

.footer-area {
    background: #fff;
    padding: 200px 0 20px;
    font-family: "Urbanist", sans-serif;
}

.footer-brand img {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-brand p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #f6f4fc;
    color: #272727;
    border-radius: 50%;
    margin-right: 5px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #c28d2c;
    color: #fff;
}

.footer-links h4,
.footer-contact h4,
.footer-newsletter h4 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 18px;
    margin-bottom: 15px;
    color: #272727;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li,
.footer-contact ul li {
    margin-bottom: 10px;
}

.footer-links ul li a,
.footer-contact ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}

.footer-newsletter form {
    display: flex;
    flex-wrap: wrap;
}

.footer-newsletter input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    /* margin-right: 10px; */
}

.footer-newsletter button {
    padding: 10px 20px;
    border: none;
    background: #c28d2c;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.footer-bottom {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.newsletter-form .input-button-wrap {
    display: flex;
    width: 100%;
    max-width: 400px;
    background: #f6f4fc;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    color: #666666;
}

.newsletter-form button {
    padding: 0 20px;
    border: none;
    background: #c28d2c;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.newsletter-form button:hover {
    background: #c28d2c;
}

.newsletter-form button i {
    font-size: 16px;
}

.cta2-section-area {
    background: #272727;
    padding: 60px 20px;
    border-radius: 10px;
    color: #fff;
    border-radius: 5px;
    /* background: #8F70E8; */
    padding: 60px 40px;
    position: relative;
    top: 127px;
    z-index: 2;
    /* max-width: 1200px; */
    /* margin: -130px auto 0 auto; */
}

.cta2-header h2 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
}

.cta2-header p {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

/* .cta-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* margin-top: 30px; */
/* } */
*/ .cta-input {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
}

.cta-input input,
.cta-input select {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    outline: none;
    background: #5555;
    color: #fff;
    font-family: "Urbanist", sans-serif;
}

.cta-input input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.cta-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
}

.cta2-section-header .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cta2-section-header .col-lg-6:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cta-btn2 {
    background: #5555;
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    width: auto;
    box-sizing: border-box;
}

.cta-btn2 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #555;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 8px;
}

.cta-btn2:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}


/* blgos */
.blog-section {
    background: #f6f4fc;
    position: relative;
    z-index: 1;

    padding: 100px 0 0px;
}

.blog-header {
    margin-bottom: 60px;
    position: relative;
}

.blog-header span {
    color: #c28d2c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.blog-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #272727;
}

.blog-header h2 img {
    position: absolute;
    top: -8px;
    width: 30px;
    height: auto;
    object-fit: contain;
}

.blog-date {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #c28d2c;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.blog-date span {
    display: block;
}

.blog-card {
    border: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    transition: transform 0.4s ease-in-out;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card .blog-img {
    transition: transform 0.6s ease-in-out;
}

.blog-card:hover .blog-img {
    transform: scale(1.1);
}

.card-body {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    transition: color 0.5s ease-in-out;
    padding: 1.5rem;
}

.card-body::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c28d2c;
    z-index: 0;
    transition: bottom 0.6s ease-in-out;
    border-radius: 0 0 10px 10px;
}

.blog-card:hover .card-body::before {
    bottom: 0;
}

.card-body h5,
.card-body p,
.card-body a,
.card-body i {
    position: relative;
    /* z-index: 2; */
    transition: color 0.6s ease;
}

.blog-card:hover .card-body h5,
.blog-card:hover .card-body p,
.blog-card:hover .card-body a,
.blog-card:hover .card-body i {
    color: #fff;
}

.blog-text-area .blog-name-area {
    display: flex;
    align-items: baseline;
    /* margin-right: 20px; */
    font-size: 15px;
    color: #666666;
}

.blog-text-area .blog-name-area i {
    margin-right: 8px;
    color: #666666;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-text-area .blog-name-area i {
    color: #fff;
}

.readmore-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.readmore-btn:hover i {
    transform: translateX(4px);
}

.blog-section a {
    color: #666666;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

a.welconme-btn2 {
    font-family: "Urbanist", sans-serif;
    line-height: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 16px;
    display: inline-block;
    background: #555555;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    margin-top: 32px;
    text-decoration: none;
}

a.welconme-btn2 span {
    margin-bottom: 0 !important;
    background: #fff !important;
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: #555555;
    text-align: center;
    position: relative;
    z-index: 2;
    border-radius: 50% !important;
    margin-left: 6px;
    display: inline-block;
}

a.welconme-btn2:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    border-radius: 100% 100% 5px 5px;
}

.blog-card .card-img-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog-card .blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease-in-out;
}

.blog-card:hover .blog-img {
    transform: scale(1.1);
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* banner-section */

.welcome2-section-area {
    padding: 160px 0 100px;
    background: #f6f4fc;
}

.welcome2-section-area .welcome-header2-text span {
    background: #c28d2c17;
    font-family: "Urbanist", sans-serif;
    line-height: 16px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 24px;
    display: inline-block;
    border-radius: 4px;
    color: #c28d2c;
}

.welcome2-section-area .welcome-header2-text h1 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
    color: #272727;
    margin-bottom: 20px;
}

.welcome2-section-area .welcome-header2-text h1 span {
    background: none;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 500;
    color: #c28d2c;
    font-size: 56px;
    position: relative;
    z-index: 1;
}

.welcome2-section-area .welcome-header2-text p {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #666666;
}

.welcome2-section-area .welcome-header2-text h1 span:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -10px;
    background: #c28d2c;
    z-index: 1;
}

.welcome2-section-area .welcome-header2-text h1 span img {
    position: absolute;
    right: -17px;
    top: -31px;
    width: 34px;
}

/* .welcome2-section-area .welcome-header2-images {
  margin: -50px 0 0 100px;
} */
.space70 {
    height: 70px;
}

.welcome2-section-area .welcome-header2-images .header-img3 {
    position: relative;
    z-index: 1;
}

.welcome2-section-area .welcome-header2-images .header-img3 img {
    height: 300px;
    width: 100%;
    /* width: 215px; */
    -o-object-fit: contain;
    object-fit: contain;
}

.welcome2-section-area .welcome-header2-images .elementors15 img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -100px;
    top: 33px;
    z-index: -1;
}

.welcome2-section-area .welcome-header2-images .elementors16 img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 27px;
    z-index: -3;
}

.welcome2-section-area .welcome-header2-images .header-img4 {
    position: relative;
    z-index: 1;
}

.welcome2-section-area .welcome-header2-images .header-img4 img {
    height: 300px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.welcome2-section-area .welcome-header2-images .header-img5 {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.welcome2-section-area .welcome-header2-images .header-img5 img {
    height: 300px;
    /* width: 215px; */
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.welcome2-section-area .welcome-header2-images .elementors17 img {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 15px;
    left: -82px;
    z-index: -3;
}

.welcome2-section-area .welcome-header2-images .elementors18 img {
    width: 181px;
    height: 100px;
    position: absolute;
    bottom: -33px;
    left: -257px;
}

.welcome2-section-area .welcome-header2-images .header-img6 {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

.welcome2-section-area .welcome-header2-images .header-img6 img {
    height: 300px;
    width: 100%;
    /* width: 215px; */
    -o-object-fit: contain;
    object-fit: contain;
}

/* ------- Mobile Responsive Fixes ------- */

@media (max-width: 991px) {
    .welcome2-section-area {
        padding: 0px 0;
    }

    .cta2-header {
        text-align: center;
    }

    .cta-input {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .single-line-heading {
        white-space: nowrap;
        display: block !important;
        font-size: 2rem;
    }

    .welcome2-section-area .welcome-header2-images .elementors15 img {
        display: none;
    }

    .elementors17 img {
        display: none;
    }

    .elementors16 img {
        display: none;
    }

    .welcome2-section-area .welcome-header2-images {
        margin: 0;
        text-align: center;
    }

    .welcome2-section-area .welcome-header2-text h1 {
        font-size: 42px;
        line-height: 1.3;
        text-align: center;
    }

    .welcome2-section-area .welcome-header2-text p {
        text-align: center;
    }

    .welcome2-section-area .welcome-header2-text {
        text-align: center;
    }
    .highlight img {
    position: relative;
    top: -17px !important;
    left: -14px;
    height: 30px;
    width: 30px;
}
.about-section {
    background-color: #fff;
    padding: 50px 0 70px !important;
}
.sp3 {
   padding: 50px 0 70px !important;
}
.testimonial2-section-area {
   padding: 50px 0 70px !important;
}
.blog-section {
   padding: 50px 0px !important;
}
.faq-section{
     padding-top: 50px !important;
}
}

@media (max-width: 767px) {
    .welcome2-section-area .welcome-header2-images {
        margin: 40px 0 0;
    }

    .welcome2-section-area .welcome-header2-images .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .welcome2-section-area .welcome-header2-images .col-lg-6,
    .welcome2-section-area .welcome-header2-images .col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .welcome2-section-area .welcome-header2-images .header-img3 img,
    .welcome2-section-area .welcome-header2-images .header-img4 img,
    .welcome2-section-area .welcome-header2-images .header-img5 img,
    .welcome2-section-area .welcome-header2-images .header-img6 img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .welcome2-section-area .welcome-header2-text h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .welcome2-section-area .welcome-header2-text .highlated-text {
        font-size: 32px !important;
    }

    .welcome2-section-area .welcome-header2-images .header-img5 img {
        margin-bottom: 50px;
    }

    .welcome2-section-area .welcome-header2-text h1 span img {
        position: absolute;
        right: -8px;
        top: -10px;
        width: 21px;
    }

    .welcome2-section-area .welcome-header2-text p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {

    .welcome2-section-area .welcome-header2-images .col-lg-6,
    .welcome2-section-area .welcome-header2-images .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .welcome2-section-area .welcome-header2-text h1 {
        font-size: 26px;
    }

    .welcome2-section-area .welcome-header2-text p {
        font-size: 14px;
    }
}

@keyframes bounceUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }
}

.welcome2-section-area .elementors15 img {
    animation: bounceUpDown 7s ease-in-out infinite;
}

.welcome2-section-area .elementors16 img {
    animation: bounceUpDown 7s ease-in-out infinite;
    /* animation-delay: 0.5s; */
}


.welcome2-section-area .elementors17 img {
    animation: bounceUpDown 7s ease-in-out infinite;
}

.welcome2-section-area .elementors18 img {
    animation: bounceUpDown 7s ease-in-out infinite;
    /* animation-delay: 0.5s; */
}

@media (max-width: 767px) {
    .welcome2-section-area .welcome-header2-images .elementors15 img {
        left: -10px;
    }

    .elementors15,
    .elementors16,
    .elementors17,
    .elementors18 img {
        display: none;
    }
}

@media (max-width: 767px) {
    .welcome2-section-area .welcome-header2-images .elementors16 img {
        right: 0;
    }
}

.off-canvas-toggle i {
    color: #000;
}

.navbar {
    transition: background-color 0.3s ease;
    background-color: transparent;
}

.navbar.scrolled {
    background-color: #272727;
    color: #fff;
}

.navbar.scrolled .nav-link {
    color: #fff !important;
}

.navbar.scrolled .off-canvas-toggle i {
    color: #fff !important;
}

.off-canvas-toggle i {
    color: #000;
}


.dropdown-toggle::after {
    display: none !important;
}

/* Off-canvas styles */
.offcanvas {
    background-color: #272727;
    color: #fff;
}

.offcanvas .nav-link {
    color: #fff !important;
    padding: 10px 0px 0px 0px;
}

.offcanvas .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.offcanvas .dropdown-menu {
    background-color: #333;
    border: none;
}

.offcanvas .dropdown-item {
    color: #fff !important;
}

.offcanvas .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #272727;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* Progress circle */
.progress-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 4;
}

.progress-circle .progress {
    fill: none;
    stroke: white;
    stroke-width: 4;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: stroke-dashoffset 0.3s ease;
}

.scroll-to-top:hover {
    background-color: rgb(194, 141, 44);
}

/*  */
.offcanvas-title img {
    height: auto;
    width: 140px;
    object-fit: contain;
}

.sidebar-contact-header h3 {
    font-family: "Urbanist", sans-serif !important;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 20px;
}

.sidebar-contact-header .sidebar-author-area {
    display: flex;
    margin-bottom: 20px;
}

.sidebar-contact-header .phone-side {
    margin-right: 10px;
}

.sidebar-contact-header a {
    font-weight: 500;
}

.social-section {
    text-align: start;
    margin-top: 20px;
}

.social-title {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0b1b23;
    margin-bottom: 15px;
}

.social-icons {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block;
    /* margin: 0 4px; */
}

.social-link {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0b1b23;
    border: 1px solid #0b1b23;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.social-link:hover {
    background-color: #0b1b23;
    color: #fff;
    transform: translateY(-3px);
}

.sidebar-author-area a {
    color: #0b1b23;
    text-decoration: none;
}

.navbar {
    transition: background-color 0.3s ease;
    background-color: transparent;
}

.navbar.scrolled {
    background-color: #272727;
    color: #fff;
}

.navbar.scrolled .nav-link {
    color: #fff !important;
}

.navbar.scrolled .off-canvas-toggle i,
.navbar.scrolled .navbar-toggler i {
    color: #fff !important;
}

.off-canvas-toggle i,
.navbar-toggler i {
    color: #000;
}

.dropdown-toggle::after {
    display: none !important;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        display: none !important;
    }
}


.offcanvas {
    background-color: #f6f4fc;
    color: #000;
}

.offcanvas .nav-link {
    color: #000 !important;
    padding: 10px 0px;
    color: #c28d2c;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600 !important;
    position: relative;
    display: inline-block;
}

.offcanvas .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.offcanvas .accordion-body {
    padding: 0;
    background-color: #333;
}

/* .offcanvas .accordion-body .nav-link {
  padding: 10px 40px;
} */

.offcanvas .accordion-button svg {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.offcanvas .accordion-button:not(.collapsed) svg {
    transform: rotate(180deg);
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #272727;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.progress-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 4;
}

.progress-circle .progress {
    fill: none;
    stroke: white;
    stroke-width: 4;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: stroke-dashoffset 0.3s ease;
}

.scroll-to-top:hover {
    background-color: rgb(194, 141, 44);
}

.offcanvas.bg-white {
    color: #0B1B23;
}

.offcanvas.bg-white .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: #e5e5e5;
    border: none;
}

.offcanvas.bg-white .accordion-item {
    border: none;
    border-radius: 6px;
    margin-bottom: 10px;
}

.offcanvas-header .btn-close {
    border: 1px solid gainsboro;
    width: 10px;
    height: 10px;
}

.offcanvas.bg-white .accordion-button {
    color: #0B1B23 !important;
    font-weight: 600;
    font-size: 15px;
    background-color: transparent;
    padding: 4px 0px;
    border: none !important;
    border-radius: 6px;
    box-shadow: none;
}

.offcanvas.bg-white .accordion-button.collapsed {
    background-color: transparent;
}

.offcanvas.bg-white .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.offcanvas.bg-white .accordion-button:focus {
    box-shadow: none;
}

.offcanvas.bg-white .accordion-body {
    background-color: transparent !important;
    color: #555;
    padding: 10px;
    font-size: 14px;
}


.offcanvas.bg-white .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    padding: 6px 0;
    text-decoration: none;
}

.offcanvas.bg-white .nav-link:hover {
    color: #c28d2c;
}

/* Contact Section */
.sidebar-contact-header h3 {
    font-size: 18px;
    color: #0B1B23;
    margin-bottom: 10px;
}

.sidebar-author-area {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

/* .sidebar-author-area img {
  width: 22px;
  margin-right: 10px;
} */

.sidebar-author-area a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}

.sidebar-author-area a:hover {
    color: #c28d2c;
}

.welconme-btn2 {
    background-color: #c28d2c;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}


.social-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0B1B23;
    font-weight: 600;
}

.social-icons {
    padding: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    /* margin: 0 6px; */
}

.social-link {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c28d2c;
    border: 1px solid #c28d2c;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background-color: #c28d2c;
    color: #fff;
    transform: translateY(-3px);
}

.offcanvas.bg-white .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    font-size: 13px;
    color: #c28d2c;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease, content 0.3s ease;
    background-image: none !important;
    transform: rotate(0deg);
}


.offcanvas.bg-white .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: rotate(180deg);
    color: #c28d2c;
}

.offcanvas.bg-white .accordion-button::after {
    background-image: none !important;
}

.offcanvas.bg-white .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: none !important;
    color: #272727;
}

.about-section {
    background-color: #fff;
    padding: 100px 0 100px;
}

.about-image {
    height: 100%;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-stats {
    height: 100%;
}

.about-stats .stats-card {
    background: #c28d2c17;
    padding: 22px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.about-stats .stats-card:hover {
    background: rgba(194, 141, 44, 0.09);
    transform: translateY(-5px);
}

/* Titles and Text */
.about-stats h3 {
    font-family: "Urbanist", sans-serif !important;
    font-weight: 500;
    font-size: 28px;
    color: #272727;
}

.about-stats p {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
}

.section-subtitle {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #c28d2c;
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 24px;
    background: #c28d2c17;
    border-radius: 4px;
}

.about-list ul li {
    margin-bottom: 15px;
}


/* services */

.service2-section-area {
    background: #F6F4FC;
    position: relative;
    z-index: 1;
}

.service2-section-area .service2-author-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.4s ease-in-out;
}


.sp3 {
    padding: 100px 0 70px;
}

.service2-section-area .service2-header-text {
    padding: 0 70px 0 0;
}

.service2-section-area .service2-header-text span {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 4px;
    background: #c28d2c17;
    margin-bottom: 24px;
    color: #555555;
}

.service2-section-area .service2-header-text h2 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    font-weight: 400;
    color: #272727;
    margin-bottom: 16px;
}

.service2-section-area .service2-header-text p {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 26px;
}

.service2-section-area .service2-author-box {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 32px 24px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 30px;
}

.service2-section-area .service2-author-box .tax-icon-img {
    background: #c28d2c17;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-author-box .tax-content a {
    font-family: "Urbanist", sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    color: #272727;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    margin-bottom: 16px;
    margin-top: 24px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-author-box .tax-content p {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #666666;
    transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-author-box a.learn-more {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #272727;
    font-weight: 600;
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-author-box a.learn-more svg {
    margin-left: 4px;
    width: 14px;
}

a.testimonial-btn {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #555555;
    ;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    margin-top: 32px;
}

a.testimonial-btn span {
    display: inline-flex;
    align-items: center;
}

a.testimonial-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
    transition: transform 0.3s ease;
}

a.testimonial-btn:hover svg {
    transform: translateX(4px);
}

.welconme-btn2 svg {
    width: 12px;
}

.shareicon svg {
    width: 14px;
}

.service2-section-area .arrow-service {
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.service2-section-area .arrow-service span {
    background: #ffffff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    top: 0;
    left: 15px;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.service2-section-area .arrow-service:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #F6F4FC;
    border-radius: 50%;
    top: -5px;
    left: 0;
    z-index: -1;
}

@media (min-width: 320px) and (max-width: 991px) {
    .service2-header-text {
        padding: 0;
        margin-bottom: 30px;
    }
}


.service2-section-area .service2-author-box:hover {
    background-color: #c28d2c;
    transform: translateY(-5px);
}

.service2-section-area .service2-author-box:hover .tax-icon-img {
    background-color: #7e736217;
}

.service2-section-area .service2-author-box:hover .tax-icon-img img {
    filter: brightness(0) invert(1);
}

.service2-section-area .service2-author-box:hover .tax-content a,
.service2-section-area .service2-author-box:hover .tax-content p,
.service2-section-area .service2-author-box:hover a.learn-more {
    color: #ffffff;
}

.service2-section-area .service2-author-box:hover .arrow-service span img {
    filter: brightness(0) invert(1);
}

.service2-section-area .service2-author-box:hover .arrow-service span {
    background-color: #c28d2c;
    transition: all 0.4s ease-in-out;
}


.service2-section-area .service2-author-box:hover .arrow-service span img {
    filter: brightness(0) invert(1);
}




/* ================= Team Section ================= */
.team2-section-area {
    padding: 100px 0;
    background-color: #fff;
}

.team1-header span {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #c28d2c;
    display: inline-block;
    padding: 8px 10px;
    background: #c28d2c17;
    margin-bottom: 12px;
    border-radius: 4px;
}

.team1-header h2 {

    font-family: "Urbanist", sans-serif !important;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    color: #272727;
    padding-bottom: 50px;
}

.team1-header h2 img {
    position: relative;
    top: -21px;
    vertical-align: middle;
    width: 30px;
    left: -9px;
}

/* Team Member Box */
.team2-parent-boxarea {
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    /* overflow: hidden; */
    margin-bottom: 30px;
}

.team2-boxarea img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.team2-parent-boxarea:hover .team2-boxarea img {
    transform: scale(1.05);
}

.team2-social-links {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.team2-social-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.team2-social-links ul li a {
    color: #fff;
    font-size: 16px;
}

.team2-textarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #F8F8F8;
}

.teamsname a {
    font-family: "Urbanist", sans-serif !important;
    font-weight: 500;
    color: #272727;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

.teamsname p {
    margin: 0;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #666666;
    font-size: 14px;
}

.shareicon a {
    color: #c28d2c;
    font-size: 16px;
}

/* ================= How It Works Section ================= */
.how-it-works-section {
    background-color: #fff;
}

.sp1 {
    padding: 100px 0;
}

.works-header span {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #c28d2c;
    display: inline-block;
    padding: 8px 10px;
    background: #c28d2c17;
    margin-bottom: 24px;
    border-radius: 4px;
}

.works-header h2 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 40px;
    font-weight: 400;
    color: #272727;
    position: relative;
}

.works-header h2 img {
    position: absolute;
    top: -15px;
}

/* ================= Vertical Tabs ================= */
.vertical-tabs .nav-link {
    font-family: "Urbanist", sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    color: #272727;
    display: inline-block;
    margin-bottom: 16px;
    text-align: start;
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.vertical-tabs .nav-link.active {
    background: #c28d2c;
    ;
    color: #fff;
}

.vertical-tabs .nav-link.active .tab-title,
.vertical-tabs .nav-link.active .tab-desc {
    color: #fff;
}

.vertical-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 8px;
    height: 100%;
    border-radius: 5px;
    background: #F3F3F3;
    transition: opacity 0.3s;
}

.vertical-tabs .nav-link.active::before {
    background: #c28d2c;
    ;
    opacity: 1;
}

.tab-title {
    font-family: "Urbanist", sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    color: #272727;
    display: inline-block;
    margin-bottom: 16px;
    text-align: start;
}

.tab-desc {
    font-family: "Urbanist", sans-serif;
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    display: inline-block;
    text-align: start;
}

/* ================= Tab Images Grid ================= */
.tab-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    height: auto;
}

.left-images {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.right-image {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.left-images img,
.right-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* ================= Responsive ================= */
@media (max-width: 991px) {
    .tab-images-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .cta2-section-area {
        padding: 32px 10px;
    }

    .right-image {
        margin-top: 10px;
        display: block !important;
    }

    .team2-parent-boxarea {
        position: relative;
        border-radius: 15px;
        cursor: pointer;
        /* overflow: hidden; */
        margin-bottom: 53px;
    }

    .left-images img,
    .right-image img {
        width: 100% !important;
        height: auto;
    }
}

@media (max-width: 767px) {
    .team2-textarea {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .shareicon {
        align-self: flex-end;
    }
}

.tab-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.left-images {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.right-image {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.right-image img {
    grid-row: 1 / span 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.left-images img {
    height: 350px;
    width: 350px;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .tab-images-grid {
        grid-template-columns: 1fr;
    }

    .right-image img {
        grid-row: auto;
        height: auto;
    }

    .left-images img,
    .right-image img {
        width: 100%;
        height: auto;
    }
}


.team2-section-area {
    background: #F6F4FC;
    position: relative;
    z-index: 1;
}


.team2-parent-boxarea {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
    background: #fff;
    box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.09);
}

.team2-boxarea {
    border-radius: 15px;
    overflow: visible;
    transition: transform 0.5s ease;
}

.team2-boxarea img {
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.team2-parent-boxarea:hover .team2-boxarea img {
    transform: scale(1.04);
}

.team2-textarea {
    margin-top: -40px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.09);
    z-index: 2;
    position: relative;
}

.team2-textarea .teamsname {
    display: flex;
    flex-direction: column;
    max-width: 70%;
}

.team2-textarea .teamsname a {
    font-size: 18px;
    font-weight: 600;
    color: #0B1B23;
    text-decoration: none;
}

.team2-textarea .teamsname p {
    font-size: 14px;
    color: #555;
    margin: 2px 0 0;
}

.team2-textarea .shareicon {
    display: flex;
    align-items: center;
}

.team2-textarea .shareicon a {
    font-size: 18px;
    color: #272727;
    /* margin-left: 10px; */
    text-decoration: none;
}

.team2-social-links {
    position: absolute;
    top: 35px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
}

.team2-parent-boxarea:hover .team2-social-links {
    opacity: 1;
}

.team2-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team2-social-links ul li a {
    width: 40px;
    height: 40px;
    background-color: #272727;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.team2-social-links ul li a:hover {
    background-color: #c28d2c;
    transform: translateX(-5px);
}

@media (max-width: 991px) {
    .team2-textarea {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .team2-textarea {
        width: 90%;
        margin-top: -30px;
        align-items: flex-start;
        gap: 10px;
    }

    .team2-social-links {
        top: 10px;
        right: 10px;
    }

    .team2-social-links ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.team2-textarea {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.09);
    transition: all 0.3s ease;
    z-index: 2;
}


.team2-section-area .team2-parent-boxarea .team2-textarea .shareicon {
    background: #272727;
    color: #ffffff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
    overflow-y: hidden;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.team2-section-area .team2-parent-boxarea .team2-textarea .shareicon a {
    color: #ffffff;
    font-weight: 600;
}

.team2-section-area .team2-parent-boxarea .team2-textarea a {
    font-family: "Urbanist", sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    color: #272727;
    display: inline-block;
}

.testimonial2-section-area {
    padding: 100px 0 100px;
    background-color: #f8f9fa;
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
} */



.testimonial2-header {
    text-align: left;
}



.testimonial2-header h2 {
    font-size: 36px;
    color: #333;
    margin: 15px 0;
}

.testimonial2-header h2 img {
    vertical-align: middle;
    width: 30px;
    position: relative;
    top: -19px;
    left: -8px;
}

.section-title img {
    vertical-align: middle;
    width: 30px;
    position: relative;
    top: -19px;
    left: -8px;
}

.testimonial2-header p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.welconme-btn2 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #c28d2c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}


.testimonial-owlcarousel-area .testimonial-carousel-box {
    border-radius: 10px;
    background: transparent !important;
    padding: 32px;
    position: relative;
    z-index: 7;
    border: 2px solid #F5F5F5 !important;
}

.star-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
}

.star-list li {
    margin-right: 5px;
    color: #f5c518;
}

.testimonial-author-area p {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    line-height: auto;
    font-weight: 600;
    color: #0B1B23;
    font-style: italic;

}

.testimonial-mans-infoarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-man-info {
    display: flex;
    align-items: center;
}

.man-img img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.img-text a {
    font-family: "Urbanist", sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    color: #0B1B23;
    text-decoration: none;
    display: inline-block;
}

.img-text a:hover {
    text-decoration: underline;
}

.img-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.testimonial-quito img {
    width: 30px;
}

.owl-nav {
    margin-top: 20px;
    text-align: center;
}

.owl-nav button {
    font-size: 24px;
    margin: 0 10px;
    background: #c28d2c;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.owl-nav button:hover {
    background: #0056b3;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dots .owl-dot.active span {
    background: #c28d2c;
}

.testimonial2-header span {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    color: #555555;
    ;
    padding: 8px 10px;
    background: #F6F4FC;
    display: inline-block;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}


@media (max-width: 991px) {
    .md-flex-wrap {
        flex-wrap: wrap-reverse !important;
    }
}

.testimonial-owlcarousel-area .testimonial-carousel-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid gainsboro;
    padding: 25px;
}

.testimonial-owlcarousel-area .owl-stage {
    display: flex;
}

.testimonial-owlcarousel-area .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.testimonial-author-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
}


/* foote-bottom */
.footer-bottom a {
    color: #666666;
    text-decoration: none;
}

.offcanvas .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    color: #000;
    font-weight: 500;
    padding-left: 0;
    position: relative;
}

.offcanvas .accordion-button:focus,
.offcanvas .accordion-button:hover {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000;
}

.offcanvas .accordion-item {
    border: none !important;
    background-color: transparent !important;
}


.offcanvas .accordion-body {
    background-color: transparent !important;
    border: none !important;
    padding-left: 15px;
}

.offcanvas .accordion-button::after {
    display: none;
}

.offcanvas .accordion-button::before {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 22px;
    color: #000;
    transition: transform 0.3s ease;
}

.offcanvas .accordion-button:not(.collapsed)::before {
    content: "–";
    transform: rotate(180deg);
}

.offcanvas .accordion-collapse {
    transition: all 0.3s ease;
}

.offcanvas .accordion-button {
    color: #000 !important;
    padding: 10px 0px;
    color: #c28d2c;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600 !important;
    position: relative;
    display: inline-block;
}

.card-text {
    color: #666666
}

/* banner */
.single-line-heading {
    white-space: nowrap;
    display: inline-block;
    font-size: 2rem;
}

.highlated-text {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.highlated-text img {
    height: 1em;
    vertical-align: middle;
}


.navbar.scrolled .navbar-brand img {
    filter: grayscale(10%) brightness(764%) contrast(316%);
}

/* faq */

.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.video {
    position: relative;
    min-height: 370px;
    background: linear-gradient(rgba(3, 15, 39, .4), rgba(3, 15, 39, .4)), url(https://www.tamimilawfirm.com/images/economic-zone-ksa.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    z-index: 1;
    color: #fff;
    /* padding-bottom: 50px; */
}

.gap-40 {
    clear: both;
    height: 40px;
}

.bg-stript {
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 1px;
    color: #fff;
    background: linear-gradient(to right, rgba(194, 141, 44, 0.5), rgba(194, 141, 44, .5));
}
.bg-stript p {
font-family: "Urbanist", sans-serif !important;
    font-size: 20px;
    font-weight: 400;
}
.gen-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    background: #555555;
    transition: .3s;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

/* bootstrap accordion */
.accordion-button {
    font-weight: 600;
    background: transparent !important;
    border-bottom: 1px solid gainsboro;
}

.accordion-button.collapsed {
    font-weight: semibold;
    color: #555;
}

.accordion-button:not(.collapsed) {
    color: #272727 !important;

}

.accordion-body {
    background: #f7f7f7;
}

/* faq */
.faq-section {
    position: relative;
    overflow: visible;
    padding-top: 120px;
    padding-bottom: 0px;
}

.faq-section .overlay {
    position: relative;
    overflow: visible;
}

.faq-section .container {
    overflow: visible !important;
}

.faq-section .d-flex {
    align-items: flex-start;
}

.faq-section .sticky-top {
    top: 100px;
    align-self: flex-start;
    position: sticky !important;
    z-index: 10;
}

@media (max-width: 768px) {
    .faq-section .sticky-top {
        position: static !important;
        top: auto;
    }
    .bg-stript {
        padding: 20px;
    }
    .bg-stript p {
    font-family: "Urbanist", sans-serif !important;
    font-size: 17px;
    font-weight: 400;
}
}


.accordion-button:focus {
    z-index: 3;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button::after {
    content: '\002B';
    font-weight: bold;
    font-size: 1.5rem;
    color: #222222;
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
    background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: '\2212';
    color: #222222;
    transform: rotate(0deg);
}

/* mega menu */
.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
}

.dropdown-toggle-arrow,
.dropdown-toggle::after,
.dropdown-submenu-toggle::after,
.dropdown-submenu-toggle.icon-left::before {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    margin: 0;
    border: none;
    vertical-align: inherit;
    width: 1.28571429em;
}

.dropdown-toggle::after {
    content: '\f2f9';
    width: auto;
    padding-left: 0.2rem;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item.show,
.dropdown-toggle:focus,
.nav-link:focus,
.nav-link:active {
    /* background-color: transparent !important; */
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-mega .dropdown-menu .col-md-3 {
    position: relative;
    padding-right: 20px;
}

.dropdown-mega .dropdown-menu .col-md-3:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    width: 1px;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.1);
}



.dropdown-item {
    word-break: break-word;
    white-space: normal;
}

/* floating-button */

.floating-link {
    text-decoration: none;
}

.floating_btn {
    position: fixed;
    bottom: 0px;
    left: 1px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}



@keyframes pulsing {
    0% {
        box-shadow: 0 0 0 0 rgba(66, 219, 135, 0.6);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(66, 219, 135, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(66, 219, 135, 0);
    }
}

@keyframes ringing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    30% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 #42db87;
    animation: pulsing 1.5s infinite ease-out, ringing 2s infinite ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.contact_icon:hover {
    transform: scale(1.1);
}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}



.about-list li {
    display: flex;
    align-items: start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

.about-list img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}




/* banner-2-section */
.banner-section {
    padding: 200px 0px 80px 0px;
    background-color: #fafafa;
}

.tagline {
    background: #c28d2c17;
    font-family: "Urbanist", sans-serif;
    line-height: 16px;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 24px;
    display: inline-block;
    border-radius: 4px;
    color: #c28d2c;
}

.banner-text h1 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 56px;
    line-height: auto;
    font-weight: 400;
    color: #272727;
    margin-bottom: 20px;
}

.banner-text .highlight {
    color: #c28d2c;
}

.highlight img {
    position: relative;
    top: -24px;
    left: -14px;
    height: 30px;
    width: 30px;
}

.banner-text p {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #666666;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #c28d2c;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.banner-btn:hover {
    background: #000;
    transform: translateY(-2px);
}

/* Carousel Section */
.banner-carousel .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 400px;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: end;
    padding: 40px 30px;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
}

.banner-carousel .item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
    z-index: 0;
}

.slide-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.slide-content .highlight {
    color: #c28d2c;
}

.slide-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #f2f2f2;
    text-align: center;
}

.slide-btn {
    display: inline-block;
    background: #c28d2c;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}


.slide-btn:hover {
    display: inline-block;
    background: #c28d2c;
    transition: 0.3s;
    opacity: 0.8;
}
.faq-section h2{
font-family: "Urbanist", sans-serif !important;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    color: #272727;
}
/* Hover effect */
.banner-carousel .item:hover {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .banner-section {
        padding: 70px 0;
        text-align: center;
    }

    .banner-text h1 {
        font-size: 36px;
    }

    .banner-text p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .banner-section .row {
        flex-direction: column;
    }

    .banner-text {
        margin-bottom: 30px;
        text-align: center;
    }

    .banner-text h1 {
        font-size: 30px;
    }

    .slide-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .banner-text h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .service2-section-area .service2-header-text h2 {
    font-family: "Urbanist", sans-serif !important;
     font-size: 36px;
        line-height: 44px;
    position: relative;
    font-weight: 400;
    color: #272727;
    margin-bottom: 0px;
}
.section-header h2 {
     font-size: 36px;
        line-height: 44px;
}
.works-header h2 {
 font-size: 36px;
        line-height: 44px;
}
.faq-section h2{
font-size: 36px;
        line-height: 44px;
}
.team1-header h2 {
    font-size: 36px;
        line-height: 44px;
}
    .banner-text p {
        font-size: 14px;
    }
}

.banner-carousel .owl-item.active .slide-content {
    transform: scale(1.05);
    opacity: 1;
    transition: all 0.6s ease;
}

.banner-carousel .owl-item .slide-content {
    opacity: 0.7;
    transform: scale(0.95);
    transition: all 0.6s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c28d2c !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c28d2c !important;
}



.readmore-btn {
  outline: none;
  box-shadow: none;
}

.readmore-btn:focus,
.readmore-btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.accordion-button{
    line-height: 30px;
}


/* ✅ Responsive adjustments below 768px */
@media  (min-width: 0px) and (max-width: 768px) {
  .service2-section-area .arrow-service {
    height: 40px;
    width: 40px;
    line-height: 40px;
    top: 10px;
    right: 10px;
  }

  .service2-section-area .arrow-service span {
   height: 50px;
        width: 50px;
        line-height: 40px;
        left: -2px;
        top: -7px;
  }

  .service2-section-area .arrow-service:after {
           width: 70px;
        height: 70px;
        top: -18px;
        left: -13px;
  }

  .service2-section-area .arrow-service img {
    width: 23px;
    height: 23px;
    object-fit: contain;
  }
}

@media  (min-width: 0px) and (max-width: 433px) {
.highlight img {
  display: none !important;
}
.works-header h2 img {
 display: none !important;
}
.section-title img {
   display: none !important;
}
}