.faq .faq-list li+li,
p {
    margin-top: 15px
}

#s-1,
#s-3,
#s-6,
#vm,
.bottom-wave {
    background-repeat: no-repeat
}

#s-1,
#s-3 {
    background-size: cover
}

@font-face {
    font-family: BorisBlackBloxx;
    src: url(../fonts/BorisBlackBloxx.ttf);
    font-display: swap
}

body {
    font-family: Sora, sans-serif;
    color: #444;
    overflow-x: hidden
}

#topbar .social-links a:hover,
.about .icon-box .title a:hover,
.departments .nav-link:hover,
.faq .faq-list a.collapsed:hover,
a {
    color: #1977cc
}

a:hover {
    color: #3291e6;
    text-decoration: none
}

h1,
h2,
h3,
h5 {
    font-family: BorisBlackBloxx, sans-serif
}

#topbar .contact-info a,
h4,
h6,
li.nav-item {
    font-family: Domine, serif
}

p {
    margin-bottom: 1rem
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1977cc;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: 1s linear infinite animate-preloader;
    animation: 1s linear infinite animate-preloader
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #1977cc;
    color: #000;
    transition: .4s
}

#hero,
.dropdown-item,
img.slider {
    width: 100%
}

#header .logo img,
a.logo {
    border-bottom: 12px solid #aaaca9bd;
    border-radius: 27px;
    background: #fff
}

.back-to-top i:hover {
    background: #1c84e3;
    color: #fff
}

.datepicker-dropdown {
    padding: 20px !important
}

/* Modern Dropdown Menu */
.dropdown-menu {
    min-width: 240px;
    padding: 8px 0;
    background: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform-origin: top center;
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    /* space between icon and text */
    padding: 10px 20px;
    color: #2c3e50;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s ease;
    border-left: 3px solid transparent;
    overflow: hidden;
}

/* Hide icon initially */
.dropdown-item i {
    color: #135CAA;
    font-size: 18px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s ease;
}

/* Hover Effect */
.dropdown-item:hover {
    color: #135CAA;
    border-left: 3px solid #135CAA;
    transform: translateX(5px);
}

.dropdown-item:hover i {
    opacity: 1;
    transform: translateX(0);
}

/* Active Link */
.dropdown-item.active {
    color: #135CAA;
    font-weight: 600;
    border-left: 3px solid #135CAA;
}

.dropdown-item.active i {
    opacity: 1;
    transform: translateX(0);
}


/* Divider Style */
.dropdown-divider {
    border-color: rgba(0, 0, 0, 0.05);
    margin: 6px 0;
}

/* Badge Style (optional) */
.dropdown-badge {
    margin-left: auto;
    padding: 4px 8px;
    background: #e74c3c;
    color: white;
    font-size: 12px;
    border-radius: 12px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #f2f2f2;
    text-decoration: none;
    background-color: #05aae7
}













.navbar {
    margin-bottom: -90px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0 50px
}

a.logo img {
    width: 300px
}

#topbar {
    background: #105bab;
    height: 80px;
    font-weight: 600;
    transition: .5s
}

.fixed-top {
    top: 0;
    right: 0;
    left: 0;
    z-index: 996
}


.mr-auto,
.mx-auto {
    float: right !important
}

#topbar.topbar-scrolled {
    top: -40px;
    display: none !important
}

#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: .3s;
    font-size: 16pt
}

#topbar .contact-info a:hover,
.about .icon-box:hover .icon i,
.social-link i:hover,
.top-btn a {
    color: #fff
}

#topbar .contact-info i {
    color: #fff;
    padding-right: 8px;
    margin-left: 20px
}

#topbar .contact-info i:first-child {
    margin-left: 0
}

#topbar .social-links a {
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: .3s
}

#topbar .social-links a:first-child {
    border-left: 0
}

#header {
    top: 65px;
    transition: .5s;
    z-index: 997;
    padding: 15px 0
}

#header.header-scrolled {
    top: 0;
    display: none
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: Poppins, sans-serif
}

#hero .btn-get-started,
.btn-get-started-1 {
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px
}

#c2a p,
#hero h1,
.btn-get-started-2,
.contact-form button,
.hero-content h1,
.v-slide .delicious-btn {
    text-transform: capitalize
}

#header .logo a {
    color: #2c4964
}

#header .logo img {
    margin-top: -97px;
    margin-left: -14em;
    padding-bottom: 1px
}



.gallery .gallery-item img,
.why-us .content .more-btn {
    transition: .4s ease-in-out
}

a.logo {
    margin-left: 50px;
    padding-bottom: 1px;
    z-index: 999
}

.head-bg {
    background: url(../img/header.png)
}

.breadcrumbs,
.section-bg {
    background-color: #f1f7fd
}

#hero {
    height: 100vh;
    background: url(../img/banner-1.jpg) 0 0/cover;
    margin-top: -80px
}

#hero h1,
.hero-content h1 {
    font-family: BorisBlackBloxx;
    margin: 0;
    font-size: 65px;
    font-weight: 600;
    color: #105bab;
    letter-spacing: 2px
}

#hero p {
    color: #fff;
    font-weight: 600
}

#hero h2 {
    color: #2c4964;
    margin: 10px 0 0;
    font-size: 24px
}

#hero .btn-get-started {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    transition: .5s;
    color: #fff;
    background: #eba91f
}

#hero .btn-get-started:hover {
    background: #3291e6
}

.getintouch-section,
.testimonial-section,
.whyus-section {
    padding: 80px 0
}

.products-section {
    padding: 100px 0
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #2c4964
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1977cc;
    bottom: 0;
    left: calc(50% - 20px)
}

.departments .details p:last-child,
.section-title p {
    margin-bottom: 0
}

.breadcrumbs {
    padding: 20px 0;
    min-height: 40px;
    margin-top: 120px
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}

@media (max-width:768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }
}

.why-us .content {
    padding: 30px;
    background: #1977cc;
    border-radius: 4px;
    color: #fff
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.blog-text,
.why-us .content p {
    margin-bottom: 30px
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    padding: 6px 30px 8px;
    color: #fff;
    border-radius: 50px
}

.why-us .content .more-btn i {
    font-size: 14px
}

.why-us .content .more-btn:hover {
    color: #1977cc;
    background: #fff
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 40px 30px;
    width: 100%
}

.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #1977cc;
    margin-bottom: 30px
}

.why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px
}

.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484
}

.about .icon-boxes h4 {
    font-size: 18px;
    color: #4b7dab;
    margin-bottom: 15px
}

.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2c4964;
    margin-bottom: 15px
}

.about .icon-box,
.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #8dc2f1;
    border-radius: 50px;
    transition: .5s
}

.about .play-btn::after,
.about .play-btn:hover::before {
    top: 50%;
    width: 0;
    height: 0;
    left: 50%;
    position: absolute;
    content: ''
}

.about .icon-box .icon i {
    color: #1977cc;
    font-size: 32px
}

.about .icon-box:hover .icon {
    background: #1977cc;
    border-color: #1977cc
}

.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.about .icon-box .title a {
    color: #343a40;
    transition: .3s
}

.contact .info i,
.doctors .member .pic img,
.doctors .member .social a {
    transition: .3s ease-in-out
}

.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px
}

.about .video-box {
    background: url("../img/about.jpg") center center/cover no-repeat;
    min-height: 500px
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, .4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.about .play-btn::after {
    transform: translateX(-40%) translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: .4s cubic-bezier(.55, .055, .675, .19)
}

.about .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation: 2s infinite pulsate-btn;
    animation: 2s infinite pulsate-btn;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(25, 119, 204, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

.about .play-btn:hover::after {
    border-left: 15px solid #1977cc;
    transform: scale(20)
}

.about .play-btn:hover::before {
    transform: translateX(-40%) translateY(-50%);
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.counts {
    background: #f1f7fd;
    padding: 70px 0 60px
}

.counts .count-box {
    padding: 30px 30px 25px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #1977cc;
    padding: 12px;
    color: #fff;
    border-radius: 50px
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: Raleway, sans-serif;
    font-size: 14px
}

.departments {
    overflow: hidden
}

.departments .nav-tabs {
    border: 0
}

.departments .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: .3s;
    color: #2c4964;
    border-radius: 0;
    border-right: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px
}

.departments .nav-link.active {
    color: #1977cc;
    border-color: #1977cc
}

.departments .tab-pane.active {
    -webkit-animation: .5s ease-out fadeIn;
    animation: .5s ease-out fadeIn
}

.departments .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c4964
}

.departments .details p {
    color: #777
}

@media (max-width:992px) {

    #header .logo,
    #hero h1 {
        font-size: 28px
    }

    #header {
        top: 0
    }

    #hero .container {
        padding-bottom: 63px
    }

    #hero h1 {
        line-height: 36px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .breadcrumbs {
        margin-top: 63px
    }

    .breadcrumbs h2 {
        margin: 0 0 10px
    }

    .departments .nav-link {
        border: 0;
        padding: 15px
    }

    .departments .nav-link.active {
        color: #fff;
        background: #1977cc
    }
}

.doctors {
    background: #fff
}

.doctors .member {
    position: relative;
    box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
    padding: 30px;
    border-radius: 10px
}

.doctors .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%
}

.doctors .member:hover img,
.gallery .gallery-item:hover img {
    transform: scale(1.1)
}

.doctors .member .member-info {
    padding-left: 30px
}

.doctors .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #2c4964
}

.doctors .member span,
.faq .faq-list a {
    display: block;
    font-weight: 500;
    position: relative
}

.doctors .member span {
    font-size: 15px;
    padding-bottom: 10px
}

.doctors .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b2c8dd;
    bottom: 0;
    left: 0
}

.doctors .member p {
    margin: 10px 0 0;
    font-size: 14px
}

.doctors .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.doctors .member .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #a0bcd5
}

.doctors .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px
}

.doctors .member .social a:hover {
    background: #1977cc
}

.doctors .member .social a+a {
    margin-left: 8px
}

.faq .faq-list {
    padding: 0 100px
}

.faq .faq-list ul {
    padding: 0;
    list-style: none
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative
}

.faq .faq-list a {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
    outline: 0
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}




.faq .faq-list a.collapsed {
    color: #343a40
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block
}

@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.contact .info,
.contact .php-email-form {
    width: 100%;
    background: #fff
}

.contact .info i {
    font-size: 20px;
    color: #1977cc;
    float: left;
    width: 44px;
    height: 44px;
    background: #d6e9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #4b7dab
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
    background: #1977cc;
    color: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: 1s linear infinite animate-loading;
    animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #1977cc;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type=submit]:hover,
.contact .php-email-form button[type=submit]:hover {
    background: #1c84e3
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#footer {
    color: #444;
    font-size: 14px;
    background: #fff
}

#banner-2,
#footer .footer-top {
    padding: 40px 0
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #777
}

#footer .footer-top h4 {
    font-size: 23px;
    color: #105bab;
    padding-bottom: 7px;
    margin-top: 1em
}

#footer .footer-top .item.social h4 {
    font-size: 23px;
    color: #105bab;
    padding-bottom: 12px;
    margin-top: 1em;
    font-family: BorisBlackBloxx
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 10px;
    color: #fff;
    font-size: 17px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #1977cc
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7
}

.about-style,
.about-style p,
.aboutbanner,
.blog-s a,
.copyright,
.cover-wrapper,
.gtco-testimonials .item.social a,
.lightbox-title,
.pro-btn-m,
.products-style,
.sec-title p,
.single-testimonial,
.testi-c,
.w-content h3,
.w-content p {
    text-align: center
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #1977cc;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 50px
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1977cc;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #1c84e3;
    color: #fff;
    text-decoration: none
}

.footer-widget h4 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000
}

.footer-widget h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1%;
    width: 50%;
    height: 2px;
    border-radius: 50%;
    background-color: #105bab;
    transition: .3s
}

.footer-widget h4:hover::before,
.y-us-img img {
    width: 95%
}

.copyright {
    font-size: 17px;
    font-weight: 600;
    padding: 15px;
    color: #282828;
    border-top: 1px solid #05aae782
}

.link-f li {
    list-style: none;
    font-size: 21px;
    padding-bottom: 7px
}

.item.social a:hover,
.link-f li a:hover,
a.btn-get-started-2.scrollto:hover {
    color: #105bab
}

.link-f,
.social-link-1 {
    padding-left: 0 !important
}

.contact p,
.link-f a {
    color: #282828;
    font-weight: 600
}

.social-link-1 li {
    list-style-type: none;
    display: inline-flex;
    padding: 10px;
    font-size: 35px;
    color: #282828
}

.mx-auto {
    margin-right: auto !important
}

.mr-auto {
    margin-right: -10em !important
}

.single {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.single p {
    font-weight: 600;
    font-size: 22px;
    color: #105bab
}

.single .form-control {
    height: 50px;
    width: 300px;
    background: rgb(244 175 175 / 0%);
    border-color: #105bab;
    border-radius: 20px 0 0 20px
}

#c2a,
#s-5,
.single .btn {
    background: #105bab
}

.single .form-control:focus {
    box-shadow: none;
    border-color: #243c4f
}

.single .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    color: #fff
}

.top-btn {
    color: #28287f !important;
    padding: 10px 25px;
    margin-left: 0;
    background: #fff;
    border-radius: 6px;
    margin-right: 0
}

.top-btn i {
    color: #105bab !important;
    font-size: 25px;
    margin-right: 10px
}

.d-lg-block,
.vm-col {
    margin-left: 5em
}

.btn-get-started-1 {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 10px;
    transition: .5s;
    color: #fff;
    background: #eba91f
}

.about-style h2 {
    font-family: BorisBlackBloxx;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 10px
}

.about-style p {
    font-size: 18px;
    color: #fff;
    font-family: serif;
    font-weight: 400;
    line-height: 30px;
    width: 75%;
    margin: auto
}

.about-img {
    vertical-align: middle;
    align-items: center;
    padding: 110px 40px
}

.footer-contact h6 {
    margin-top: 20px;
    color: #fff;
    font-size: 11pt
}

.address-d span {
    color: #eba91f;
    font-size: 11pt;
    font-weight: 600
}

.address-d p {
    font-size: 21px;
    padding-left: 0;
    color: #fff !important;
    display: inline-flex
}

.address-d i {
    font-size: 16pt;
    color: #fff;
    display: inline-table;
    list-style-type: none;
    margin-right: 8px;
    padding: 7px 0
}

.address-d a {
    color: #fff !important;
    font-size: 20px
}

.social-link ul {
    display: inline-flex;
    list-style-type: none;
    margin-left: -43px
}

.social-link li {
    padding: 10px 16px;
    background: #fff;
    margin-left: 0;
    display: inline-block
}

.item.social a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(61 61 143);
    margin: 0 8px;
    color: #000
}

.social-link i {
    font-size: 25px;
    color: #9e9e9e
}

.item.social h4 {
    font-size: 23px;
    font-weight: 700;
    color: #105bab;
    padding-bottom: 12px;
    margin-top: 1em
}

.footer-b2 {
    margin-top: 58px
}

.address-d h4,
.social-link h4 {
    color: #fff !important;
    font-size: 14pt !important;
    font-family: Raleway, sans-serif
}

.social-link p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: Raleway, sans-serif
}

#hero .container-fluid {
    margin-left: 15em;
    margin-top: 10em
}

.apid:before {
    content: '';
    height: 0;
    width: 69px;
    position: absolute;
    top: 1.8em;
    left: 5em;
    border-top: 3px solid #00a5e0 !important;
    transform: rotate(0)
}

#hero span {
    margin-left: 78px
}

.home-table-1 table tr td img {
    margin-left: -16px
}

.img-fluid-1 {
    max-width: 100%;
    height: auto
}

.side-bg img {
    position: absolute;
    top: -100px;
    left: 0
}

.side-bg-1 img {
    position: absolute;
    top: 25em;
    right: 0
}

.side-bg-2 img {
    position: absolute;
    top: -8.5em;
    left: 0
}

.why-us-b {
    padding: 0 19em
}

.social-link li:hover {
    padding: 10px 16px;
    background: #ff5353;
    margin-left: 5px
}

.about-img img {
    padding-top: 9em
}

.v-slide .delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: #fff;
    border: none;
    border-left: 3px solid #1c8314;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #40ba37
}

.delicious-btn:focus,
.delicious-btn:hover,
.v-slide .delicious-btn.active {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1c8314;
    border-color: #40ba37
}

.carousel-indicators li {
    background-color: #eba91f !important
}

@media only screen and (max-width:600px) {
    #header .logo img {
        margin-top: -21px;
        margin-left: -11em;
        border-radius: 27px;
        padding-bottom: 1px;
        background: #fff;
        width: 150px
    }

    .mobile-hero-content {
        background: #ffffff9c;
        box-shadow: 0 0 10px #0094c8b0;
        padding: 12px 1px;
        border-radius: 12px;
        width: 292px;
        height: 126px;
        margin-left: -4px;
        margin-top: 25px
    }

    .mobile-hero-content h4 {
        font-size: 22px;
        font-family: Sora;
        font-weight: 600;
        color: #105bab;
        float: right;
        margin-right: 12px
    }

    .mobile-hero-content h3 {
        font-size: 19px;
        font-family: Sora, sans-serif;
        font-weight: 600;
        color: #105bab;
        margin-bottom: 0;
        margin-top: 8px
    }

    #hero h1 {
        font-size: 24px;
        line-height: 30px
    }

    #hero .container-fluid {
        margin-left: 0;
        margin-top: 0
    }

    .head-bg {
        background: url(../img/header.png)
    }

    .footer-links {
        width: 50%
    }

    .address-d-m {
        padding-bottom: 35px
    }

    #footer .footer-top .footer-contact {
        margin-bottom: 0
    }
}

.about-style-1 h2,
.key h4 {
    font-family: Raleway, sans-serif
}

.contact i,
.key i {
    margin-bottom: 15px
}

.aboutbanner img,
.banner img,
.blogbanner img,
.contactbanner img,
.hardbanner img {
    width: 100%;
    height: 464px
}

.banner {
    margin-top: -80px
}

.b-title h3 {
    font-size: 61px;
    color: #105bab;
    margin-left: 2.5em;
    text-align: left
}

.b-title {
    position: relative;
    top: 10em
}

.about-img-1 img {
    width: 600px;
    box-shadow: 0 0 15px #fff;
    background: #fff
}

.h2-s {
    color: #eba91f;
    text-shadow: 2px 0 1px rgb(235 169 31)
}

.about-style-1 h2 {
    font-size: 48pt;
    line-height: 62px;
    color: #023047;
    font-weight: 800;
    padding-bottom: 10px;
    text-shadow: 2px 0 1px rgb(2 48 71)
}

.image-border-style:before {
    border-style: solid;
    border-width: 12px;
    border-image: linear-gradient(to bottom, #276a34 0%, #eba91f 100%);
    border-image-slice: 1;
    content: "";
    height: auto;
    position: absolute;
    bottom: 25px;
    left: 202px;
    top: 15px;
    width: 90%;
    z-index: -1;
    transform: translateX(-90px)
}

.key i {
    font-size: 3em;
    color: #2b6935
}

.key h4 {
    font-size: 22px;
    color: #023047;
    line-height: 30px;
    font-weight: 700
}

.city,
.core-v h2,
.vm-row h3 {
    font-family: Raleway, sans-serif;
    line-height: 62px
}

.key-main {
    margin-top: 5em
}

#vm {
    background-image: linear-gradient(110deg, #3f702e00 45%, #276233eb 48%), url(../img/about-bg-1.jpg);
    background-position: right;
    color: #fff;
    padding: 110px 0
}

.vm-row {
    padding: 0 183px
}

.vm-row p {
    font-size: 14pt
}

.core-v h2,
.vm-row h3 {
    font-size: 35pt;
    font-weight: 900
}

.vm-row h3 {
    color: #fff;
    padding-bottom: 5px;
    text-shadow: 2px 0 1px rgb(255 255 255)
}

.address-d,
.vm-c {
    float: right
}

.core-v h2 {
    color: #023047;
    padding-bottom: 1em;
    text-align: center;
    text-shadow: 2px 0 1px rgb(2 48 71)
}

.core h5 {
    font-family: Raleway, sans-serif;
    font-size: 15pt;
    line-height: 35px;
    font-weight: 800
}

.core-v {
    padding-bottom: 30px
}

#c2a {
    padding: 40px;
    margin-bottom: 2em;
    margin-top: 4em;
    box-shadow: 0 1px 16px #0daee97d
}

.btn-get-started-2 {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 25px;
    transition: .5s;
    border-radius: 4px;
    color: #fff;
    background: #fcdf17
}

#c2a p {
    font-size: 15pt;
    font-weight: 600;
    color: #105bab
}

.btn-r {
    text-align: right
}

.c2a {
    margin-top: 9px
}

.contact h5 {
    font-size: 22px;
    line-height: 38px;
    color: #105bab;
    font-weight: 300 !important;
    padding-bottom: 0;
    border-bottom-width: 10px
}

.address-d1 a,
.key-f h5,
.key.contact h6 {
    font-weight: 600
}

.contact i {
    font-size: 30px;
    color: #276a34
}

.address-d1 p,
.contact a {
    color: #000 !important
}

.key.contact h6 {
    color: #105bab;
    font-family: Sora, sans-serif
}

.php-email-form button[type=submit],
button.btn.btn-danger.bg-1.m-auto.wow.fadeInLeft {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 45px;
    margin-top: 10px;
    transition: .5s;
    border-radius: 10px;
    border: 0;
    color: #000;
    background: linear-gradient(to top, #00aeee 30%, #00c1d8)
}

.city-block,
.cont-mf,
.key-f {
    border-radius: 3px;
    box-shadow: 0 0 25px #80808038
}

.cont-mf {
    padding: 55px;
    margin-bottom: 6em
}

.key-f {
    padding: 45px 30px;
    margin-left: 20px;
    max-width: 360px
}

.key-f h5 {
    font-family: Raleway, sans-serif;
    margin-top: -8px;
    margin-bottom: 24px
}

.address-d1 i {
    font-size: 25px;
    color: #eba91f;
    margin-bottom: 0
}

.address-d1 a,
.address-d1 span {
    color: #fff !important
}

.city {
    font-size: 20pt;
    color: #023047;
    font-weight: 800;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgb(2 48 71);
    border-bottom: 10px solid #eba91f;
}

.city-block {
    padding: 27px 15px;
    background: #276a34;
    height: 235px
}

.branch {
    padding-top: 2em
}

.state h2 {
    font-size: 42pt;
    line-height: 32px
}

.blog-r,
.other {
    margin-bottom: 6em
}

.about-style-1 p {
    font-size: 18px;
    color: #023047
}

.core {
    height: 260px
}

.style-h5 {
    font-size: 22px;
    line-height: 55px;
    color: #105bab;
    font-weight: 400;
    padding-bottom: 1px;
    border-bottom: 1px solid #12a2d4;
    margin-bottom: 1em
}

.hero-content {
    background: #ffffff9c;
    box-shadow: 0 0 10px #0094c8b0;
    padding: 27px 20px;
    border-radius: 25px;
    width: 690px;
    height: 280px;
    position: absolute;
    top: -28em;
    left: -4em
}

.hero-content h3 {
    font-size: 42px;
    font-family: Sora, sans-serif;
    font-weight: 600;
    color: #105bab;
    text-align: left
}

.hero-content a,
.hero-content h4 {
    font-family: Sora;
    color: #105bab;
    float: right;
    font-weight: 600
}

.hero-content a {
    position: relative;
    right: -10.7em;
    top: 3.5em;
    background: #fff;
    border-radius: 5px;
    padding: 13px 20px;
    font-size: 23px;
    box-shadow: 0 0 10px #009fd88f
}

.hero-content h4 {
    font-size: 42px;
    margin-right: 12px
}

.footer-widget h4,
.products-style h2,
.s-u h4,
.testi-c h2,
.y-u h4 {
    font-family: BorisBlackBloxx
}

#s-1 {
    background-image: url(../img/banner-2.png);
    margin-bottom: -10.1em;
    background-position: center
}

.svg-bg-1 {
    position: absolute;
    margin-top: -2%;
    z-index: -999
}

.intro {
    padding: 0 10em;
    margin-bottom: 20px
}

.wc-img {
    text-align: center;
    padding: 25px 30px
}

.y-u h4 {
    color: #fff;
    margin-top: 2em;
    font-size: 26px
}

.products-style p {
    font-size: 18px;
    font-weight: 600;
    width: 66%;
    text-align: center;
    margin: auto
}

.products-style span {
    color: #105bab;
    font-size: 20px;
    font-weight: 600
}

.products-style h2 {
    font-size: 35px;
    line-height: 40px;
    color: #105bab;
    padding-bottom: 20px;
    margin-top: 25px
}

.s-2a:before {
    content: "";
    background: url(../img/banner-3.jpg);
    top: 0;
    right: 0;
    position: absolute
}

#s-2,
.inner-blog {
    padding: 50px 0
}

.gtco-testimonials {
    position: relative;
    top: 0
}

.gtco-testimonials h2,
.gtco-testimonials1 h2,
.gtco-testimonials2 h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 2px;
    background-color: #000;
    padding: 10px 5px
}

.brands,
.testi-c h2 {
    padding-bottom: 20px
}


.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0
}

.gtco-testimonials .card .card-img-top {
    max-width: 210px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, .25) 0 14px 28px, rgba(0, 0, 0, .22) 0 10px 10px
}

.gtco-testimonials .card p {
    background: #105bab;
    padding: 7px 10px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 20px;
    width: 275px;
    margin: 0
}

.gtco-testimonials .active {
    opacity: .5;
    transition: .3s
}

.gtco-testimonials .center,
.gtco-testimonials1 .center {
    opacity: 1
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 400px;
    width: auto
}

.gtco-testimonials .center .card {
    transition: .5s;
    transform: scale(1.21)
}


.gtco-testimonials1 {
    position: relative;
    left: 35px
}

.brands_item img,
.item.is-hero {
    max-width: 100%
}

.gtco-testimonials1 .card h5,
.gtco-testimonials2 .card h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3
}

.gtco-testimonials1 .card h5 span,
.gtco-testimonials2 .card h5 span {
    font-size: 18px;
    color: #666
}

.gtco-testimonials1 .center h5 span,
.s-u h4 {
    font-size: 20px
}

.gtco-testimonials1 .card p {
    font-size: 20px;
    color: #010101;
    font-family: serif;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 15px
}

.gtco-testimonials1 .active {
    opacity: 1;
    transition: .3s
}

.gtco-testimonials1 .center h5 {
    font-size: 24px
}

.gtco-testimonials1 .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px
}

.serve {
    margin-top: 9em
}

.s-u h4 {
    color: #fff;
    margin-top: 2em
}

.testi-c h2 {
    font-size: 35px;
    line-height: 40px;
    color: #105bab;
    padding-top: 0
}

.testi-c p {
    font-size: 20px;
    color: #010101;
    font-family: 'sans-serif;';
    font-weight: 500;
    line-height: 30px
}

.blog-text h4,
.conat h2 {
    font-family: BorisBlackBloxx
}

.client,
.pro-btn-m {
    margin-top: 6em
}

.brands {
    width: 100%;
    padding-top: 10px
}

.brands_slider_container {
    padding-left: 97px;
    padding-right: 97px
}

.brands_slider {
    height: 100%;
    margin-top: 50px
}

.brands_item {
    height: 100%
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #000;
    font-size: 26px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 65px;
    top: 8em
}

.brands_next {
    right: 90px;
    top: 8em
}

.form-style {
    padding: 10px;
    position: relative;
    left: 0
}

.conat h2 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 1.5em;
    text-align: center
}

.form-control,
contact-form .form-control {
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

contact-form .form-control {
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid #ccc;
    border-radius: 2px
}

.contact-form button {
    border: 2px solid var(--primary-color);
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 8px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
}

.contact-form button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: -1;
    transition: width 0.4s ease;
}

.contact-form button:hover::before {
    width: 100%;
}

.contact-form button:hover {
    position: relative;
    z-index: 999;
    color: #000 !important;
}

.contact-form button span {
    position: relative;
    z-index: 1;
}


.form-control {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

textarea {
    overflow: auto;
    resize: vertical;
    height: 200px;
    margin-top: 1em
}

.map img {
    border-radius: 6px;
    margin-left: 2em
}


@media (max-width:767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto
    }

    .gtco-testimonials1,
    .gtco-testimonials2 {
        margin-top: 20px
    }

    #s-2 {
        padding: 240px 0 0
    }

    .back-to-top {
        position: fixed;
        display: none;
        right: 15px;
        bottom: 0;
        z-index: 99999
    }
}



.gtco-testimonials2 .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 15px;
    padding: 0;
    border-radius: 20px;
    border: 0
}

.gtco-testimonials2 .card p {
    font-size: 11px;
    font-weight: 600;
    color: #555;
    padding-bottom: 15px;
    margin-top: -10px
}



.card-body1 span {
    position: relative;
    top: -2em;
    left: 7em;
    font-size: 16px;
    font-weight: 600
}

.card-body1 h4 {
    text-align: left;
    margin-left: 15px;
    margin-top: 10px
}

.w-content h3,
.w-content-1 h3 {
    line-height: 40px;
    padding-bottom: 20px;
    margin-top: 25px;
    font-family: BorisBlackBloxx
}

#s-6 {
    background-image: url(../img/banner-5.jpg)
}

.pro-btn {
    background: #105bab;
    padding: 20px 30px;
    border-radius: 6px;
    color: #fff !important;
    font-size: 21px
}

.w-content h3,
.w-content-1 h3 {
    font-size: 40pt;
    color: #105bab
}

.w-content p,
.w-content-1 p {
    font-weight: 400;
    color: #1f1f1f
}

.w-content p {
    font-size: 18px
}

#about {
    background-image: url(../img/banner-3.jpg);
    padding-top: 60px;
    padding-bottom: 30px
}

.w-content-1 p {
    font-size: 16px
}

.y-us {
    padding-top: 5em
}

.blog-s .card {
    border: 2px solid #105BAB00;
    box-shadow: 0 12px 15px #00000038
}

.blog-s .card-body1 {
    padding: 5px 10px 32px
}

.blog-s a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 0 10px #dbdbdb9e;
    width: 145px;
    padding: 10px;
    background: #242471;
    display: block;
    margin: 25px auto
}

section.products-bredcrumbs {
    background: #f0f8ff;
    padding: 0
}

section.products-galley {
    background: #f0f8ff;
    padding-top: 60px;
    padding-bottom: 60px
}

.lightbox-galley img {
    width: 100%;
    object-fit: contain
}

.lightbox-title {
    background: #105bab;
    padding: 20px;
    color: #f2f2f2;
    height: 190px
}

.lightbox-galley {
    padding: 4px;
    border: 4px solid #ccc;
    margin: 10px 0
}

.lightbox-galley:hover {
    width: 100%;
    background: #07abe8;
    border: 1px solid #ccc;
    padding: 5px;
    transition: .7s
}

.lightbox-title:hover {
    background: #07abe8;
    color: #f2f2f2;
    text-align: center
}

.footer-widget {
    position: relative;
    left: 11.2em;
    bottom: 0
}

.cover-wrapper {
    width: 83%;
    display: block;
    margin: auto
}

i.fa.fa-angle-left.client-logos-fa,
i.fa.fa-angle-right.client-logos-fa {
    color: #252525
}

.blog-section {
    margin: 60px 0
}

.blog-section-inner {
    margin: 50px 0
}

.products.product-row {
    margin: 20px 0
}

.rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    color: #ffc107;
    margin-top: 10px
}

.location-map iframe {
    border-radius: 5px;
    width: 100%
}

.bottom-wave {
    background-image: url(../img/wave-2.png);
    margin-top: -272px;
    height: 150px;
    position: absolute;
    width: 100%
}

.sec-title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative
}

.sec-title p {
    font-size: 18px;
    line-height: 28px
}

.testimonial-area {
    background: var(--white);
    position: relative;
    z-index: 2;
    padding: 50px 0
}

.testimonial-area .owl-carousel {
    overflow: hidden;
    padding: 0 40px 0 20px;
    margin: 0
}

.testimonial-area .owl-stage-outer {
    padding: 0
}

.single-testimonial {
    border: 1px solid #dcdcdc;
    border-radius: 35px;
    position: relative;
    z-index: 2
}

.single-testimonial p {
    color: #252525;
    font-size: 15px;
    line-height: 24px;
    padding: 50px 50px 30px;
    position: relative;
    z-index: 3;
    height: 200px
}

.client-info a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    font-size: 22px
}

.client-info {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-bottom: 50px
}

.phone-call,
.watsapp {
    position: fixed;
    right: 10px;
    z-index: 100
}

.client-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 18px
}

.client-info span {
    display: inline-block;
    color: #252525;
    font-size: 12px
}

.sec-title.white-title h2 {
    font-family: BorisBlackBloxx, sans-serif;
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 10px;
    color: #105bab;
    text-align: center
}


section.contact-us-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.item.is-hero {
    flex-basis: 100%;
    margin-top: 10vh;
    padding: 50px 0
}

.blog-img-fit img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.blog-text h4 {
    font-size: 23px;
    font-weight: 700;
    color: #105bab
}

section.thankyou {
    background: #f0f8ff;
    padding-top: 150px;
    padding-bottom: 150px
}

.watsapp {
    top: 82%
}

.phone-call {
    top: 72%
}

.blog-card,
.blog-img {
    position: relative;
    overflow: hidden
}

.phone-watsapp img {
    width: 60px
}

#s-3 {
    background-image: url(../img/banner-4.png);
    overflow: hidden;
    margin-top: -13.1em
}

.get-in-touch,
.products-galley-width {
    width: 90%;
    margin: auto
}

.card.blog {
    background: linear-gradient(90deg, #fff 0, rgb(242 244 255) 35%, rgb(255 255 255) 100%);
    box-shadow: 0 13px 15px rgb(0 0 0 / 30%);
    border-radius: 8px;
    padding: 10px 10px 20px;
    width: 100%;
    margin-bottom: 30px
}

section#blog .card.blog {
    padding: 50px
}

h4.blog-title {
    text-align: center;
    color: #29318a;
    font-weight: 700
}

img.card-img-top.blog {
    height: 250px;
    object-fit: cover
}

.card.text-center.blog {
    height: 650px
}

.footer-logo img {
    border-radius: 27px;
    padding-bottom: 1px;
    background: #fff;
    z-index: 999
}

.blog-card {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .3s
}

.blog-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2)
}

.blog-img {
    background-color: #f9f9f9
}

.blog-img img {
    width: 100%;
    border-radius: 8px;
    transition: transform .3s, filter .3s
}

.blog-img img:hover {
    transform: scale(1.1);
    filter: brightness(.9)
}

.blog-content {
    padding: 15px;
    background-color: #fff
}

.blog-content h4 {
    font-size: 18px;
    margin: 0 0 10px
}

.blog-content h4 a {
    text-decoration: none;
    color: #333;
    transition: color .3s
}

.blog-content h4 a:hover {
    color: #007bff
}

.blog-content .card-text {
    font-size: 14px;
    text-align: justify;
    color: #555;
    line-height: 1.6
}

.blog-read a {
    text-align: end !important;
    background-color: #105bab;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 3px
}

.blog-read a:hover {
    background-color: #007bff
}

.blog-read {
    display: flex;
    justify-content: end;
    margin-right: 20px
}

.brands .owl-carousel {
    display: block !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: 87px !important;
    left: 0;
    width: 100%
}



/* new blog */

.blog-card-inner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    flex: 1;
}

.blog-image-container {
    position: relative;
    overflow: hidden;
}

.blog-image-container img {
    width: 100%;
    height: 240px;
    transition: transform 0.5s ease;
    border-radius: 12px 12px 0 0;
}

.blog-card-inner:hover .blog-image-container img {
    transform: scale(1.05);
}

/* Overlay Icon */
.blog-icon-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

.blog-icon-overlay img {
    width: 30px;
    height: 30px;
}

/* Icon animation */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Blog Details */
.blog-card-detail {
    padding: 20px;
    background-color: #fff;
}

.blog-card-detail h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
    transition: color 0.3s ease;
}

.blog-card-detail p {
    font-size: 0.95rem;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-align: justify;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-detail a {
    text-decoration: none;
    color: inherit;
}

.blog-card-inner:hover .blog-card-detail h3 {
    color: #105bab;
}

.blog-card-inner:hover {
    transform: translateY(-5px);
}


.read-more-link {
    display: inline-flex;
    align-items: center;
    font-size: 1.1rem;
    color: #105bab;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    z-index: 100;
}

.read-more-link i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.read-more-link::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff9595;
    transition: width 0.3s ease;
}

.read-more-link:hover::before {
    width: 100%;
}

.read-more-link:hover i {
    transform: translateX(5px);
}

.read-more-link:hover {
    color: #105bab;
}



.blog-detail-right {
    background-color: #f1f6fc;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.blog-detail-right h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 8px;
    color: #105bab;
    display: flex;
    align-items: center;
}

.blog-detail-right h4 i {
    margin-right: 10px;
    font-size: 1.5rem;
    color: #105bab;
}

.blog-detail-right h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #105bab;
}

.toc-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}


.toc-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #333;
    transition: all 0.3s ease;
}

.toc-list li a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.toc-list li a:hover {
    color: #105bab;
}

.toc-list li span {
    background-color: #105bab;
    color: white;
    font-size: 0.85rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

/* 
.toc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: transparent;
    transition: all 0.3s ease;
} */

.toc-list li:hover {
    color: #105bab;
}

.toc-list li:hover::before {
    background-color: #105bab;
}

.toc-list li:hover span {
    background-color: #083a6f;
}


.inner-blog .container-fluid {
    width: 100%;
    max-width: 1400px;
}

.first-letter::first-letter {
    font-size: 42px;
    font-weight: bold;
    color: #105bab;
    float: left;
    margin-right: 5px;
    line-height: 1;
}

.content-curve {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.circle-float-img {
    float: left;
    width: 150px;
    /* Adjust size as needed */
    height: 150px;
    margin-right: 15px;
    border-radius: 50%;
    shape-outside: circle(50%);
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-curve h3 {
    margin-top: 0;
    color: #105bab;
}

.content-curve p {
    text-align: justify;
    line-height: 1.6;
    font-size: 1rem;
    color: #333;
}

/* Hover Effect */
.circle-float-img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}




.blog-detail-left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-detail-left ul li strong {
    color: #000;
    font-weight: 700;
}

.blog-detail-left ul li {
    color: #333;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    line-height: 1.8;
    font-weight: 300;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.blog-detail-left ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    color: #105bab;
    transition: transform 0.3s ease, color 0.3s ease;
}

.blog-detail-left ul li:hover {
    color: #105bab;
    padding-left: 30px;
}

.blog-detail-left ul li:hover i {
    color: #eba91f;
    transform: translateY(-50%) scale(1.2);
}




.blog-detail-left .row-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    /* Rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition for hover effects */
}

.blog-detail-left .row-img::before,
.blog-detail-left .row-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* Semi-transparent overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    /* Fade-in effect */
    border-radius: 10px;
}

.blog-detail-left .row-img::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));/
}

.blog-detail-left .row-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-detail-left .row-img:hover::before,
.blog-detail-left .row-img:hover::after {
    opacity: 1;
}

.blog-detail-left p {
    text-align: justify;
}

.blog-detail-left #faqAccordion .card {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.blog-detail-left #faqAccordion .card-header {
    background-color: #105bab;
    color: white;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    font-size: 1.1rem;
}

.blog-detail-left #faqAccordion .card-header button {
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: white;
    background: none;
    border: none;
    padding: 0;
    text-transform: capitalize;
    font-weight: 200;
}

.blog-detail-left #faqAccordion .card-header button:focus {
    outline: none;
}

.blog-detail-left #faqAccordion .collapse {
    transition: max-height 0.3s ease;
    padding: 10px 15px;
    font-size: 1rem;
    color: #555;
}

.blog-detail-left #faqAccordion .collapse.show {
    max-height: 500px;
}

.blog-detail-left #faqAccordion .card-body {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
}

.blog-detail-left #faqAccordion .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-detail-left #faqAccordion .btn-link {
    color: inherit;
    text-decoration: none;
}

.blog-detail-left #faqAccordion .btn-link:hover {
    color: #eba91f;
}

.blog-detail-left #faqAccordion .btn-link:focus {
    outline: none;
}

.blog-detail-left a {
    color: #eba91f;
}


.blog-images {
    display: block;
    margin: 20px auto;
    width: 70%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-images:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.blog-detail-left h4 {
    font-size: 24px;
    color: #000;
    font-weight: 800;
}



@media screen and (max-width:991px) {
    .menu-section {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .blog-header h2 {
        font-size: 26px;
    }

    .blog-detail-left h3 {
        font-size: 22px;
    }

    .inner-blog {
        padding: 8px 0;
    }
}




/* -===========================================================new Addes=============================================== */
/* @font-face {
    font-family: 'header';
    src: url('../fonts/PTSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'header';
    src: url('../fonts/Acme-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'para';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-color: #135CAA;
    --secondary-color: #000;
    --head-font: 'header', serif;
    --para-font: 'para'
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--head-font) !important;
}

p {
    font-family: var(--para-font) !important;
}



.navbar-brand img {
    width: 100%;
    height: 70px;
}


.contact-info img {
    height: 50px;
    margin-right: 5px;
}

.navbar {
    position: relative;
}

.top-contact {
    position: absolute;
    top: 2%;
    left: 32%;
    border-bottom: 1px solid rgb(216, 216, 216);
}

.nav-item a {
    padding: 10px 30px;
    /* padding-top: 15px; */
    /* padding-bottom: 0px; */
    font-size: 18px;
    font-weight: 500;
    font-family: var(--head-font);
}

.offcanvas-header .btn-close {
    margin-left: auto;
}

/* .offcanvas {
    width: 100%;
    background-image: url('../image/home/offcanva.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 8px);
}

.offcanvas .contact-info {
    float: right;
    padding: 0 10px
}

.contact-info-1 {
    padding-left: 0px !important;
}

.contact-info-1 {
    position: relative;
}

.contact-info-1::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    border-right: 2px dashed var(--primary-color);
    background-color: transparent;
    opacity: 0.8;
}

.contact-info span {
    font-family: var(--head-font);
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
}

.contact-info-social {
    padding-left: 160px;
}

.contact-info-social {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.contact-info-social a {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    margin-bottom: 4px;
}

.contact-info-social a i {
    font-size: 16px;
    transition: all 0.3s ease;
    z-index: 2;
}

/* Liquid filling effect */
.contact-info-social a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #4a6cf7, #2541b2);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

/* Circular wave effect */
.contact-info-social a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover effects */
.contact-info-social a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-info-social a:hover::before {
    transform: scale(1);
}

.contact-info-social a:hover::after {
    transform: translate(-50%, -50%) scale(10);
    opacity: 1;
    transition-delay: 0.2s;
}

.contact-info-social a:hover i {
    color: white;
    transform: rotate(15deg) scale(1.1);
}

/* Different colors for each social icon */
.contact-info-social a.facebook {
    background-color: #3b5998;
}

.contact-info-social a.twitter {
    background-color: #1da1f2;
}

.contact-info-social a.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.contact-info-social a.linkedin {
    background-color: #0077b5;
}

.contact-info-social a.whatsapp {
    background-color: #25d366;
}


@media (max-width: 991px) {
    .top-contact {
        flex-direction: column;
        align-items: start;
    }

    .social-icons {
        margin-top: 10px;
    }
}


/* banner */
.banner-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-carousel {
    width: 100%;
}

.banner-carousel .item {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    transition: all 1.5s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10%;
    transform: scale(1);
}

/* Zoom effect on active slide */
.banner-carousel .active .item {
    animation: zoomEffect 8s linear infinite;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}


.banner-carousel .item.active {
    animation: lightZoom 6s ease-in-out infinite alternate;
}

@keyframes lightZoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1.05);
    }
}


.banner-carousel .item .content {
    color: #fff;
    max-width: 600px;
    animation: fadeInLeft 1.2s ease both;
    position: relative;
    z-index: 2;
}

.banner-carousel .item h1 {
    font-size: 34px;
    margin-bottom: 10px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.banner-carousel .item p {
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.banner-carousel .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.inner-banner {
    overflow: hidden !important;
}


.owl-dots {
    position: absolute !important;
    bottom: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
    text-align: center !important;
}

.owl-dot {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 6px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 50% !important;
    transition: all 0.4s ease !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}

.owl-dot.active {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    transform: scale(1.4) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}

.owl-dot:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 1) !important;
    transform: scale(1.2) !important;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



/* badge section */
.badge-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;

    margin-top: 2px;
    position: relative;
}

.badge-inner .item {
    transition: transform 0.3s ease, scale 0.3s ease;
}

.badge-inner .item img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.badge-inner .item:nth-child(3) img {
    width: 200px;
    height: 200px;
    transform: translateY(10px) scale(1.2);
}

.inner-badge {
    padding: 40px 0px;
}

.inner-badge h1 span {
    color: var(--primary-color);
    font-weight: 700;
}

.inner-badge h1 {
    font-size: 26px;
    color: var(--secondary-color);
    text-align: center;
    font-family: var(--head-font);
}


/* enquiry section */

.inner-enquiry {
    padding: 40px 0px;
}

.inner-enquiry {
    background-color: #ececec;
}

li.nav-item {
    display: block;
    color: #105bab;
    font-weight: 700;
    transition: .3s;
    font-size: 18px;
    padding: 5px 10px;
    margin-top: 30px
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #000;
    color: #fff;
    transform: scale(1.1);
}


.click-btn {
    margin: 20px 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50px 5px 50px 45px;
}

.click-btn a {
    display: inline-block;
    font-size: 20px;
    padding: 10px 40px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50px 5px 50px 40px;
    font-family: var(--head-font);
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.5s ease, transform 0.3s ease;
}

.click-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(180, 180, 180, 0.1) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0.1) 100%);

    transform: skewX(-30deg);
    transition: all 0.7s ease;
    z-index: 0;
}

.inner-solution {
    padding-bottom: 10px;
}

.click-btn a:hover::before {
    left: 100%;
}

.click-btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}




.services-card img {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    transition: filter 0.4s ease, transform 0.4s ease;
}

.services-card img::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    filter: blur(8px);
    z-index: 1;
    transition: all 0.4s ease;
}

.services-card:hover img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(95%) contrast(90%);
    transform: scale(1.1);
}

.services-card:hover img::before {
    background: rgba(0, 0, 0, 0.2);
    filter: blur(10px);
}

.services-card {
    padding: 30px 15px;
    border-radius: 15px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.services-card::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 100px;
    background: var(--primary-color);
    clip-path: ellipse(50% 50% at 50% 100%);
    opacity: 0.1;
    transition: all 0.6s ease;
    z-index: -1;
}

/* Simple Read More link style */
.services-card a {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: var(--para-font);
}

.services-card a i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

/* Hover effects */
.services-card a:hover {
    color: #000;
    text-decoration: underline;
}

.services-card a:hover i {
    transform: translateX(3px);
}

.services-card:hover::before {
    height: 150px;
    bottom: -30px;
    opacity: 0.2;
    background: linear-gradient(to top, var(--primary-color), #5b64e9);
}

.services-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 15px;
    border: 2px solid transparent;
    background: linear-gradient(45deg, var(--primary-color), rgba(0, 0, 0, 0)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.services-card:hover::after {
    opacity: 1;
}

.services-card h3 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 5px;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
}

.services-card h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.4s ease;
}

.services-card:hover h3::after {
    width: 100%;
}

.services-card p {
    font-size: 16px;
    color: #555;
    transition: all 0.4s ease;
    text-align: justify;
}

.services-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
}

.services-card:hover p {
    color: #333;
    transform: translateX(3px);
}

.services-card .icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.5s ease;
}

.services-card:hover .icon {
    transform: rotate(15deg) scale(1.1);
    color: var(--primary-color);
}

.inner-solution .container-fluid {
    width: 70% !important;
}

.solution-left h2 {
    max-width: 350px;
}

.solution-left {
    max-width: 100%;
    padding: 15px;
}

.head-small {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.head-small::after {
    content: '';
    position: absolute;
    bottom: 42%;
    left: 105%;
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.4s ease;
}

.head-big {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    background: linear-gradient(to right, #222, var(--primary-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* display: inline-block; */
}

.solution-left p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.solution-left:hover .head-small::after {
    width: 80px;
}

.solution-left {
    position: sticky;
    top: 10px;
    z-index: 10;
}

.inner-why {
    margin-top: 20px;
    padding: 40px 0px;
    background-color: #d1d1d1;
}

.why-left {
    padding-left: 200px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.why-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.why-box::before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    clip-path: circle(50% at 100% 100%);
    opacity: 0.3;
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: -1;
}

.why-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(var(--primary-color-rgb), 0.15),
            rgba(var(--primary-color-rgb), 0.05));
    transition: width 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
}

.why-box strong {
    font-family: var(--head-font);
}

.why-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: rgba(var(--primary-color-rgb), 0.2);
}

.why-box:hover::before {
    opacity: 0.4;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
}

.why-box:hover::after {
    width: 100%;
}

.why-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: grayscale(30%);
}

.why-box:hover .why-icon {
    transform: scale(1.15);
    filter: grayscale(0%) brightness(1.1);
}

.why-box strong {
    display: block;
    font-size: 17px;
    color: #222;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.why-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.why-box:hover strong {
    color: #000;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.why-box:hover p {
    color: #444;
}

/* footer */
.neo-footer {
    background: #263238;
    color: #ECEFF1;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
}

/* White Wave */
.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" fill="%23ffffff"/></svg>');
    background-size: cover;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.footer-logo {
    width: 180px;
    position: relative;
    z-index: 2;
}

.logo-bg {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    background: #105bab;
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.5;
    z-index: 1;
}

.footer-tagline {
    color: #90A4AE;
    margin-bottom: 25px;
    line-height: 1.6;
}

.social-media {
    display: flex;
    gap: 15px;
}

footer .social-icon {
    color: #000;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
}

.social-icon:hover {
    background: #105bab;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(16, 91, 171, 0.4);
}

.nav-title,
.services-title,
.contact-title {
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.hover-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.4s ease;
}

.nav-title:hover .hover-line,
.services-title:hover .hover-line,
.contact-title:hover .hover-line {
    width: 100%;
}

p {
    margin-bottom: 5px !important;
}

.footer-nav ul,
.footer-services ul {
    list-style: none;
    padding: 0;
}

.footer-services ul li {
    margin: 10px 0px;
}

.footer-services ul li a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.nav-link {
    color: #90A4AE;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;

}

footer .nav-link::before,
.service-link::before {
    content: '→';
    position: absolute;
    left: -15px;
    opacity: 0;
    color: var(--primary-color);
    transition: all 1.3s ease;
    color: #fff;
    margin-right: 5px;
    font-weight: bolder;
}

footer .nav-link:hover,
.service-link:hover {
    color: white;
    padding-left: 15px;
}

.nav-link:hover::before,
.service-link:hover::before {
    left: 0;
    opacity: 1;
}

/* Contact Section */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-item i {
    color: #105bab;
    font-size: 18px;
    margin-top: 3px;
}

.contact-item p,
.contact-item a {
    color: #90A4AE;
    margin: 0;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: white;
    text-decoration: none;
}

.newsletter-btn {
    background: transparent;
    color: #105bab;
    border: 1px solid #105bab;
    padding: 12px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: 500;
}

.newsletter-btn:hover {
    background: #105bab;
    color: white;
    padding-right: 25px;
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.newsletter-btn:hover .btn-arrow {
    transform: translateX(5px);
}

/* Footer Bar */
.footer-bar {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.footer-bar p {
    margin: 0;
    color: #90A4AE;
}

.legal-links {
    display: flex;
    gap: 20px;
}

.legal-links a {
    color: #90A4AE;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: var(--primary-color);
}

.footer-nav .nav-link {
    margin: 10px 0px;
    transition: transform 1.8s ease-in-out;
}

.inner-client {
    padding: 40px 0px;
}

.client-carousel .owl-nav .owl-next {
    display: none !important;
}

.client-carousel .owl-nav .owl-prev {
    display: none !important;
}

.client-carousel .owl-nav {
    display: none !important;
}

.client-carousel {
    margin: 30px 0px;
}

.client-carousel .owl-dots {
    position: absolute !important;
    bottom: -23px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
    text-align: center !important;
}

.inner-banner .owl-prev {
    display: none !important;
}

.inner-banner .owl-next {
    display: none !important;
}

.inner-testimonial {
    padding: 30px 0px;
}

.testimonial-head .head-small::after {
    content: '';
    position: absolute;
    bottom: 42%;
    left: -24%;
}

.testimonial-head {
    text-align: end;
}

/* Base Card Styles */
.testimonial-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 380px;
    margin: 20px auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    min-height: 320px;
}

/* Background Decorative Elements */
.testimonial-card::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(16, 91, 171, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.8s ease;
    z-index: -1;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23105bab" opacity="0.05" d="M50,0 C60,20 70,40 90,50 C70,60 60,80 50,100 C40,80 30,60 10,50 C30,40 40,20 50,0 Z"/></svg>');
    background-size: contain;
    opacity: 0.3;
    z-index: -1;
}

/* Content Styling */
.testimonial-content {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    position: relative;
    padding-left: 10px;
    text-align: justify;
}

.testimonial-content p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -28px;
    font-size: 60px;
    color: #105bab;
    opacity: 0.1;
    font-family: serif;
    line-height: 1;
}

/* Client Info Section */
.testimonial-client {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.testimonial-client img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #105bab;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.testimonial-client h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #222;
    font-weight: 600;
}

.testimonial-client span {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-top: 3px;
}

.rating-stars {
    color: #FFC107;
    font-size: 18px;
    margin: 15px 0;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-card:hover::before {
    opacity: 1;
    transform: scale(1.2);
}

.testimonial-card:hover .testimonial-client img {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(16, 91, 171, 0.3);
}

.hover-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(16, 91, 171, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: all 0.6s ease;
    z-index: -1;
}

.testimonial-card:hover .hover-circle {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
}


.testimonial-carousel .owl-dots {
    position: absolute !important;
    bottom: -20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
    text-align: center !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -10px;
    animation: dropdownFade 0.4s ease forwards;
}

.nav-link.dropdown-toggle::after {
    transition: transform 0.4s ease-in-out;
}

.nav-item.dropdown:hover .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
}

.btn:focus,
.btn:active,
.btn:focus-visible,
.btn-close {
    outline: none !important;
    box-shadow: none !important;
}



/* sub banner */
.sub-banner {
    position: relative;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: white;
}

/* Background with Overlay */
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('https://images.unsplash.com/photo-1605379399642-870262d3d051?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1800&q=80'); */
    background-image: url('../image/banner/banner-1.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(16, 91, 171, 0.85) 0%, rgba(12, 74, 140, 0.9) 100%);
    z-index: 2;
}

/* Particle Animation */
.particle-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="white" opacity="0.3"/></svg>');
    background-size: 50px 50px;
    animation: particleMove 20s linear infinite;
}

@keyframes particleMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

/* Content Styling */
.banner-content {
    position: relative;
    z-index: 4;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumbs */
.breadcrumb-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.breadcrumb-nav li {
    margin-right: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.breadcrumb-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: white;
}

.breadcrumb-nav .active {
    color: white;
    font-weight: 500;
}

.breadcrumb-nav i {
    font-size: 12px;
    margin-right: 10px;
    opacity: 0.6;
}

/* Title Styling */
.banner-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.title-line {
    display: block;
    position: relative;
    overflow: hidden;
}



.sub-banner:hover .title-line::after {
    width: 100%;
}

.banner-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.bug-icon {
    position: absolute;
    color: rgba(255, 255, 255, 0.15);
    font-size: 30px;
    animation: float 6s ease-in-out infinite;
}

.bug-1 {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.bug-2 {
    bottom: 15%;
    left: 8%;
    animation-delay: 1.5s;
}

.shield-icon {
    position: absolute;
    bottom: 40%;
    left: 10%;
    color: rgba(255, 255, 255, 0.1);
    font-size: 80px;
    animation: pulse 3s ease infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.2;
    }
}


.sub-banner {
    position: relative;
}

.breadcrumb-nav {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 99;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 25px;
        margin: 15px;
    }

    .testimonial-content p {
        font-size: 1rem;
        padding-left: 25px;
    }

    .testimonial-client img {
        width: 50px;
        height: 50px;
    }

    .sub-banner {
        height: 200px;
        text-align: center;
    }

    .banner-title {
        font-size: 2.5rem;
    }

    .banner-desc {
        font-size: 1rem;
        margin: 0 auto 30px;
    }

    .breadcrumb-nav ul {
        justify-content: center;
    }

    .breadcrumb-nav {
        position: absolute;
        bottom: 0%;
        right: 5%;
        z-index: 99;
    }

    .banner-title {
        margin-bottom: 6px;
    }
}


.inner-solution,
.inner-testimonial {
    position: relative;
}

.solution-overlay img {
    position: absolute;
    bottom: 0%;
    left: 5%;
}

.testimonial-overlay img {
    position: absolute;
    bottom: 20%;
    right: 1%;
    z-index: 99;
}

.inner-about .about-right {
    margin: auto 0px;
}

.inner-about {
    padding-top: 40px;
}

.about-left {
    padding: 30px 0px;
}

.about-left h3 {
    margin: 10px 0px;
    font-size: 24px;
}

.about-left p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    color: #555;
    margin-bottom: 30px;
    position: relative;
}

.about-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-points li {
    position: relative;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    z-index: 1;
    border-left: 3px solid var(--primary-color);
    font-size: 15px;
    font-family: var(--para-font);
    font-weight: 600;
}

.about-points li i {
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

.about-points li span {
    flex: 1;
}

.about-points li::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;

    background: linear-gradient(135deg,
            rgba(38, 73, 230, 0.6) 0%,
            rgba(76, 115, 240, 0.4) 50%,
            rgba(135, 182, 255, 0.3) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 16px;
    /* optional for soft edges */
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
    /* soft glow shadow */
    transition: all 0.4s ease-in-out;
    border-radius: 12px;
    /* optional soft corners */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    /* subtle shadow */


    z-index: -1;
    transition: left 0.6s ease;
}

.about-points li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width 0.4s ease 0.1s;
}

.about-points li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.about-points li:hover::after {
    left: 0;
}

.about-points li:hover::before {
    width: 100%;
}

.about-points li:hover i {
    transform: scale(1.2);
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .about-points {
        grid-template-columns: 1fr;
    }

    .about-points li {
        padding: 12px 15px;
    }
}

.inner-important .item img {
    width: 60px;
    height: 60px;
}

.inner-important .item h4 {
    margin: 0px !important;
    font-size: 18px;
    color: #000;
}

.inner-important .item p {
    font-size: 14px;
    margin: 0px !important;
}

.inner-important .item {
    display: flex;
    gap: 10px;
    max-width: 280px;
    align-items: center;
}

.inner-important .container-fluid {
    width: 90%;
}

.inner-important {
    padding: 20px 0px;
    /* background-color:#D1D1D1; */
    background-color: #18518e2c;

}

.important-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.inner-who {
    padding: 50px 0px;
}

.inner-who p {
    text-align: justify;
}

.counter-inner .item h2 span {
    font-size: 45px;
    background: linear-gradient(to right, #222, var(--primary-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-inner .item h2 {
    font-size: 20px;
}

.counter-inner .item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

.counter-inner {
    border-bottom: 1px solid rgb(235, 235, 235);
    border-top: 1px solid rgb(235, 235, 235);
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.counter-inner .item {
    position: relative;
    padding-left: 20px;
}

.counter-inner .item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12%;
    width: 2px;
    background-color: #d1d1d1;
    margin: auto;
}

.counter-inner .item:last-child::after {
    content: none;
}

.inner-who .container-fluid {
    width: 60%;
}

.inner-who {
    position: relative;
}

.who-overlay img {
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: -1;
    opacity: 0.6;
}

.contact-inner {
    padding: 40px;
}


.service-sidebar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 25px 30px;
    position: sticky;
    top: 10px;
    z-index: 1000;
    border-left: 4px solid #135CAA;
    /* subtle brand color accent */
}

.service-sidebar h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #135CAA;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.service-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-sidebar ul li {
    margin-bottom: 10px;
}

.service-sidebar ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
    font-size: 1.05rem;
    padding: 10px 15px;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.service-sidebar ul li a i {
    color: #135CAA;
    font-size: 1.2rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.service-sidebar ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #135CAA;
    border-radius: 2px;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.service-sidebar ul li a:hover::before,
.service-sidebar ul li a.active::before {
    transform: scaleY(1);
}

.service-sidebar ul li a:hover {
    background: rgba(19, 92, 170, 0.1);
    color: #135CAA;
    transform: translateX(5px);
}

.service-sidebar ul li a:hover i {
    color: #135CAA;
    transform: scale(1.2);
}

.service-sidebar ul li a.active {
    background: #135CAA;
    color: #fff;
    font-weight: 600;
}

.service-sidebar ul li a.active i {
    color: #fff;
}

.inner-services .container-fluid {
    width: 80%;
}

.service-content {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.inner-services p {
    text-align: justify;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px 30px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-list li {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    font-family: var(--para-font);
    font-size: 16px;
    font-weight: 600;
}

.service-content h6 {
    font-size: 24px;
}

.feature-list li:hover {
    transform: translateY(-3px);
}

.feature-list li i {
    color: #135CAA;
    font-size: 1.2rem;
}

.service-content-img .item {
    border-radius: 20px;
}

.service-content-img {

    border-radius: 10px;
}

.banner-title .title-line {
    font-size: 32px;
}

.service-content-img img {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;


}

.service-content-img img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.faq-inner {
    width: 80%;
    margin: 0px auto;
    padding: 30px 0px;
}

.service-process .item {
    padding-left: 50px;
    position: relative;
}

.service-process .item span {
    position: absolute;
    left: 0px;
    top: 0px;
}

.service-process .item {
    position: relative;
    padding: 30px 25px 30px 80px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
}

/* Number Badge */
.service-process .item span {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 12px 0 12px 0;
    transition: all 0.4s ease;
    z-index: 2;
}

/* ::after for decorative effect */
.service-process .item::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgba(13, 110, 253, 0.08);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.6s ease;
}

/* ::before for hover effect */
.service-process .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1) 0%, transparent 100%);
    transition: width 0.5s ease;
    z-index: -1;
}

/* Hover Effects */
.service-process .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-process .item:hover span {
    background: #0b5ed7;
    width: 70px;
    height: 70px;
    font-size: 28px;
}

.service-process .item:hover::after {
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
}

.service-process .item:hover::before {
    width: 100%;
}

/* Content Styling */
.service-process .item h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    position: relative;
}

.service-process .item h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #0d6efd;
    transition: width 0.4s ease;
}

.service-process .item:hover h3::after {
    width: 80px;
}

.service-process .item p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Modern Accordion Style */
.accordion {
    --primary-color: #105bab;
    /* Deep blue */
    --active-color: #e8f2ff;
    /* Light blue background when open */
    --border-color: #e0e6ed;
    /* Soft border */
    --text-color: #2c3e50;
    /* Dark text */
    --transition-speed: 0.3s;
}

.accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: 12px;
    transition: all var(--transition-speed) ease;
}

.accordion-button {
    background: white;
    color: var(--text-color);
    font-weight: 600;
    padding: 16px 20px;
    border: none;
    box-shadow: none !important;
    position: relative;
    transition: all var(--transition-speed) ease;
}

/* Custom bullet point */
.accordion-button:not(.collapsed)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--primary-color);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c3e50'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform var(--transition-speed) ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23105bab'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    background: var(--active-color);
    color: var(--primary-color);
}

.accordion-button:hover {
    background: #f8fafc;
}

.accordion-body {
    padding: 20px;
    background: white;
    border-top: 1px solid var(--border-color);
    line-height: 1.6;
}

/* Smooth collapse animation */
.accordion-collapse {
    transition: height var(--transition-speed) ease;
}

/* Base Button Style */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #105bab;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.pest-icon {
    width: 24px;
    height: 24px;
    fill: white;
    transition: transform 0.3s ease;
}

.tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #2c3e50;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    font-weight: 500;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #2c3e50 transparent transparent transparent;
}

.back-to-top:hover {
    background: #0d4b8a;
    transform: translateY(-5px);
}

.back-to-top:hover .pest-icon {
    transform: translateY(-5px);
}

.back-to-top:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

html {
    scroll-behavior: smooth;
}

.back-to-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999;
}

.back-to-top:hover::before {
    opacity: 1;
}

.social-float {
    position: fixed;
    bottom: 40%;
    right: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.social-icon {
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    cursor: pointer;
    transition: all 0.3s ease;
}

.whatsapp-float {
    background: transparent;
    color: white;
}

.social-tooltip {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: #25D366;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.social-tooltip::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #25D366;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.social-icon:hover .social-tooltip {
    opacity: 1;
    right: 65px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.whatsapp-float {
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    animation: none;
}

.contact-icon {
    /* color: #135CAA; */
    margin-right: 8px;
    font-size: 1.2rem;
    transition: transform 0.4s ease, color 0.3s ease;
}

.info-block a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.info-block a:hover {
    color: #135CAA;
}

.info-block a:hover .contact-icon {
    transform: translateX(5px) scale(1.2);
    color: #0f4c81;
}

.contact-left p {
    text-align: justify;
}

.info-block strong {
    color: #000;
}

.social-links {
    padding-top: 10px;
}

.social-links ul li:hover {
    background-color: white;
}

.social-links h4 {
    color: #000;
}

.info-block h4 {
    color: #000;
}

.social-links ul li {
    text-decoration: none;
    list-style: none;
}

.social-links ul {
    display: flex;
    gap: 20px;
}


.contact-form h2 {
    font-weight: 700;
    margin-bottom: 2rem;
}

.form-input {
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 12px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input:focus {
    border-color: #135CAA;
    box-shadow: 0 0 8px rgba(19, 92, 170, 0.4);
    outline: none;
}


.contact-form-section form a {
    color: #fff !important;
}

form .error-message {
    padding-left: 15px;
    color: red;
    font-size: 14px;
    padding-top: 10px;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .accordion-button {
        padding: 14px 16px;
        font-size: 15px;
    }

    .accordion-body {
        padding: 16px;
    }
}

.inner-hard .container-fluid {
    width: 70%;
}

/* about secrvices */
.hard-inner .container-fluid {
    width: 100%;
    margin: 40px 0px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.service-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}

.service-section:nth-child(odd) {
    align-items: flex-start;
    text-align: left;
}

.service-section:nth-child(even) {
    align-items: flex-end;
    text-align: right;
}

.service-section::before {
    content: '';
    position: absolute;
    top: -30px;
    width: 2px;
    height: calc(170% + 60px);
    background: linear-gradient(to bottom, transparent, #135CAA, transparent);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.service-section:first-child::before {
    top: 50%;
}

.service-section:last-child::before {
    height: 50%;
}

.service-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
    /* background: white; */
}

.service-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #135CAA, transparent);
}

.inner-hard .service-content h5 {
    display: none;
}

.inner-hard .service-content {
    max-width: 45%;
    padding: 25px;
    background: #F8F9FA;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.inner-hard .service-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.inner-hard .service-content li i {
    color: var(--primary-color);
    padding-right: 10px;
}

.inner-hard {
    padding: 20px 0px;
}

.inner-hard p {
    text-align: justify;
}

.inner-hard .hard-header .head-small::after {
    display: none;
}

.inner-hard .hard-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}


.service-section:nth-child(even) .inner-hard .service-content li {
    padding-left: 0;
    padding-right: 25px;
}

.service-section:nth-child(even) .inner-hard .service-content li::before {
    left: auto;
    right: 0;
}

@media (max-width: 768px) {

    .service-section,
    .service-section:nth-child(odd),
    .service-section:nth-child(even) {
        align-items: center;
        text-align: center;
    }

   .hard-inner .service-content {
        max-width: 100%;
    }

    .service-section::before {
        display: none;
    }

    .service-content li,
    .service-section:nth-child(even).inner-hard .service-content li {
        /* padding-left: 25px; */
        padding-right: 0;
    }

    .service-section:nth-child(even) .inner-hard .service-content li::before {
        left: 0;
        right: auto;
    }
}

.service-section {
    position: relative;
}

.service-content-head {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.service-section:nth-child(odd) .service-content-head {
    right: 10%;
    left: auto;
    text-align: right;
}

.service-section:nth-child(even) .service-content-head {
    left: 7%;
    right: auto;
    text-align: left;
}


.service-bottom-contact {
    background: linear-gradient(135deg, #135CAA 0%, #0e4e96 100%);
    border-radius: 12px;
    padding: 40px 30px;
    margin: 0px auto;
    max-width: 800px;
    text-align: center;
    color: white;
    box-shadow: 0 10px 30px rgba(19, 92, 170, 0.2);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-bottom-contact::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: rotate(30deg);
}

.service-bottom-contact h2 {
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-bottom-contact p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    opacity: 0.9;
}

.service-bottom-contact strong {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255, 255, 255, 0.3);
}

.service-bottom-contact a {
    display: inline-block;
    background-color: white;
    color: #135CAA;
    padding: 8px 35px;
    margin-top: 10px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    border: 2px solid white;
}

.service-bottom-contact p {
    text-align: center;
}

.service-bottom-contact a:hover {
    background-color: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .service-bottom-contact {
        padding: 30px 20px;
        margin: 0px 20px;
    }

    .service-bottom-contact h2 {
        font-size: 24px;
    }

    .service-bottom-contact p {
        font-size: 16px;
    }

    .service-bottom-contact a {
        padding: 12px 25px;
        font-size: 16px;
    }
}