#topbar,
.back-to-top {
    height: 40px;
    z-index: 996
}


#header .logo a,
#hero p {
    color: #555
}

@font-face {
    font-family: ReemKufi-Regular;
    src: url(../fonts/ReemKufi-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: head-font;
    src: url(../fonts/LibreBaskerville-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Raphtalia DEMO;
    src: url(../fonts/Raphtalia\ DEMO.otf);
    font-display: swap
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
    font-display: swap
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Katibeh-Regular;
    src: url(../fonts/Katibeh-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Galantis-z8eKa;
    src: url(../fonts/Galantis-z8eKa.ttf);
    font-display: swap
}

@font-face {
    font-family: BowlbyOneSC-Regular;
    src: url(../fonts/BowlbyOneSC-Regular.ttf);
    font-display: swap
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    overflow-x: hidden
}

a,
a:hover {
    color: #fff;
    text-decoration: none
}

#hero .btn-get-started,
.counts .count-box p,
.cta .cta-btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif
}

:root {
    --main-font: " head-font";
    /* --para-font: "Poppins-Regular"; */
    --para-font: " Katibeh-Regular";
}

#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 #3fbbc0;
    border-top-color: #ecf8f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 1s linear infinite animate-preloader
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #3fbbc0;
    width: 40px;
    transition: .4s
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

/* loader */
#logo-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* or a subtle gradient if you prefer */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.preloader-logo {
    width: 100px;
    height: 100px;
    animation: pulse-scale 1.5s ease-in-out infinite;
}

/* Pulse animation */
@keyframes pulse-scale {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}





@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}


.topbar-wrapper {
    background-color: #FECE00;
    font-size: 14px;
    color: #222;
}

.topbar-quotes {
    max-width: 100%;
    width: 100%;
    height: 20px;
    overflow: hidden;
    flex: 1;
}

.quote-slider {
    display: flex;
    flex-direction: column;
    animation: slideQuotes 12s infinite;
}

.quote-slider span {
    height: 20px;
    font-weight: 500;
    white-space: nowrap;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}

.topbar-social a i {
    color: #000 !important
}

@keyframes slideQuotes {

    0%,
    20% {
        transform: translateY(0);
    }

    25%,
    40% {
        transform: translateY(-20px);
    }

    45%,
    60% {
        transform: translateY(-40px);
    }

    65%,
    80% {
        transform: translateY(-60px);
    }

    85%,
    100% {
        transform: translateY(-80px);
    }
}

/* Social icons */
.topbar-social a {
    color: #333;
    font-size: 16px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.topbar-social a:hover {
    color: #fff;
    transform: scale(1.2);
}

/* navbar */
.navbar-header {
    background-color: #Ffff !important;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    margin: 0px 15px;
    font-weight: 700;
    font-family: futura-heavy-font;
}

.navbar .nav-link.active {
    color: #fece00 !important;
    font-weight: 700;
    border-bottom: 2px solid #fece00
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: nowrap !important;
}

.navbar-toggler:focus {
    border: 1px solid #fff;
}

.navbar-toggler {
    border: none;
}

.nav-item.dropdown.show>.nav-link {
    background-color: #000;
    color: #fff !important;
    border-radius: 4px;
}

.dropdown-item:active {
    background-color: ghostwhite !important;
    border: none !important;
}

.accordion-button:focus {
    border: none !important;
    color: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #FECE00;
    color: #000;
}


.accordion-button:hover {
    background-color: #fbd437;
    color: #000;
}

/* Smooth transition */
.accordion-button {
    transition: background-color 0.3s ease, color 0.3s ease;
}



.dropdown-menu {
    border-top: 3px solid #fece00;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-submenu .dropdown-item {
    position: relative;
    padding-left: 20px;
    transition: color 0.3s ease;
}

/* .dropdown-submenu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 10px;
    height: 2px;
    background-color: #FECE00;
    transform: translateY(-50%);
    opacity: 1;
    transition: width 0.3s ease, background-color 0.3s ease;
} */

.dropdown-submenu .dropdown-item:hover {
    color: #fece00;
}

.dropdown-submenu .dropdown-item:hover::before {
    width: 12px;
    background-color: #000;
    opacity: 1;
}

.offcanvas .offcanvas-title img {
    width: 100px;
    height: auto;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-toggle::after {
    margin-left: 0.3em;
}

.offcanvas-body .dropdown-menu {
    position: static;
    float: none;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

@media(min-width: 992px) {
    .dropdown-menu {
        white-space: nowrap;
    }
}

.navbar-brand img {
    width: 20%;
    height: auto;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background: #fece00;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: all 0.3s ease;
    font-size: 24px;
}

.back-to-top:hover {
    transform: scale(1.1);
}







#topbar {
    background: 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .5s
}

#hero,
#hero .carousel-item {
    background-size: cover;
    background-repeat: no-repeat
}

#topbar.topbar-scrolled {
    top: -40px;
    background-color: #00ad8f
}

#topbar i {
    padding-right: 6px;
    line-height: 0
}

#header {
    transition: .5s;
    z-index: 997;
    padding: 5px;
    top: 8px
}

#header.header-scrolled {
    top: 0;
    background-color: #fece00
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .5px;
    display: none;
    text-transform: uppercase
}

#header .logo img {
    max-width: 100%;
    width: 40%;
    display: none
}

#header.header-scrolled .logo img {
    display: block;
    width: 100px;
    position: static
}

.appointment-btn {
    margin-left: 25px;
    background: #3fbbc0;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: .3s;
    font-size: 14px;
    display: inline-block
}

.appointment-btn:hover {
    background: #65c9cd;
    color: #fff
}


#hero .container,
.section-title {
    padding-bottom: 30px;
    text-align: center
}

.imggg3 {
    width: 140px
}

.featured-services .icon-box:hover .description,
.featured-services .icon-box:hover .icon i,
.featured-services .icon-box:hover .title a,
.mobile-nav-toggle.bi-x,
.navbar ul li .home1,
.navbar ul li:active,
.team-details .socials i,
.team-details p {
    color: #fff
}


.content,
.footer-top,
.hover14 figure,
.hover15 figure,
.other-list,
.other-list p,
.our-work1,
.our-work1 .box,
.oww2,
.shadow.dark,
.top-view,
.top-view-img {
    position: relative
}


/* Show dropdown menu on hover */
.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    /* Optional: fixes vertical spacing */
}

/* Optional: Keep caret rotated on hover */
.nav-item.dropdown:hover>a.dropdown-toggle::after {
    transform: rotate(180deg);
}


.imggg1 {
    margin-right: 380px;
}

#hero h2,
.section-title h2 {
    font-weight: 700;
    margin-bottom: 20px
}













#hero,
#hero .carousel-indicators li,
.breadcrumb-areas,
.doctors .member,
.featured-services .icon-box,
.footer-top,
.gallery,
.product-col-mi .box2,
.services .icon,
.team-details,
.team-img img,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
.top-view,
.vertical-carousel,
figure,
section {
    overflow: hidden
}




#hero {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 26%)), url(../img/cccc.jpg);
    position: relative
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#hero .carousel-item {
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

#hero .container {
    background: rgba(255, 255, 255, .9);
    padding-top: 30px;
    margin-bottom: 50px;
    border-top: 4px solid #3fbbc0
}

@media (max-width:1200px) {
    #hero .container {
        margin-left: 50px;
        margin-right: 50px
    }
}

#hero h2 {
    color: #2f2f2f;
    font-size: 36px
}

#hero p {
    margin: 0 auto 30px
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item {
    opacity: 0
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: .5s
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: rgba(63, 187, 192, .8);
    font-size: 30px;
    line-height: 0;
    border-radius: 50px;
    transition: .3s;
    color: rgba(255, 255, 255, .5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: #3fbbc0;
    color: rgba(255, 255, 255, .8)
}

#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #fff;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: .3s
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #3fbbc0
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: .5s;
    line-height: 1;
    color: #fff;
    background: #3fbbc0
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover,
#hero .btn-get-started:hover,
.contact .php-email-form button[type=submit]:hover {
    background: #65c9cd
}

@media (max-width:992px) {
    #hero {
        height: 100vh
    }

    #hero .container {
        margin-top: 100px
    }

    .breadcrumbs {
        margin-top: 70px
    }
}

@media (min-width:1024px) {

    #hero .carousel-control-next,
    #hero .carousel-control-prev {
        width: 5%
    }
}

@media (max-height:500px) {
    #hero {
        height: 160vh
    }
}

/* .faq,
section {
    padding: 30px 0
} */

.section-bg {
    background-color: #f7fcfc
}

.section-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative
}

.about .content ul,
.breadcrumbs ol,
.faq .faq-list {
    padding: 0;
    list-style: none
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #3fbbc0;
    bottom: 0;
    left: calc(50% - 25px)
}

.about .content p:last-child,
.departments .tab-pane p:last-child,
.section-title p {
    margin-bottom: 0
}

.breadcrumbs {
    padding: 20px 0;
    background-color: #fff;
    list-style: none
}

.breadcrumbs h2 {
    font-weight: 300;
    margin: 0;
    font-size: 25px
}

@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    font-size: 14px
}

#footer .credits a,
.breadcrumbs ol li a,
.faq .faq-list .collapsed,
.footer-nav-link i {
    color: #000
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, .12);
    transition: .3s ease-in-out;
    border-radius: 8px;
    z-index: 1
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: .3s;
    z-index: -1
}

.featured-services .icon-box:hover::before {
    background: #3fbbc0;
    top: 0;
    border-radius: 0
}

.featured-services .icon {
    margin-bottom: 15px
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #3fbbc0;
    transition: .3s ease-in-out
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.featured-services .title a {
    color: #111
}

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

.cta {
    background: 0 0/cover #3fbbc0;
    color: #fff;
    padding: 60px 0
}

.features .image,
.footer-top,
.top-view {
    background-repeat: no-repeat;
    background-size: cover
}

.cta h3 {
    font-size: 28px;
    font-weight: 700
}

.cta .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: .5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff
}

.cta .cta-btn:hover {
    background: #fff;
    color: #3fbbc0
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul li {
    padding-bottom: 10px
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #3fbbc0
}

.counts {
    padding-bottom: 30px
}

.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    width: 100%
}

.owls2,
.services .icon {
    box-shadow: 0 0 25px rgba(0, 0, 0, .15)
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: #3fbbc0;
    float: left
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #555;
    margin-left: 50px
}

.counts .count-box p {
    padding: 30px 0 0;
    margin: 0;
    font-size: 14px
}

.counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #7b7b7b;
    font-size: 15px;
    font-family: Poppins, sans-serif;
    transition: .3s ease-in-out
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #3fbbc0
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px
}

.features .image {
    background-position: center center;
    min-height: 400px
}

.services .icon-box {
    margin-bottom: 20px;
    text-align: center
}

.services .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: .5s;
    color: #3fbbc0
}

.about .right img,
.about-main1,
.appointment .php-email-form,
.footer-top,
.mission .left img,
.top-view {
    width: 100%
}

.services .icon i {
    font-size: 36px;
    line-height: 0
}

.services .icon-box:hover .icon {
    box-shadow: 0 0 25px rgba(63, 187, 192, .3)
}

.services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px
}

.services .title a {
    color: #444;
    transition: .3s
}

.services .title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #3fbbc0;
    bottom: 0;
    left: calc(50% - 25px)
}

.services .description {
    line-height: 24px;
    font-size: 14px
}

.appointment .php-email-form .form-group {
    padding-bottom: 8px
}

.appointment .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px
}

.appointment .php-email-form .error-message,
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.appointment .php-email-form .error-message br+br,
.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.appointment .php-email-form .sent-message,
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.appointment .php-email-form .loading,
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.appointment .php-email-form .loading:before,
.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;
    animation: 1s linear infinite animate-loading
}

.appointment .php-email-form input,
.appointment .php-email-form select,
.appointment .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important
}

.appointment .php-email-form input:focus,
.appointment .php-email-form select:focus,
.appointment .php-email-form textarea:focus,
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #3fbbc0
}

.appointment .php-email-form input,
.appointment .php-email-form select {
    height: 44px
}

.appointment .php-email-form textarea {
    padding: 10px 12px
}

.appointment .php-email-form button[type=submit] {
    background: #3fbbc0;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

.appointment .php-email-form button[type=submit]:hover {
    background: #52c2c6
}





.departments .tab-pane img {
    float: left;
    max-width: 300px;
    padding: 0 15px 15px 0
}

@media (max-width:768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 15px
    }

    #hero h2 {
        font-size: 28px
    }

    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }

    .departments .tab-pane img {
        float: none;
        padding: 0 0 15px;
        max-width: 100%
    }
}

.departments .tab-pane h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3fbbc0
}

.departments .tab-pane p {
    color: #777
}

@keyframes slide-down {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 45px;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #b2e4e6;
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px;
    padding: 20px 20px 60px;
    background: #f0fafa;
    border-radius: 6px;
    position: relative;
    z-index: 1
}

.gallery .swiper-pagination,
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.gallery .swiper-pagination .swiper-pagination-bullet,
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #3fbbc0
}

.gallery .swiper-pagination .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3fbbc0
}

.doctors .member {
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(63, 187, 192, .1)
}

#footer .footer-top .footer-links ul a i,
.oww2 .item {
    margin: 10px
}

.doctors .member .member-img,
.team-img,
.team-member {
    position: relative;
    overflow: hidden
}

.doctors .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: .3s ease-in-out;
    background: rgba(255, 255, 255, .85);
    display: flex;
    align-items: center;
    justify-content: center
}

.doctors .member .social a {
    transition: color .3s;
    color: #555;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.doctors .member .social a i {
    line-height: 0
}

.doctors .member .social i {
    font-size: 18px;
    margin: 0 2px
}

.doctors .member .member-info {
    padding: 25px 15px
}

.doctors .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #555
}

.doctors .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaa
}

.doctors .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777
}

.doctors .member:hover .social {
    opacity: 1
}

.about-con-para p,
.gallery .swiper-slide-active,
.owls2,
.socials i {
    text-align: center
}

@media (min-width:992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0
    }

    .gallery .swiper-slide-active {
        border: 6px solid #3fbbc0;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px
    }
}

#footer,
.oww2 .item {
    background-color: #fece00
}

.faq .faq-list li {
    border-bottom: 1px solid #d9f1f2;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #3fbbc0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #32969a;
    transition: .3s
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: .6s
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: .6s
}

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 20px rgba(214, 215, 216, .5);
    padding: 20px 0 30px
}

.contact .info-box i {
    font-size: 32px;
    color: #3fbbc0;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #c5ebec
}

.about .left hr,
.mission .right hr,
.team h1 hr {
    border-top: 2px solid #000;
    border-bottom: none
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    margin: 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.contact .php-email-form {
    box-shadow: 0 0 20px rgba(214, 215, 216, .5);
    padding: 30px
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input {
    padding: 10px 15px
}

.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
    background: #3fbbc0;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: .4s;
    border-radius: 4px
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#footer {
    padding: 0 0 30px;
    color: #555;
    font-size: 14px
}

#footer .footer-top {
    background: linear-gradient(to bottom, #fff176, #fece00, #e6b800);

    padding: 60px 0 30px
}

#footer .footer-top .footer-info,
#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Roboto, sans-serif
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #3fbbc0;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: #65c9cd;
    text-decoration: none
}

.contact-box02 {
    background-color: #fff;
    border-radius: 20px
}

.bi-envelope,
.bi-geo-alt-fill,
.bi-telephone {
    font-size: 12px;
    border-radius: 15px;
    line-height: 1
}

.contact-head1 {
    color: #000;
    align-items: center
}

#footer .footer-top h4 {
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 10px;
    margin: 0
}

#footer .footer-top .footer-linkss ul {
    list-style: none;
    padding: 5px;
    margin: 0
}

.bi-telephone {
    padding: 5px;
    background-color: #178ee8;
    color: #fff
}

/* .bi-envelope,
.bi-geo-alt-fill {
    color: red !important;
    background-color: #fff;
    padding: 5px
} */

.form-in,
.form-mess {
    background-color: #eceaea
}

.form-in {
    margin-top: 10px;
    padding: 20px;
    border-radius: 20px;
    border: none
}

.form-mess {
    border: none;
    border-radius: 20px
}

#footer .footer-top .footer-links ul li {
    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: #000;
    font-family: cursive;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 4px
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px)
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: #3fbbc0;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 0 4px 4px 0
}

.overlay,
.team-img img {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

.contact-head2,
.php-email-form {
    padding: 10px
}

.about-list {
    position: absolute;
    display: flex;
    flex-direction: row
}

.about-list li {
    list-style-type: none
}

.about-list .active,
.breadcrumb-areas .breadcrumbs li.active,
.contact-head2 a,
.team1 h1,
.text-main {
    color: #fece00
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px
}

.imggg2 {
    display: none !important
}

.submit-btn {
    margin-top: 10px;
    color: #fff;
    background-color: #00ad8f
}

.card1,
.owls1 .item,
.service1 {
    margin-top: 30px
}

.pp1,
.pp2,
.pp3 {
    font-size: 24px;
    font-weight: 800;
    display: flex;
    justify-content: center
}

.imgg1 {
    border-radius: 30px;
    padding: 20px
}

.cc1 {
    padding-left: 30px
}

.succ1 {
    font-size: 40px;
    padding-left: 10px;
    font-family: futura;
    font-weight: 500;
    color: #054d18
}

.top-view-btn,
.top-view-btn1 {
    background-color: #1f5f1f;
    font-family: cursive;
    top: 45%
}

.img1,
.imgcard,
.work-img1 img {
    border-radius: 20px
}

.footer-top {
    color: #fff;
    background-image: linear-gradient(rgb(0 0 0 / 30%), rgb(0 0 0 / 20%)), url(../img/Rectangle\ 104.jpg)
}

.top-view {
    color: #fff;
    padding: 0
}

.top-view-img {
    border-radius: 5%
}

.oww2 .owl-nav,
.top-view-btn,
.top-view-btn1 {
    position: absolute
}

.about-sec {
    padding-bottom: 0
}

.top-view-btn {
    border: none;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    left: 40%;
    color: #fff;
    padding: 10px;
    margin-top: 80px
}

.about-banner-content,
.top-view-btn1 {
    margin-top: 40px
}

.top-view-btn1 {
    border: none;
    font-size: 23px;
    border-radius: 15px;
    width: 100%;
    color: #fff;
    padding: 10px
}

.about-head2,
.item1 {
    display: flex;
    flex-direction: row
}

.tt1 {
    height: 100%
}

.oww2 img {
    border-radius: 25px
}

.oww2 .item {
    border-radius: 35px;
    padding: 10px
}

.oww2 .item h1,
.oww2 .item h2,
.product-col-mi h5 {
    color: #fff;
    font-size: 25px
}

.owl-carousel .owl-item .imgg img {
    display: block;
    width: 50px;
    padding: 10px
}

.fixed-top .imggg1 {
    width: 7%
}

.home-banner-content {
    width: 30%;
    position: absolute;
    bottom: 33%;
    left: 22%
}

.home-banner-content h2 {
    color: #000;
    font-size: 70px
}

.home-banner-content h1,
.home-banner-content h3 {
    color: #fece00;
    font-family: BowlbyOneSC-Regular;
    font-size: 50px
}

.about-banner-content p,
.home-banner-content p {
    color: #696868;
    font-family: futura;
    text-align: justify;
    font-size: 20px
}

.home-banner-content h6 {
    border: none;
    color: #000;
    border-radius: 5px;
    font-size: 25px;
    padding: 10px
}

.home-banner-content h6 span {
    background-color: #000;
    color: #fff;
    font-size: 25px;
    padding: 10px 0 10px 15px
}

.menupart {
    padding-left: 5%
}

.ss {
    background: url(../img/home/about-side2.png) right bottom/340px no-repeat, url(../img/home/Rectangle\ 94.png) left top/700px no-repeat
}

.about-head1 img {
    float: right;
    margin-top: -40px
}

.about .left,
.mission .left {
    float: left
}

.vl {
    border-left: 6px solid green;
    height: 20px
}

.about-banner-content h2 {
    color: #000;
    font-size: 40px;
    padding-left: 15px
}

.about-banner-content h1,
.about-banner-content h3 {
    color: #fece00;
    font-family: BowlbyOneSC-Regular;
    font-size: 50px;
    padding-left: 15px
}

.about-banner-content h6 {
    border: none;
    color: #000;
    border-radius: 5px;
    font-size: 25px;
    margin-top: 10px;
    padding: 10px
}

.about-banner-content h6 span {
    background-color: #000;
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
    padding: 10px 0 10px 15px
}

.about-con-para p {
    line-height: 37px;
    font-family: futura;
    margin-bottom: 40px;
    font-size: 20px;
    align-items: center;
    padding: 10px
}

.demo-body {
    height: 100px;
    margin-top: 50px
}

.line-wrapper {
    background: #000;
    width: 4px;
    height: 100%;
    position: relative
}

.overlay,
.team-details {
    width: 100%;
    position: absolute
}

.line-wrapper .word {
    position: absolute;
    background: #fff;
    top: 50%;
    transform: translate(52%, -50%);
    right: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px
}

.line-wrapper .word.vertical {
    writing-mode: tb-rl
}

.owls2 {
    background-color: #32969a;
    align-items: center;
    padding: 40px 70px
}

.box,
.owls1 .owl-carousel .owl-stage .item {
    margin-top: 20px
}

.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px
}

.our-team .team-wrap {
    padding: 0 40px
}

.our-team .container-fluid {
    padding: 0 50px
}

.team-img img {
    width: 100%
}

.socials a,
.socials i {
    width: 37px;
    height: 37px
}

.team-title {
    margin: 30px 0 7px
}

.overlay {
    background-color: rgba(20, 20, 20, .7);
    top: 0;
    height: 100%;
    opacity: 0
}

.team-details {
    opacity: 0;
    top: 50%;
    left: 0;
    padding: 5%;
    z-index: 2;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.team-img:hover .team-details {
    opacity: 1;
    margin-top: -80px
}

.team-img:hover .overlay {
    opacity: 1;
    transform: perspective(400px) rotateX(0)
}

.socials a {
    display: inline-block;
    background-color: transparent
}

.socials i {
    line-height: 37px;
    color: #616161;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear
}

.float-img01 img,
.float-img02 img,
.float-img03 img,
.float-img04 img {
    width: 70px;
    animation: 1s linear infinite pulse;
    position: absolute
}

.socials a:hover i {
    color: #fff;
    background-color: #355c7d
}

.work1 {
    background-image: linear-gradient(rgb(0 0 0 / 30%), rgb(0 0 0 / 20%)), url(../img/home/Group\ 113.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.work2 h5 {
    color: #fff;
    font-size: 30px;
    align-items: center;
    text-align: center !important
}

.work2 h1,
.work2 h2 {
    color: #fece00;
    font-family: BowlbyOneSC-Regular;
    font-size: 50px;
    align-items: center;
    text-align: center
}

.product-col-mi p {
    font-family: futura;
    background-color: #fff;
    padding: 15px 5px;
    margin-top: 25px;
    border-radius: 20px;
    font-size: 20px;
    color: #696868
}

.product-col-mi,
.product-description-mi {
    align-items: center;
    text-align: center
}

.product-col-mi h6 {
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 25px;
    margin-top: 10px;
    padding: 10px
}

.product-col-mi h6 span {
    background-color: #fff;
    color: #000;
    font-size: 25px;
    margin-top: 10px;
    padding: 10px 0 10px 15px
}

.filter-windows .bi-chevron-left::before {
    position: absolute;
    font-size: 30px;
    background-color: #aeafae;
    padding: 12px;
    border-radius: 30px;
    top: 40%;
    color: #fff;
    left: -7%;
    content: "\f284"
}

.filter-windows .bi-chevron-right::before {
    content: "\f285";
    font-size: 30px;
    position: absolute;
    background-color: #aeafae;
    padding: 12px;
    border-radius: 25px;
    top: 40%;
    color: #fff;
    right: -7%
}

.owls1 .owl-carousel {
    transform: rotate(90deg);
    width: 270px
}

.owls1 .owl-carousel .item {
    transform: rotate(-90deg);
    width: 300px
}

.owls1 .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 33px)
}

.owls1 .owl-carousel .owl-nav .owl-prev,
div.owl-carousel .owl-nav .owl-next {
    font-size: 36px;
    top: unset
}

.owls1 .bi-chevron-left::before,
.owls1 .bi-chevron-right::before {
    background-color: #aeafae
}

.owls1 .item {
    background-color: #00ad8f;
    width: 700px;
    padding: 20px
}

.about .left,
.about .right,
.mission .left,
.mission .right {
    width: 50%;
    display: inline-block
}

.about .left,
.mission .right {
    padding: 2% 0
}

.work10 {
    padding-top: 30px
}

.float-img01 img {
    bottom: 5%;
    left: 800px
}

.float-img02 img {
    bottom: -8%;
    left: 70%
}

.float-img03 img {
    bottom: -35%;
    left: 65%
}

.float-img04 img {
    bottom: -43%;
    left: 47%
}

.footer-social-icon i {
    color: #000;
    font-size: 20px
}

.about2 h1,
.why2 h1,
.why2 h3 {
    text-align: center;
    align-items: center;
    color: #fece00
}

.about .left h1,
.mission .right h1,
.team h1 {
    color: #1eadff;
    text-align: center
}

.about-main1 h1 {
    font-size: 50px
}

.about,
.mission {
    padding: 5% 0;
    width: 100%;
    height: auto;
    background-color: #fff
}

.about .left h1 {
    margin: 0 0 10px
}

.about .left hr {
    width: 20%
}

.about .left p,
.mission .right p {
    font-size: 1rem;
    margin: 40px auto;
    width: 80%
}

.mission .right h1 {
    margin: 0 0 20px
}

.mission .right hr {
    width: 35%
}

.team {
    width: 90%;
    margin: auto;
    padding: 5%;
}

.team h1 hr {
    width: 15%;
    background-color: transperant;
    margin-bottom: 50px
}

.team .card {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    min-width: 20%;
    height: 500px !important;
    background-color: #fff;
    display: inline-block;
    margin: 40px 6.5%;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .5);
    text-align: center
}

.card .circle-container {
    position: relative;
    background-color: #579f79;
    width: 250px;
    height: 250px;
    border: none;
    border-radius: 50%;
    margin: auto;
    color: #fff
}

.circle-container h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 60px
}

.team .card h2 {
    text-align: center;
    margin: 30px 0 0
}

.team .card h4 {
    text-align: center;
    margin: 10px 0 0
}

.team .card p {
    width: 250px;
    margin: 30px auto;
    text-align: center
}

.clear {
    clear: both
}

footer {
    width: 100%;
    height: 100px;
    background-color: #28587c
}

footer p {
    text-align: center;
    padding: 0 2%
}

@media(max-width:1200px) {

    .about .left p,
    .mission .right p {
        font-size: .8rem;
        margin: 20px auto
    }
}

@media(max-width:992px) {

    .about .left,
    .about .right,
    .mission .left,
    .mission .right {
        width: 100%
    }

    .team .card {
        width: 40%
    }
}

@media(max-width:768px) {
    .team .card {
        width: 100%
    }
}

.shadow.dark {
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important
}

.breadcrumb-area,
.with-background-plump01 {
    background: linear-gradient(rgba(255, 255, 255, .87), rgba(255, 255, 255, .87)) center center/cover no-repeat fixed, url(../img/home/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink.jpg) center center/cover no-repeat fixed
}

.about-mission-head1 h1,
.about-mission-head1 h2 {
    color: #16171c;
    font-size: 26px;
    font-weight: 700;
    padding-top: 20px
}

.about-mission-head1 ul li {
    color: #000;
    text-align: left;
    padding: 10px;
    font-family: futura;
    font-size: 20px
}

.about-own1 {
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    margin-top: 100px
}

.about-own1 h3 {
    margin-bottom: 12px;
    color: #1b2a52;
    font-size: 36px;
    font-weight: 500;
    margin-top: 12px;
    width: 100%
}

.about-own1 p {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 26px
}

.about-own1 h4,
.about-own1 h5 {
    font-weight: 600;
    margin-top: 12px;
    width: 100%;
    line-height: 24px;
    letter-spacing: -.3px
}

.about-own1 h4 {
    margin-bottom: 12px;
    font-size: 26px;
    color: #ec342e
}

.about-own1 h5 {
    font-size: 18px;
    color: #1b2a52
}

.why {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    padding-bottom: 40px
}

.why1 {
    width: 25%;
    padding: 40px 36px;
    border-radius: 8px;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 16px 2px rgba(32, 32, 32, .06)
}

.why img {
    width: 70px
}

.why1 p {
    padding-top: 20px;
    font-weight: 700;
    font-family: futura;
    margin-bottom: 40px;
    font-size: 20px
}

.services-river {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto
}

.services-intro,
.services-intro-container {
    flex-direction: column;
    display: flex;
    height: auto
}

.services-intro-container {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0
}

.Contact-heading,
.services-intro-container h1,
.sub-headi01 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-family: futura-heavy-font;
    color: #fece00
}

.master-head,
.servicepage01 h1 a {
    font-family: keepcalm-medium;
    text-transform: capitalize
}

.services-intro {
    align-items: center;
    justify-content: center;
    width: 50%;
    background: #fbfcfc88;
    backdrop-filter: blur(7px);
    padding: 15px 30px;
    box-shadow: rgba(0, 0, 0, .3) 0 19px 38px, rgba(0, 0, 0, .22) 0 15px 12px
}

@media screen and (max-width:1074px) {
    .services-intro {
        width: 70%
    }
}

@media screen and (max-width:674px) {
    .services-intro {
        width: 85%
    }
}

.services-intro p {
    color: #a3a0a0;
    font-size: 16pt;
    font-weight: 400;
    text-align: center;
    line-height: 34pt
}

@media screen and (max-width:1279px) {
    .services-intro p {
        font-size: 13pt;
        line-height: 28pt
    }
}

@media screen and (max-width:565px) {
    .services-intro p {
        font-size: 12pt;
        line-height: 24pt
    }
}

.services-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background: linear-gradient(rgba(255, 255, 255, .87), rgba(255, 255, 255, .87)) center/cover no-repeat, url(../img/) center/cover no-repeat
}

.services-item a,
.services-list {
    flex-direction: row;
    display: flex
}

.services-list {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 80%;
    height: auto
}

@media screen and (max-width:1448px) {
    .services-list {
        width: 85%
    }
}

@media screen and (max-width:960px) {
    .services-list {
        flex-direction: column;
        width: 100%
    }

    .services-item {
        padding: 20px
    }
}

.other-list p,
.services-item {
    flex-direction: column;
    display: flex
}

.services-item {
    align-items: center;
    justify-content: space-evenly;
    width: 40%;
    height: 525px;
    margin-top: 30px;
    background-color: #fece00;
    padding: 0 45px
}

@media screen and (max-width:1644px) {
    .services-item {
        height: 600px
    }
}

.services-item:nth-child(3),
.services-item:nth-child(4),
.services-item:nth-child(5) {
    margin-bottom: 80px
}

.services-item:nth-child(5) {
    width: 87%;
    margin-top: 0;
    height: 620px
}

@media screen and (max-width:1448px) {
    .services-item {
        width: 45%
    }

    .services-item:nth-child(5) {
        width: 93%
    }
}

@media screen and (max-width:1210px) {

    .services-item,
    .services-item:nth-child(5) {
        height: 720px
    }
}

.services-item img {
    color: #fff;
    width: 70px;
    font-size: 60pt;
    animation: 10s ease-in-out infinite icon-rotate
}

@keyframes icon-rotate {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

.services-item h2 {
    color: #000;
    font-size: 30pt;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
    font-family: futura
}

@media screen and (max-width:390px) {
    .services-intro-container h1 {
        font-size: 40px
    }

    .services-item h2 {
        font-size: 24pt
    }
}

.services-item p {
    color: #000;
    font-size: 14pt;
    font-weight: 500;
    line-height: 26pt;
    text-align: center;
    padding: 10px 0;
    font-family: futura
}

.services-item a {
    align-items: center;
    justify-content: space-evenly;
    width: 200px;
    height: 40px;
    color: #000;
    font-size: 14pt;
    font-weight: 500;
    transition: .5s ease-in-out
}

.box-ser01 h1,
.breadcrumb-areas .breadcrumbs li a,
.other-list p {
    font-weight: 700
}

.services-item a:hover {
    transform: translateX(15px);
    color: #4da5b7;
    transition: .5s ease-in-out
}

.services-item a i {
    font-size: 18pt;
    padding-left: 7px;
    color: #fff;
    animation: unset
}

.services-item a:hover i {
    color: #4da5b7
}

.other-list {
    display: flex;
    flex-direction: row;
    align-items: space-evenly;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    max-height: 150px;
    margin-bottom: 30px;
    left: 20px
}

@media screen and (max-width:1320px) {
    .other-list {
        max-height: 350px
    }
}

.other-list p {
    font-size: 14pt;
    color: #a56631;
    margin: 0 50px 0 0
}

.other-list p::before {
    content: "‣";
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    top: 0;
    left: -20px;
    width: 100%;
    height: 100%;
    font-size: 30pt;
    color: #4da5b7
}

@media screen and (max-width:960px) {

    .services-item,
    .services-item:nth-child(5) {
        width: 87%;
        height: auto
    }

    .services-item:nth-child(4) {
        margin-top: unset
    }

    .other-list {
        max-height: unset;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        margin: 10px 0 40px;
        left: unset
    }

    .other-list p {
        margin-right: unset
    }
}

.box-ser01 p,
.service-row01 .service-box01 p {
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    font-family: futura;
    margin-bottom: 40px
}

.box-ser01 h1 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    font-family: futura
}

.master-head {
    color: #16171c;
    font-size: 30px;
    margin-bottom: 1.7em;
    text-align: center
}

.with-background01 {
    background: linear-gradient(rgba(255, 255, 255, .87), rgba(255, 255, 255, .87)) center center/cover no-repeat fixed, url(../img/home/Hoffman-Electrical-013-1920w.webp) center center/cover no-repeat fixed
}

.servicepage01 h1 a {
    color: #070707;
    font-size: 24px;
    margin-bottom: 1em
}

.servicepage01 ul li {
    font-size: 15px;
    margin-bottom: 1em;
    margin-top: 1.6em;
    line-height: 32px;
    text-transform: capitalize;
    text-align: justify;
    font-weight: 500;
    list-style-type: disclosure-closed
}

.box-ser-img01 img {
    border-radius: 15px;
    box-shadow: .5rem .5rem #0097d240, -.5rem -.5rem #cccccc00
}

.with-background-ac01 {
    background: linear-gradient(rgba(255, 255, 255, .87), rgba(255, 255, 255, .87)) center center/cover no-repeat fixed, url(../img/home/technician-service-cleaning-air-conditioner-with-cloth.jpg) center center/cover no-repeat fixed
}

.with-background-cctv01 {
    background: linear-gradient(rgba(255, 255, 255, .87), rgba(255, 255, 255, .87)) center center/cover no-repeat fixed, url(../img/home/portfolio4.jpg) center center/cover no-repeat fixed
}

.our-work,
.our-work1 .box {
    background: #060c21;
    display: flex
}

.our-work {
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Poppins, sans-serif
}

.our-work1 {
    width: 90%;
    display: flex;
    grid-auto-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-template-rows: auto;
    grid-gap: 0 40px
}

.our-work1 .box {
    height: 400px;
    margin-left: 2%;
    justify-content: center;
    align-items: center;
    border: 1px solid #000
}

.our-work1 .box:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    transform: skew(2deg, 2deg);
    z-index: -1
}

.our-work1 .box:first-child:before {
    background: linear-gradient(315deg, #ff0057, #e64a19)
}

.our-work1 .box:nth-child(2):before {
    background: linear-gradient(315deg, #89ff00, #00bcd4)
}

.our-work1 .box:nth-child(3):before {
    background: linear-gradient(315deg, #e91e63, #5d02ff)
}

.our-work1 .box:nth-child(4):before {
    background: linear-gradient(315deg, red, #ffc107)
}

.our-work1 .box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255.05);
    pointer-events: none
}

.content {
    padding: 20px;
    transform: translateY(40px)
}

.box .content h2 {
    position: absolute;
    top: -60px;
    right: 20px;
    margin: 0;
    padding: 0;
    font-size: 10em;
    color: rgb(255, 255, 255, .05);
    transition: .5s
}

.box:hover .content h2 {
    top: -140px
}

.box .content h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff
}

.box .content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px
}

.box .content a {
    position: relative;
    margin: 20px 0 0;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    transition: .5s;
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden
}

.box:hover .content a {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.box .content a:hover {
    color: #000;
    background: #fff
}

.column {
    margin: 15px 15px 0;
    padding: 0
}

.column:last-child {
    padding-bottom: 60px
}

.column::after {
    content: '';
    clear: both;
    display: block
}

.column div {
    position: relative;
    float: left;
    margin: 0 0 0 25px;
    padding: 0
}

.column div:first-child,
.hover05 figure:hover img {
    margin-left: 0
}

.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0
}

figure {
    margin: 0;
    padding: 0;
    background: #fff
}

figure:hover+span {
    bottom: -36px;
    opacity: 1
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.hover02 figure img {
    width: 300px;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover02 figure:hover img {
    width: 350px
}

.hover03 figure img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover03 figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.hover04 figure img {
    width: 400px;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover04 figure:hover img {
    width: 300px
}

.hover05 figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover06 figure img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover06 figure:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.hover07 figure img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover07 figure:hover img {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.hover08 figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover08 figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.hover09 figure img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover09 figure:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.hover10 figure img {
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover10 figure:hover img {
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px)
}

.hover11 figure img,
.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover11 figure:hover img,
.hover12 figure:hover img {
    opacity: .5
}

.hover12 figure {
    background: #1abc9c
}

.hover13 figure:hover img {
    opacity: 1;
    -webkit-animation: 1.5s flash;
    animation: 1.5s flash
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.hover14 figure:hover::before {
    -webkit-animation: .75s shine;
    animation: .75s shine
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.breadcrumb-areas,
.breadcrumb-areas .breadcrumbs,
.shadows.darks {
    z-index: 1;
    position: relative
}

.hover15 figure:hover::before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

@-webkit-keyframes circle {

    0%,
    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {

    0%,
    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.breadcrumb-areas {
    padding: 160px 0 150px
}

.shadows {
    box-shadow: inherit !important
}

.shadows.darks:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.breadcrumb-areas .breadcrumbs {
    background: 0 0;
    display: inline-block;
    margin-top: 100px;
    padding: 0
}

.breadcrumb-areas .breadcrumbs li {
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 600;
    font-size: 16px
}

.breadcrumb-areas .breadcrumbs li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    right: -5px;
    position: absolute;
    line-height: 0;
    top: 50%;
    font-size: 0px;
    color: var(--white)
}

.breadcrumb-areas .breadcrumbs li i {
    margin-right: 3px
}

.product-col-mi .box2 {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(1, 41, 112, .08);
    border-radius: 4px;
    position: relative;
    transition: .3s
}

.box2 img {
    padding: 30px 40px;
    transition: .3s ease-in-out;
    border-radius: 50px
}

.product-col-mi .box2 h5 {
    font-family: ReemKufi-Regular;
    font-weight: 800
}

.product-col-mi .product-description-mi {
    line-height: 28px;
    color: #696868;
    font-family: futura;
    font-size: 20px
}

.product-col-mi .btn-buy {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 5px;
    color: #fff;
    transition: .3s;
    font-size: 16px;
    font-weight: 600;
    background-color: #1f5f1f
}

.services-page01 {
    padding: 30px
}

.form-1,
.service-section01 {
    padding: 30px 0
}

.services-page01 .card,
.services-page01 .card-header {
    padding: 16px;
    background-color: transparent
}

.services-page01 .card-header img {
    border-radius: 30px
}

.services-page01 .card-block {
    padding: 16px
}

.services-page01 .card-block .card-title {
    line-height: 50px;
    font-family: futura-heavy-font;
    color: #000
}

.services-page01 .card-block .card-text {
    line-height: 37px;
    text-align: justify;
    font-family: futura;
    margin-bottom: 40px;
    font-size: 20px
}

.services-page01 .card-block .btn-primary {
    background-color: #fece00;
    border: none;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-family: Poppins-Medium;
    font-size: 15px;
    width: max-content
}

.services-page01 .card-block .btn-primary .bi {
    padding-right: 5px
}

.main {
    background: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)) top center, url(../img/home/18.jpg) top center
}

.carrier-bg,
.form-1 {
    background-repeat: no-repeat;
    background-position: center
}

.service-section01 h2 {
    text-align: center;
    font-family: futura
}

.service-row01 .service-box01 h1 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-family: futura-heavy-font;
    color: #fece00;
    text-transform: uppercase
}

.btn-primary {
    font-family: futura;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.carrier-bg {
    background-image: url(/assets/img/bg-02.png);
    background-attachment: fixed
}

.form-1 {
    background-image: url(../img/services/lead_original.jpg);
    background-size: cover;
    align-items: center;
    display: flex;
    justify-content: center
}

.form-width {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.form-width H1 {
    align-items: center;
    text-align: center;
    font-size: 30px;
    color: #fece00
}

.form-main .form-group {
    margin-bottom: 20px
}

.form-main .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333
}

input[type=email],
input[type=file],
input[type=text],
select,
textarea {
    width: 100%;
    padding: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 4px
}

button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer
}

.contact-main {
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .02);
    border: 5px solid #fff;
    flex: 1;
}

.contact-main i {
    margin-top: 20px;
    background-color: #fece00;
    border-radius: 60px;
    padding: 15px;
    width: 80px;
    color: #000 !important;
    height: 40px;
    font-size: 20px
}

.contact-main .card-title {
    margin-bottom: .5rem;
    color: #231f20;
    font-family: trebucbd;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: .5px;
    margin-top: .8em
}

.contact-main .card-text {
    margin-bottom: 1em;
    text-transform: initial;
    color: #333;
    font-size: 16px;
    margin-top: .8em;
    letter-spacing: .2px;
    word-spacing: 2px;
    font-family: trebuc;
    line-height: 23px
}

.form-control,
.service-datetime .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.contact-box02 {
    padding: 10px 5px 20px;
    box-shadow: 0 5px 15px 1px #0d7275cc
}

.contact-head1 {
    align-items: center;
    text-align: center;
    font-family: LilitaOne-Regular
}

.form-control {
    padding: .375rem .75rem;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.text-center {
    text-align: center !important
}

.gun-cont-btn {
    background: #fece00;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 5px 10px;
    margin-top: 15px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
}

.rounded {
    border-radius: 25px !important
}

.text-start {
    text-align: left !important
}

.services-page span {
    width: 80px;
    height: 50px;
    display: inline-block;
    text-align: center
}

.services-page label {
    display: inline-block;
    font-family: futura
}

.fw-bold {
    font-weight: 700 !important
}

.service-datetime {
    padding: 30px;
    background: #fff;
    text-align: left;
    border-top: 1px solid #e8e8e8
}

.service-datetime .form-control {
    margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    padding: 1rem .75rem;
    font-family: futura;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem
}

.vertical-carousel {
    width: 200px;
    margin: 0 auto
}

.carousel-inner {
    display: flex;
    flex-direction: column;
    transition: transform .5s
}

.carousel-item {
    height: 100px;
    text-align: center;
    line-height: 100px;
    border: 1px solid #ccc
}




.error-message {
    color: red;
    font-size: 12px;
}

/* service card */


.services-card {
    border: 1px solid #fece00;
    border-radius: 5px;
    padding: 40px 25px;
    margin: 0px 25px;
    flex: 1;
}

.services-card img {
    margin: 20px 0px;
}

.services-card .services-content h4 {
    font-size: 24px;
}

.services-card .services-content p {
    font-size: 18px;
    text-align: justify;
}

.services-card .services-content .service-link {
    margin-top: 35px;
}

.services-card .services-content a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background-color: #fece00;
    padding: 10px 15px;
    border-radius: 25px;

}


/* Image hover effect */
.services-card .img {
    overflow: hidden;
    border-radius: 8px;
}

@keyframes springBounce {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-8px);
    }

    40% {
        transform: translateY(4px);
    }

    60% {
        transform: translateY(-4px);
    }

    80% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

.services-card:hover .img img {
    animation: springBounce 0.6s ease-out;
}

.services-card .services-content h4 {
    font-size: 24px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.services-card:hover .services-content h4 {
    color: #000000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.services-card .services-content a {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.services-card .services-content a i {
    transition: transform 0.3s ease;
    margin-left: 8px;
}

.services-card .services-content a:hover {
    background-color: #000;
    color: #e4c950;
    transform: translateY(-2px);
}

.services-card .services-content a:hover i {
    transform: translateX(5px);
}


.img {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    z-index: 10 !important;
}

.img {
    position: relative;
    overflow: hidden;
}

.img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 51%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgb(207, 207, 207);
    background-size: auto 200%;
    background-position: top center;
    clip-path: ellipse(15% 23% at 49% 74%);
    pointer-events: none;
    z-index: 100;
    transition: background-position 0.6s ease, background 0.6s ease;
}


.services-card:hover .img::after {
    background: linear-gradient(to bottom, #fef3b1, #fece00, #f8b500);
    background-size: auto 200%;
    background-position: bottom center;
}



.img img {
    position: relative;
    z-index: 200;
}

.services-card {
    position: relative;
    overflow: hidden;
    transition: background 0.5s ease;
    background: transparent;
    border-radius: 8px;
}

.services-card:hover {
    background: linear-gradient(to top,
            rgba(254, 206, 0, 0.5),
            rgba(254, 206, 0, 0.15));

}

/* main services */
.service-inner {
    /* border: 1px solid rgb(226, 226, 226); */
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: 0px auto;
}

.service-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    height: 100%;
    animation: slideUpSmooth 3s ease-in-out infinite alternate;
}

@keyframes slideUpSmooth {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.service-list a {
    color: #000;
    font-weight: 500;
}

.main-service-head {
    text-align: center;
    margin: 0px 0;
}

/* .main-service-head h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: 1.2px;
} */

/* 
.main-service-head h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #ff4e50, #f9d423);
    border-radius: 2px;
    transition: width 0.5s ease;
} */

/* .main-service-head h2.animate-underline::after {
    width: 100%;
} */

/* .main-service-head h2 {
    text-shadow: 1px 1px 5px rgba(67, 0, 1, 0.2);
} */

.main-service-head .title-head {
    display: flex;
    justify-content: center;
    text-align: center;
}

.inner-mail-services {
    padding: 50px 0px;
}

.main-service-head {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.content-head {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}




.service-left img {
    width: 100%;
    height: auto;
}

.service-right p a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}


.service-right {

    border-radius: 16px;
    padding: 30px;
    max-width: 600px;
    margin: auto;

}

/* .content-service h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
} */

/* .content-service p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 25px;
} */

.service-link ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.service-link li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #222;
    padding: 12px 15px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.service-link li i {
    margin-right: 12px;
    color: #FECE00;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.service-link li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #FECE00;
    transition: width 0.3s ease;
}

.service-link li:hover {
    background: #fff7f0;
    transform: translateX(5px);
}

.service-link li:hover i {
    transform: scale(1.2);
    color: #000;
}

.service-link li:hover::after {
    width: 100%;
}


/* HR with animated underline */
.styled-hr {
    border: none;
    height: 2px;
    width: 100px;
    background-color: #ff9900;
    position: relative;
    margin: 10px 0 20px;
    overflow: hidden;
}

.styled-hr::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff9900;
    animation: slide-in 2s infinite linear;
}

.service-link .bi-arrow-up-right {
    display: flex;
    justify-content: end;
}

.service-link ul li {
    display: flex;
    justify-content: space-between;
}

.service-link ul li:hover .bi-arrow-up-right {
    transform: rotate(45deg);
    color: #000;
    transition: transform 0.3s ease, color 0.3s ease;
}


.service-link ul li .bi-arrow-up-right {
    transition: transform 0.3s ease, color 0.3s ease;
}

@keyframes slide-in {
    0% {
        left: -100%;
    }

    50% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

.styled-para {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-bottom: 10px;
    transition: color 0.3s ease;
}

.styled-para::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #FECE00;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.content-service p {
    text-align: justify;
}



.styled-para:hover::after {
    width: 100%;
}

.process-card1 {
    background-color: #f9f9f9;
    padding: 22px;
    border-left: 4px solid #FECE00;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    /* padding-left: 35px; */
    margin-right: 30px;
}

.process-overlay h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: futura-heavy-font;
}

.service-detail-right .service-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FECE00;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-detail-right .service-link:hover {
    background-color: #000000;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 204, 112, 0.4);
}



.process-overlay {
    position: absolute;
    top: 20%;
    left: 95%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid ghostwhite;
    background-color: #FECE00;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    font-family: futura-heavy-font;

}

.process-card1:hover .process-overlay {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


.process-card1:hover {
    background-color: #fff3f3;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.process-card1 h5 {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}


.our-process .service-head-para {
    font-size: 16px;
    color: #000;
    text-align: center;
}

.our-process h3 {
    font-size: 32px;
    color: #FECE00;
    font-weight: 600;
    text-align: center;
    font-family: futura-heavy-font;
}

.faq-section h3 {
    font-size: 32px;
    color: #FECE00;
    font-weight: 600;
    text-align: center;
    font-family: futura-heavy-font;
}

.service-detail-header h2 {
    font-size: 32px;
    color: #FECE00;
    font-weight: 600;
    text-align: center;
    font-family: futura-heavy-font;
    margin-bottom: 30px
}

.service-detail-right p {
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    color: #333;
}

.service-detail-right h4 {
    font-size: 32px;
    color: #000000;
    font-weight: 600;
}

.service-detail-right ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    max-width: 520px;
}

.service-detail-right ul li {
    font-weight: 600;
    font-size: 16px;
    color: #555;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
}

.service-detail-right ul li i {
    color: #FECE00;
    margin-right: 10px;
    transition: color 0.3s ease;
}


.service-detail-right ul li:hover {
    background-color: #f7e8e8;
    color: #FECE00;
}

.service-detail-header {
    text-align: center;
    position: relative;
}

.service-detail-header h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #FECE00;
}

.service-detail-header h2::after {
    content: "";
    display: block;
    width: 70%;
    height: 3px;
    background-color: #FECE00;
    margin: 8px auto 0;
    transition: none;
}

.footer-bottom {

    font-size: 0.95rem;
    color: #444;
}

.footer-bottom a:hover img {
    opacity: 1;
    transform: scale(1.05);
    transition: all 0.3s ease;
}



.sub-banner {
    position: relative;
    width: 100%;
    min-height: 280px;
    background: url('../img/banner/services.png') no-repeat center center;
    background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sub-banner .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.6) 50%,
            rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

/* Create a diagonal cut at the bottom of the banner */
.sub-banner .overlay::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    transform-origin: top left;
    transform: skewY(-3deg);
    z-index: 2;
}

.sub-banner .banner-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #000;
    padding-top: 25px;
    padding-bottom: 15px;

}

/* Breadcrumb styling */
.breadcrumb-container {
    max-width: 600px;
    margin: 30px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: transparent;
    padding: 0 15px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #6c757d;
    text-align: center;
    justify-content: center;
}

.breadcrumb-item {
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #000;
    margin-right: 12px;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 3px;
    position: relative;
    transition: color 0.3s ease;
}

.breadcrumb-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #FECE00;
    transition: width 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #FECE00;
}

.breadcrumb-item a:hover::after {
    width: 100%;
}

.breadcrumb-item.active a {
    color: #FECE00;
    ;
    font-weight: 600;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.banner-content {
    background: rgba(226, 226, 226, 0.219);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    color: #333;
    max-width: 500px;
}




/* Page Title (Huge, responsive) */
.sub-banner .banner-title {
    font-family: futura-heavy-font;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    color: #FECE00 !important;
}


/* --------------blog page------------------ */

.blog-card {
    box-shadow: 0 0 15px 5px rgba(128, 128, 128, 0.3);
    border-radius: 15px;
    padding: 20px;
}


.blog-card h3 {
    transition: color 0.5s ease-in-out;
}

.blog-card:hover h3 {
    color: #FECE00;
}

/* 
.blog-card h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px;
} */

.blog-card .head-text {
    font-size: 24px;
}

.blog-card p {
    font-size: 18px;

    line-height: 24px;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner-blog {
    padding: 50px 0px;
}


.blog-card .blog-link {
    display: flex;
    justify-content: end;
}

.blog-card .blog-link a i {
    color: black;
}

.blog-card .blog-link a {
    text-align: right;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.blog-card .blog-link a:hover {
    color: #FECE00;
}

.blog-card .blog-link a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.blog-card .blog-link a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 20px;
    width: 0;
    height: 2px;
    background-color: #FECE00;
    transition: width 0.3s ease;
}

.blog-card .blog-link a:hover::after {
    width: 80%;
}

.blog-card .blog-link a i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.blog-card .blog-link a:hover i {
    transform: translateX(5px);
    color: #FECE00;
}

.blog-card .blog-img img {
    width: 380px;
    height: 269px;
}

.blog-card {
    min-height: 500px;
    position: relative;
}

.blog-content {
    padding-top: 230px;
}

.blog-img img {
    border-radius: 10px;

}

.blog-img {
    position: absolute;
    top: -30px;
    left: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);

}

.blog-img {
    transition: transform 0.4s ease-in-out;
}

.blog-card:hover .blog-img {
    transform: translateY(-10px);
    /* Moves image 10px upward */
}



/* about us */
.about-right {
    /* background: #fff9e6;
  border-left: 6px solid #FECE00; */
    transition: all 0.4s ease;
}

/* .about-right h3 {
    font-size: 32px;
    font-weight: 700;
    color: #FECE00;
    font-family: futura-heavy-font;
} */

.about-right .highlight {
    color: #FECE00;
}

/* .about-right p {
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
    text-align: justify;
} */

.about-features li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 12px 14px;
    background-color: #fff;
    border-left: 4px solid #FECE00;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-weight: 700;
}

.about-features li i {
    font-size: 1.3rem;
    color: #FECE00;
    margin-right: 12px;
    transition: transform 0.3s ease;
}

.about-features li:hover {
    background: linear-gradient(to right, #FECE00, #FFC700);

    color: #fff;
    transform: translateX(5px);
}

.about-features li:hover i {
    color: #fff;
    transform: scale(1.2);
}


.why-us-header {
    text-align: center;
    margin-top: 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
}

/* .why-us-header h3 {
    font-family: futura-heavy-font;

    font-size: 32px;
    color: #FECE00;
} */

.inner-about,
.inner-why,
.inner-mission {
    padding: 30px 0px;
}

.why-card {
    display: flex;
    justify-content: center;
    align-self: center;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    flex-direction: column;
    align-items: center;
    flex: 1 !important;
}

.why-content p {
    font-size: 16px;
    margin: 20px 0px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

/* Bounce keyframes */
@keyframes bounceUp {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-12px);
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}


.why-card:hover .why-img img {
    animation: bounceUp 0.6s ease-out;
}

.why-content p {
    color: #333;
    transition: color 0.4s ease;
}

.why-card:hover .why-content p {
    color: #FECE00;
}

.why-img {
    display: flex;
    justify-content: center;
}

.why-img img {
    width: 50%;
}

.vission-head h4 {
    font-size: 28px;
    color: #000;
    font-family: futura-heavy-font;
    font-weight: 600;
}

.vission-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    align-items: center;
    align-self: center;
    margin: 20px;
}

.vission-left p {
    text-align: left;
    text-align: justify;
}

.vission-left {
    margin: 0PX 20PX;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 25px;

}



.vission-left {
    position: relative;
    overflow: hidden;
}

.vission-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

.vission-left:hover::before {
    left: 130%;
}

.why-card {
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
    pointer-events: none;
}

.vission-section {
    padding: 40px 0px;
}

.vission-left h4 {
    transition: color 0.4s ease;
}

.vission-left:hover h4 {
    color: #FECE00;
}

.why-card:hover::before {
    left: 130%;
}

/* .blog-head h2 {
    font-family: futura-heavy-font;
    font-size: 32px;
    color: #FECE00;
    text-align: center;
} */
.blog-head {
    margin-bottom: 40px;
}


/* foooter */

.foot-logo img {
    width: 40%;
}

.foot-logo p {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.footer-social .social-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    z-index: 0;
}

.footer-social .social-icon::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(25deg);
    transition: transform 0.7s ease;
    pointer-events: none;
    z-index: -1;
}

.footer-social .social-icon:hover::before {
    transform: rotate(25deg) translateX(50%);
}

.footer-social .social-icon:hover {
    color: #000;
    border-color: transparent;
    background-color: var(--hover-color);
    /* custom per icon */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Custom hover colors for each icon */
.footer-social .social-icon.facebook {
    --hover-color: #3b5998;
}

.footer-social .social-icon.instagram {
    --hover-color: #d62976;
}

.footer-social .social-icon.linkedin {
    --hover-color: #0077b5;
}

.footer-social .social-icon.whatsapp {
    --hover-color: #25d366;
}



.foot-content h4 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 8px;
}

.foot-content h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    /* Adjust width as needed */
    height: 3px;
    background: #000;
    border-radius: 2px;
}


.foot-content {
    margin-bottom: 10px;
}

.foot-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.foot-content ul li {
    margin-bottom: 6px;
}

.foot-content ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 16px;

    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
}

.foot-content ul li a i {
    color: #000000;
    /* Black icon */
    margin-right: 8px;
    font-size: 16px;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover Effects */
.foot-content ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.foot-content ul li a:hover i {
    transform: translateX(4px);
    color: #ffffff;
}


.footer-contact {

    padding: 20px 15px;
    border-radius: 8px;
    max-width: 350px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333333;

}

.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.3;
    color: #444;
}

.footer-contact ul li:last-child {
    margin-bottom: 0;

}

.footer-contact ul li i {
    font-size: 20px;
    color: #fff;
    margin-right: 12px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.footer-contact ul li a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-word;
}

.footer-contact ul li a:hover {
    color: #ff6a00;
    text-decoration: underline;
}

#footer .footer-top,
.about-sec {
    padding-top: 50px !important;
}

/* Social Icons Hover Effect */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #333;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.2);
}


.social-icon.facebook:hover {
    color: #1877f2;
}

.social-icon.instagram:hover {
    color: #e1306c;
}

.social-icon.linkedin:hover {
    color: #0077b5;
}

.social-icon.x:hover {
    color: #000;

}

.social-icon.whatsapp:hover {
    color: #25D366;
}


.inner-hero {
    position: relative !important;
}

.hero-carousel .owl-dots {
    position: absolute !important;
    top: 50% !important;
    right: 40px !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    z-index: 10 !important;
}


.about-inner {
    padding: 60px 0px;
}

.about-inner .right-about {
    position: relative;
    z-index: 1;
}

.about-inner {
    position: relative;
    z-index: 99;
}

.about-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/about1/anout.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}



.left-about img {
    position: relative;
    z-index: 999;
}

.left-about {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-inner::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 20%;
    width: 700px;
    height: 100%;
    background-image: url('../img/about1/section-bg8.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}


.head-text {
    font-family: var(--main-font);
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.text-small {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    /* color: #FECE00; */
    color: #E83A15;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 8px;

}

.para-text {
    font-size: 18px;
    text-align: justify;
    font-family: var(--para-font);
    font-weight: 500;
    color: rgb(37, 37, 37);
}

.text-small::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 120%;
    transform: translateX(-50%);
    width: 25%;
    height: 2px;
    background-color: #FECE00;
    background-color: #E83A15;
    transition: all 0.3s ease;
    border-radius: 1px;
    opacity: 0.9;
    box-shadow: 0 0 0 rgba(254, 206, 0, 0);
    /* initial no glow */
}

.text-small:hover::after {
    width: 33%;
}


.right-about ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-about ul li {
    display: flex;
    gap: 40px;
    padding: 10px 0;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.right-about ul li:last-child {
    border-bottom: none;
}

.right-about ul li div p {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-weight: 500;
    color: #333;
}



.right-about ul li i {
    font-size: 18px;
    color: #333;
    transition: color 0.3s ease;
}

.right-about ul li:hover i {
    color: #FECE00;
}

/* From Uiverse.io by alexroumi */
.click-btn {
    display: inline-block;
    font-family: var(--para-font);

    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #212121;
    z-index: 1;
    /* background: #e8e8e8; */
    background: #FECE00;
    position: relative;
    font-weight: 1000;
    font-size: 16px;
    text-decoration: none;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 2px 4px 8px -2px rgba(0, 0, 0, 0.12);

    transition: all 250ms;
    overflow: hidden;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 22px;
}

.click-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    /* background-color: #FECE00; */
    /* background: linear-gradient(to right, #FECE00, #FF8C00); */
    background: #e8e8e8;


    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
}

.title-head img {
    width: 80%;
}

.title-head {
    display: flex;
    gap: 10px;

}

.click-btn:hover {
    color: #000;
}

.click-btn:hover::before {
    width: 100%;
}

.click-btn i {
    transition: transform 0.3s ease;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.click-btn:hover i {
    transform: translateX(5px);
}

.inner-services {
    padding: 40px 0px;
    background-color: #F7F7F7;
}

.service-head {
    display: flex;
    justify-content: space-between;
}

#service-carousel {
    margin-top: 40px;

}




.img-services img {
    max-width: 50%;
    transition: transform 0.3s ease;
}


.inner-services .item {
    position: relative;
}

.img-services {
    width: 150px;
    height: 150px;
    background-color: #FECE00;
    border: 6px solid #FFF8D0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: auto;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.card-services {
    width: 100%;
    min-height: 500px;
    padding: 30px 20px;
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    overflow: visible;
}

.card-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to top, #FECE00, #fff8d0);
    border-radius: 10px;
    z-index: 0;
    transition: height 0.5s ease-in-out;
}

.card-services:hover::before {
    height: 100%;
}

.contet-services {
    position: absolute;
    top: 50%;
    text-align: center;
}

#service-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}


#service-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#service-carousel .owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 2px 3px !important;
    background: #fff !important;

}

#service-carousel .owl-dot:hover {
    background-color: #FECE00;
    transform: scale(1.2);
}


#service-carousel .owl-dot.active {
    background-color: #FECE00;

    transform: scale(1.3);
}

.navbar-toggler img {
    width: 30px;
    height: 30px;
}

.main-services-head .title-head {
    text-align: center;
    display: flex;
    justify-content: center;
}

.main-services-head {
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}



@media (max-width: 767px) {
    .hero-carousel .owl-dots {
        top: auto !important;
        bottom: 15px !important;
        right: 50% !important;
        left: auto !important;
        transform: translateX(50%) !important;
        flex-direction: row !important;
        gap: 12px !important;
    }
}

.hero-carousel .owl-dot span {
    width: 10px !important;
    height: 20px !important;
    background: #fff !important;
    display: inline-block !important;
    border-radius: 12px !important;
    transition: background 0.3s ease !important;
}

.hero-carousel .owl-dot.active span {
    background: #264D73 !important;
}


.urgent-inner {
    width: 100%;
    background-image: url('../img/home/contact-bg.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

.inner-urgent {
    display: flex;
    align-items: center;
    gap: 60px;
}

.urhent-img {
    background-color: #FECE00;
    width: 118px;
    height: 64%;
    padding: 75px 0;
    text-align: center;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    margin: 0 28px;
}

.urgent-content p {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    font-family: var(--para-font);
}

.urgent-content h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--main-font);
}

.inner-urgent {
    position: relative;
}

.urgent-overlay {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
}

.urgent-overlay a {
    /* background-color: #fff !important; */
    background-color: #FECE00 !important;
}

.urgent-content p {
    max-width: 700px;
}

.inner-review {
    padding: 50px 0px;
}

.review-header .title-head {
    text-align: center;
    display: flex;
    justify-content: center !important;
}

.review-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.head-text span {
    color: #E83A15;
    ;
    display: inline-block;
    animation: shake-loop 2.5s infinite ease-in-out;
}

/* Keyframes for shake effect */
@keyframes shake-loop {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-2px);
    }

    40% {
        transform: translateX(2px);
    }

    60% {
        transform: translateX(-2px);
    }

    80% {
        transform: translateX(2px);
    }
}



#testimonial-carousel {
    margin-top: 40px;
}

#testimonial-carousel .item {
    display: flex;
}

#testimonial-carousel .testimonial-card {
    display: flex;
    padding: 25px;
    border: 1px solid #ddd;
    /* border-bottom: 4px solid #e63946; */
    border-radius: 5px;
    background-color: #fff;
    gap: 25px;
    align-items: flex-start;
    position: relative;
}

.testimonial-left {
    text-align: center;
}

.testimonial-left img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}

.stars {
    color: #FECE00;
    font-size: 16px;
}

.testimonial-right {
    flex: 1;
    position: relative;
}

.testimonial-right h4 {
    font-weight: bold;
    margin: 0 0 5px 0;
    font-family: var(--main-font);
    color: #000;
}

.testimonial-right .designation {
    color: #e63946;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: var(--para-font);
}

.testimonial-right .quote-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 65px;
    color: #ccc;
}

.testimonial-text {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
}

.testimonial-card {
    position: relative;
    display: inline-block;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 3px;
    background-color: #e63946;
    border-bottom: none;
    border-top-left-radius: 60px !important;
    border-top-right-radius: 10px;
}


.inner-work {
    padding: 50px 0px;
}


.process-card1 {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #FECE00;
    width: 230px;
    height: 230px;
    margin: 0 auto 1rem;
    overflow: visible;
}

.process-card1 img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
}

.icon-overlay {
    position: absolute;
    top: -10px;
    left: -10px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
    padding: 10px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    overflow: hidden;
}

.icon-overlay::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.6s ease;
    pointer-events: none;
}

.step {
    transition: all 0.4s ease;
    border-radius: 10px;
}

.step:hover {
    box-shadow: 0 8px 20px rgba(67, 0, 1, 0.2);
    z-index: 1;
    border-radius: 15px;
}

.icon-overlay:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.step .head-text {
    font-size: 22ox;
}

.step .para-text {
    font-size: 18px;
    text-align: center;
}


.icon-overlay img {
    width: 45px;
    height: 45px;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    /* color: #f44336; */
    color: #FECE00;
}

.arrow-right {
    right: -30px;
}

.step h5 {
    transition: color 0.8s ease;
    /* Slow and smooth transition */
}

.step:hover h5 {
    color: #FECE00;
}

.step {
    text-align: center;
    padding: 20px;
    position: relative;
}

.step h5 {
    font-weight: bold;
    margin-top: 15px;
    font-family: var(--main-font);
}

.step p {
    font-family: var(--para-font);

}

.work-head {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .arrow {
        display: none;
    }

    .step {
        margin-bottom: 0px;
    }
}

.work-head .title-head {
    display: flex;
    justify-content: center;
    text-align: center;
}

.work-head {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.career-head {
    padding: 50px 0px;
    text-align: center;
}

.career-head .title-head {
    display: flex;
    justify-content: center;
    text-align: center;
}


.filter-btn {
    cursor: pointer;
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background: #eee;
    color: #000;
    font-weight: bold;
}

.filter-btn.active {
    background: #FECE00;
    color: #fff;
}

.gallery-item {
    display: none;
}

.gallery-item.show {
    display: block;
}

.card-word {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    max-width: 100%;
    /* Responsive width */
}

.card-word img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.card-word:hover img {
    transform: scale(1.05);
}

.word-card-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    padding: 40px;
    /* margin: 20px;  remove this */
    background: rgba(20, 20, 20, 0.7);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #eee;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
}


.card-word:hover .word-card-overlay {
    opacity: 1;
}

.word-card-overlay h4 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
}

.word-card-overlay p {
    font-size: 1rem;
    line-height: 1.4;
}

.word-card-overlay a {
    text-decoration: none;
    padding: 8px 18px;
    color: #fff;
    text-decoration: underline;
    border-radius: 25px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-align: right !important;
    font-size: 14px;
}

.word-card-overlay h3 {
    color: #FECE00 !important;
    font-family: var(--main-font);
}

.word-card-overlay .para-text {
    color: #fff !important;
}

.word-card-overlay a:hover {

    color: #FECE00;
}

.filter-dropdown {
    max-width: 300px;
    margin: 0 auto;
}

.filter-dropdown select.form-select {
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    background-color: #f9f9f9;
    border: 2px solid #ccc;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3csvg width='16' height='16' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 12px;
}

.filter-dropdown select.form-select:hover,
.filter-dropdown select.form-select:focus {
    border-color: #FECE00;
    box-shadow: none !important;
    outline: none;
    background-color: #fff;
}

.gallery-item {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
    /* prevent interaction when hidden */
    transition: opacity 0.4s ease, transform 0.4s ease;
    height: 0;
    overflow: hidden;
}

.gallery-item.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    height: auto;
    /* allow natural height when shown */
    transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease;
}

.inner-career {
    padding-top: 40px;
}

.inner-form {
    padding-bottom: 50px
}

/* form */
/* Base form layout */
.career-form {
    background: #fff;
    border-radius: 16px;
    padding: 0px 40px;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

/* Title */
.form-title {
    font-weight: 600;
    font-size: 1.8rem;
    color: #222;
}

/* Floating input styles */
.floating-input {
    position: relative;
    margin-bottom: 30px;
}

.floating-input input,
.floating-input textarea {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    font-size: 1rem;
    background: transparent;
    color: #333;
    transition: border-color 0.3s;
}

.floating-input input:focus,
.floating-input textarea:focus {
    border-color: #000;
}

.floating-input label {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #999;
    pointer-events: none;
    font-size: 1rem;
    transition: 0.3s ease;
}

.floating-input input:focus~label,
.floating-input input:valid~label,
.floating-input textarea:focus~label,
.floating-input textarea:valid~label {
    top: -10px;
    font-size: 0.8rem;
    color: #000;
}

.floating-input i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 1.2rem;
}

/* File input style */
.file-upload-wrapper {
    margin-bottom: 30px;
}

.file-label {
    display: block;
    cursor: pointer;
    border: 2px dashed #ccc;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s ease;
    color: #555;
    font-weight: 500;
}

.file-label:hover {
    border-color: #000;
    color: #000;
}

.file-label input[type="file"] {
    display: none;
}

/* Submit Button */
.submit-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 1rem;
    border-radius: 25px;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background: #222;
    transform: scale(1.05);
}

.contact-box {
    background: #f9f9f9;
    padding: 2rem;
}

.contact-info {
    text-align: center;
    padding: 1.5rem 1rem;
    color: #000;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.contact-info:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.contact-info i {
    font-size: 1.8rem;
    color: #ff3c00;
    margin-bottom: 0.5rem;
}

.contact-info span {
    font-size: 0.9rem;
    color: #666;
}

.quote-form h3 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}


.quote-form h3 span {
    color: #FECE00;
}

.form-control,
.form-select {
    margin-bottom: 1rem;
    height: 50px;
    border-radius: 5px;
}

textarea.form-control {
    height: 120px;
}

.contact-center {
    background: linear-gradient(to bottom, #ffe766, #FECE00, #e6b800);
}

.contact-center h6 {
    color: #000 !important;
}

.btn-submit {
    background: #ff3c00;
    color: white;
    padding: 0.75rem;
    width: 100%;
    border: none;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #e43200;
}

.worker-img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .worker-img {
        margin-bottom: 2rem;
    }
}


.inner-contact {
    padding: 50px 0px;
}

.inner-contact .contact-info img {
    width: 60px;
    height: auto;
    margin-bottom: 40px;
}

.contact-info h6 {
    font-size: 18px;
}

.contact-info a p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000;
}



@keyframes jumpBounce {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-12px);
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

.contact-info:hover img {
    animation: jumpBounce 0.6s ease-in-out;
}

.process-card {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.process-card::before {
    content: '';
    position: absolute;
    top: -80%;
    left: -80%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(254, 206, 0, 0.15), transparent 60%);
    transition: transform 0.8s ease;
    z-index: 0;
}

.process-card:hover::before {
    transform: scale(1.3);
}

.process-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.process-card h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #222;
    z-index: 2;
    position: relative;
    margin-bottom: 15px;
}

.process-card p {
    font-size: 1rem;
    color: #555;
    z-index: 2;
    position: relative;
    margin-bottom: 0;
    line-height: 1.6;
}

.process-overlay {
    position: absolute;
    top: -15px;
    left: -15px;
    background: #FECE00;
    color: #000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(254, 206, 0, 0.45);
    transform: rotate(0deg);
    z-index: 3;
    padding-top: 10px;
    transition: all 0.3s ease;
}

.process-card:hover .process-overlay {
    transform: rotate(0deg) scale(1.1);
    background: linear-gradient(135deg, #f8cd00, #eab700);
    color: #222;
}


#service-carousel .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    margin: 0px 2px !important;
    background: #fff;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.contact-item a {
    transition: all 0.3s ease;
}

.contact-item a:hover {
    color: #FECE00;
    font-weight: 600;
}

.contact-item strong {
    font-family: futura-heavy-font;
    color: #000 !important;
    font-weight: 600;
}

.offcanvas {
    width: 100%;
    background-image: url('../img/home/header-bg.jpg');
    background-position: center;
    background-size: cover;
}


#testimonial-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FECE00 !important;
}

.blog-inner-content {
    position: relative;
    background: linear-gradient(135deg, #fffdf4, #fff7e0);
    border: 1px solid #ffe89c;
    padding: 30px 30px 30px 60px;
    border-radius: 12px;
    margin-bottom: 35px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-inner-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.blog-inner-content::before {
    content: "❝";
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 28px;
    color: #fece00;
    font-weight: bold;
}

.blog-inner-content .head-text {
    font-size: 24px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 2px solid #fece00;
    display: inline-block;
    padding-bottom: 4px;
}

.blog-inner-content .para-text {
    font-size: 16.5px;
    color: #444;
    line-height: 1.75;
    margin-bottom: 14px;
    font-family: 'Roboto', sans-serif;
}

.blog-contact {
    background: #fffdf4;
    border: 1px solid #ffeaa0;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-contact:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.blog-contact h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #430001;
}

.blog-contact h3 span {
    color: #fece00;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.contact-info li i {
    color: #fece00;
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-info li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info li a:hover {
    color: #fece00;
    text-decoration: underline;
}

.blog-contact .para-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.blog-contact .para-text a {
    color: #430001;
    font-weight: 600;
    text-decoration: none;
}

.blog-inner-img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    cursor: pointer;
    display: inline-block;
    transition: box-shadow 0.4s ease;
}

.blog-inner-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: brightness(0.95);
    will-change: transform;
}

/* Hover effect */
.blog-inner-img:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.blog-inner-img:hover img {
    transform: scale(1.07) rotate(1deg);
    filter: brightness(1);
}

.blog-contact .para-text a:hover {
    color: #fece00;
    text-decoration: underline;
}


.inner-blog .modal-dialog a{
    /* color: #000; */
    color: #FECE00;
    font-weight: 600;
    text-decoration: underline;
 
}


/* Responsive tweak */
@media (max-width: 768px) {
    .word-card-overlay {
        padding: 15px;
    }

    .word-card-overlay h4 {
        font-size: 1.4rem;
    }

    .word-card-overlay p {
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    .filter-group {
        display: none;
    }

    .filter-dropdown {
        display: block;
    }
}

.header-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-inner {
    padding: 40px 0px;
}







@media (min-width: 768px) {
    .filter-group {
        display: block;
    }

    .filter-dropdown {
        display: none;
    }
}


/* Responsive tweak */
@media screen and (max-width: 575px) {

    .click-btn {
        display: inline-block;
        font-family: var(--para-font);
        padding: 10px 13px;
    }

    .hero-carousel .owl-dot span {
        width: 10px !important;
        height: 10px !important;
    }

    .blog-inner-content {
        padding: 30px 30px 30px 15px;
    }

    .blog-inner-content::before {
        top: 0px
    }

}

@media (max-width: 480px) {
    .footer-contact {
        max-width: 100%;
    }

    .footer-contact ul li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .footer-contact ul li i {
        font-size: 18px;
        margin-right: 10px;
    }
}








@media (min-width: 768px) {
    .sub-banner {
        min-height: 360px;
    }

    .sub-banner .banner-title {
        font-size: 3.75rem;
    }


}

@media (min-width: 1200px) {
    .sub-banner {
        min-height: 420px;
    }

    .sub-banner .banner-title {
        font-size: 4.5rem;
    }
}


@media (min-width: 768px) {
    .sub-banner {
        min-height: 360px;
    }

    .sub-banner .banner-title {
        font-size: 3.75rem;
    }
}

@media (min-width: 1200px) {
    .sub-banner {
        min-height: 420px;
    }

    .sub-banner .banner-title {
        font-size: 42px;
    }



}


@media (max-width: 768px) {
    .service-right {
        padding: 4px;
    }

    .content-service h4 {
        font-size: 20px;
    }

    .service-link li {
        font-size: 15px;
        padding: 10px 12px;
    }

    .left-about {
        display: none !important;
    }

    .about-inner {
        padding: 20px 0px;
    }
}



@media screen and (max-width:1400px) {
    .services-card {
        margin: 0px;
    }

    .service-inner {
        width: 100%;
    }

    .navbar-nav .nav-link {
        color: #000;
        font-size: 19px;
        margin: 0px 4px
    }

    .navbar-brand img {
        width: 26%;
    }

    .blog-card .blog-img img {
        width: 320px;
        height: 230px;
    }

    .blog-content {
        padding-top: 180px;
    }

}

@media screen and (max-width:1199px) {
    .img::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 51%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        background: rgb(207, 207, 207);
        background-size: auto 200%;
        background-position: top center;
        clip-path: ellipse(20% 20% at 49% 74%);
    }

    .urgent-content p {
        font-size: 38px;
    }

    .navbar-header .container {
        max-width: 1023px;
    }

    .navbar-nav .nav-link {
        color: #000;
        font-size: 18px;
        margin: 1px 16px;
    }

    .blog-section .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1090px;
    }

    .blog-card .blog-img img {
        width: 300px;
        height: 201px;
    }

    .blog-content {
        padding-top: 160px;
    }

    .urgent-content p {
        max-width: 500px;
    }
}






@media screen and (max-width:991px) {
    .service-left img {
        width: 50%;
    }

    .process-card {
        padding-left: 20px;
    }

    .navbar-header .container {
        max-width: 750px !important;
    }

    .blog-card {
        margin-top: 40px;
    }

    .blog-card .blog-img img {
        width: 410px;
        height: 220px;
    }

    .blog-content {
        padding-top: 180px;
    }

    .blog-card h3 {
        font-size: 20px;
    }

    .left-about {
        display: none;
    }

    .head-text {
        font-family: var(--main-font);
        font-size: 24px;
    }

    .text-small {
        position: relative;
        text-transform: uppercase;
        font-size: 16px;
    }

    .urgent-overlay {
        position: absolute;
        top: 90%;
        right: 0%;
    }

    .urgent-content p {
        font-size: 32px;
    }
}



@media screen and (max-width:767px) {
    .img::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 51%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        background: rgb(207, 207, 207);
        background-size: auto 200%;
        background-position: top center;
        clip-path: ellipse(12% 17% at 49% 74%);
    }

    .services-card {
        padding: 10px 25px;
        margin: 0px 25px;

    }

    .services-card .para-text {
        font-size: 18px;
    }

    .service-left img {
        width: 60%;
    }

    .blog-card .blog-img img {
        width: 270px;
        height: 190px;
    }

    .blog-content {
        padding-top: 140px;
    }

    .blog-card {
        min-height: 470px;
    }

    .service-head {
        display: flex;
        flex-direction: column;
    }

    .service-btn1 {
        display: flex;
        justify-content: end;
    }

    .urgent-content p {
        font-size: 24px;
    }

    .inner-urgent {
        display: flex;
        align-items: center;
        gap: 15px;
    }


}


@media screen and (max-width:575px) {
    .img::after {
        clip-path: ellipse(17% 17% at 48% 75%);
    }

    .service-left img {
        width: 80%;
    }

    .vission-head h4 {
        font-size: 20px;
    }

    .blog-card {
        min-height: 470px;
        margin: 20px 50px;
    }

    .blog-card .blog-img img {
        width: 380px;
        height: 210px;
    }

    .blog-content {
        padding-top: 165px;
    }

    .urhent-img {
        background-color: #FECE00;
        width: 118px;
        height: 64%;
        padding: 75px 8px;
        text-align: center;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(0deg);
        margin: 0 28px;
    }

    .urgent-content p {
        font-size: 22px;
    }

    .urgent-content h3 {
        font-size: 15px;
    }

    .urgent-inner .click-btn {
        display: inline-block;
        font-family: var(--para-font);
        padding: 8px 17px;
    }

    #testimonial-carousel .testimonial-card {
        flex-direction: column;
    }

    .inner-contact {
        padding: 10px 0px;
    }

    .text-small::after {
        content: "";
        position: absolute;
        bottom: 18px;
        left: 110%;
        transform: translateX(-50%);
        width: 10%;
    }

    .quote-slider {
        display: none !important;
    }

    .service-inner {
        padding: 20px 15px;
    }
}

@media (max-width: 575px) {
    .topbar-quotes {
        display: none !important;
    }

    .container {
        justify-content: center !important;
    }

    .topbar-social {
        justify-content: center !important;
        width: 100%;
    }
}

@media screen and (max-width:425px) {
    .service-left img {
        width: 100%;
    }

    .services-card .services-content h4 {
        font-size: 20px;
    }

    .services-intro-container h1 {
        font-size: 28px;
    }

    .blog-card {
        min-height: 470px;
        margin: 20px 20px;
    }

    .blog-card .blog-img img {
        width: 320px;
        height: 193px;
    }

    .blog-content {
        padding-top: 145px;
    }

    .urhent-img {
        background-color: #FECE00;
        width: 69px;
        height: 46%;
        padding: 71px 8px
    }

    .inner-urgent {
        display: flex;
        align-items: center;
        gap: 0px;
    }

    .vission-left {
        margin: 0px 5px;
    }


}

@media screen and (max-width:375px) {
    .img::after {
        clip-path: ellipse(20% 17% at 48% 75%);
    }

    .blog-card .blog-img img {
        width: 270px;
        height: 160px;
    }

    .blog-content {
        padding-top: 110px;
    }

    .blog-card p {
        font-size: 15px;
        text-align: left;
    }

    .urgent-content p {
        font-size: 20px;
    }
}