:root {
    --primary-color: #f23d49;
    --secondary-color: #2a2f4f;
    --text-color: #333;
    --link-color: #007bff;
    --link-hover-color:;
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif !important;
}

main {
    flex: 1 1 0%;
}

footer {
    margin-top: auto;
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.94) !important;
}

.navbar-brand img {
    height: 60px;
}

header .nav-item {
    font-weight: 400;
    padding: 1rem 0px;
    font-size: 1rem !important;
}

header .dropdown-menu a {
    font-weight: 400;
    padding: 0.5rem;
    font-size: 0.9375rem !important;
}

header {
    background: rgba(255, 255, 255, 0.94) !important;
}

.dropdown-menu {
    min-width: 250px !important;
    border-radius: 0px !important;
}

.navbar-toggler {
    background-color: rgb(242, 61, 73) !important;
    border-radius: 0px !important;
    border: none !important;
    outline: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.header-phone a {
    color: rgba(242, 61, 73, 0.9);
    font-size: 23px;
    text-decoration: underline !important;
}

    .header-phone a:hover {
        color: rgb(242, 61, 73);
        text-decoration: none !important;
    }

.header-phone .text {
    font-size: 0.9375rem !important;
}

@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0px;
    }
}

header a {
    color: var(--primary-color) !important;
}

.text-rotator {
    position: relative;
    display: inline-block;
    height: 1.2em;
    overflow: hidden;
    vertical-align: bottom;
}

    .text-rotator .measure {
        visibility: hidden;
        white-space: nowrap;
        height: 0px;
        display: inline-block;
    }

    .text-rotator .word {
        position: absolute;
        left: 0px;
        top: 0px;
        transform: translateY(-100%);
        transition: transform 0.6s;
        white-space: nowrap;
        color: rgb(0, 0, 0);
    }

        .text-rotator .word.active {
            transform: translateY(0px);
        }

        .text-rotator .word.exit {
            transform: translateY(100%);
        }

        .text-rotator .word.reset {
            transition: none;
            visibility: hidden;
            transform: translateY(-100%);
        }

#banner-side {
    min-height: 100vh;
    background-image: url("/Http/img/banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    #banner-side h1 {
        color: rgb(242, 61, 73);
        font-weight: 800;
    }

    #banner-side .col-lg-7 {
        box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 50px 0px;
        background-color: rgba(255, 255, 255, 0.85);
        padding: 3rem;
        border-radius: 0.5rem;
    }

    #banner-side #text {
        font-weight: 400 !important;
        color: rgb(42, 47, 79);
    }

    #banner-side .col-lg-4 {
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 0.5rem;
        padding: 3rem !important;
    }

@media (min-width: 1400px) {
    #banner-side .col-xxl-3 {
        width: 27%;
    }
}

#banner-side .support-phone {
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
    padding: 1rem 2rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
}

    #banner-side .support-phone:hover {
        background-color: rgb(215, 55, 63);
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

#banner-side .small-title {
    font-size: 0.9375rem;
    font-weight: bold;
    color: rgb(42, 47, 79) !important;
}

#banner-side .big-title {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(242, 61, 73) !important;
}

#banner-side form input {
    border-radius: 0px;
    padding: 0.75rem;
    border-color: rgb(234, 234, 234);
}

#banner-side form textarea {
    border-radius: 0px;
    padding: 0.75rem;
    border-color: rgb(234, 234, 234);
}

::placeholder {
    color: rgba(0, 0, 0, 0.525) !important;
}

#banner-side form .btn {
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
    padding: 0.75rem 1.25rem;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 0.875rem !important;
}

    #banner-side form .btn:hover {
        background-color: rgb(215, 55, 63);
        color: rgb(255, 255, 255);
    }

.cta-section {
    width: 100%;
    background: rgb(255, 255, 255);
}

.cta-container {
    margin: 0px auto;
    display: flex;
    min-height: 260px;
}

.cta-left {
    flex: 2 1 0%;
    padding: 50px 40px;
}

    .cta-left h2 {
        color: rgb(244, 67, 77);
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .cta-left p {
        font-size: 16px;
        line-height: 1.7;
        color: rgb(47, 47, 47);
    }

.cta-right {
    flex: 1 1 0%;
    background: rgb(244, 67, 77);
    color: rgb(255, 255, 255);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .cta-right .whatsapp-icon {
        font-size: 60px;
        margin-bottom: 15px;
    }

    .cta-right h2 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 20px;
    }

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgb(255, 255, 255);
    color: rgb(244, 67, 77);
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

    .whatsapp-button i {
        font-size: 22px;
    }

    .whatsapp-button:hover {
        transform: translateY(-3px);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 20px;
    }

@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
    }

    .cta-left,
    .cta-right {
        width: 100%;
        padding: 30px 20px;
    }

        .cta-left h2 {
            font-size: 26px;
        }

        .cta-right h2 {
            font-size: 22px;
        }

    .cta-right {
        background-color: white;
    }

    .cta-inner {
        width: 95%;
        background: rgb(244, 67, 77);
        padding: 1rem;
        border-radius: 0.25rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse.collapse.show {
        height: 100vh !important;
    }

    .nav-item {
        display: inline-block;
        width: 100%;
        border-width: 0px 0px 1px;
        border-image: initial;
        border-style: solid;
        padding: 1rem 0px 0px !important;
        border-color: rgb(234, 234, 234) !important;
    }
}

#slogan {
    padding: 5rem 0px;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient( rgb(242, 247, 251) 0%, rgb(255, 255, 255) 100% );
    font-family: Poppins, sans-serif !important;
}

    #slogan .title {
        font-weight: 700;
        font-size: 2.375rem !important;
        color: rgb(42, 47, 79) !important;
    }

    #slogan .slogan-item .slogan-title {
        font-size: 1.375rem;
        color: var(--secondary-color);
        font-weight: 500;
    }

    #slogan .slogan-item .slogan-text {
        color: var(--secondary-color);
        line-height: 1.6;
        font-weight: 400;
        font-size: 0.9375rem !important;
    }

    #slogan .cta-button a {
        font-weight: 600;
        background-color: rgb(21, 150, 69);
        box-shadow: rgb(218, 54, 65) 0px 5px 20px -5px;
        color: white;
        width: fit-content;
        margin-top: 3rem;
        padding: 0.5rem 1rem;
        font-size: 0.9375rem !important;
    }

#why-us-section {
    min-height: max-content;
    position: relative;
    padding: 5rem 0px;
    background-image: url("/Http/img/bg1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

    #why-us-section .why-us-overlay {
        position: absolute;
        inset: 0px;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
    }

    #why-us-section .container {
        z-index: 2;
    }

    #why-us-section .why-us-card {
        background: rgb(255, 255, 255);
        padding: 40px;
        border-radius: 8px;
    }

    #why-us-section ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        #why-us-section ul li {
            position: relative;
            padding-left: 32px;
            margin-bottom: 16px;
            font-size: 16px;
            color: rgb(227, 6, 19);
        }

            #why-us-section ul li::before {
                content: "✔";
                position: absolute;
                left: 0px;
                top: 0px;
                color: rgb(227, 6, 19);
                font-weight: 700;
            }

    #why-us-section .why-us-title {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 1.25rem;
        color: rgb(255, 32, 32);
        font-weight: bold;
    }

    #why-us-section .why-us-highlight {
        color: rgb(255, 0, 0);
        position: relative;
    }

        #why-us-section .why-us-highlight::after {
            content: "";
            position: absolute;
            left: 0px;
            bottom: -6px;
            width: 100%;
            height: 4px;
            background: rgb(255, 0, 0);
        }

    #why-us-section .why-us-desc {
        line-height: 1.7;
        margin-bottom: 30px;
    }

    #why-us-section .why-us-rotate {
        position: relative;
        height: 34px;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
    }

        #why-us-section .why-us-rotate span {
            position: absolute;
            left: 50%;
            white-space: nowrap;
            opacity: 0;
            transform: translateX(-150%);
            animation-duration: 6s;
            animation-timing-function: ease;
            animation-iteration-count: infinite;
            animation-direction: normal;
            animation-fill-mode: none;
            animation-play-state: running;
            animation-name: whyUsSlide;
            animation-timeline: auto;
            animation-range: normal;
            animation-delay: calc(var(--i) * 2s);
        }

@keyframes whyUsSlide {
    0% {
        transform: translateX(-150%);
        opacity: 0;
    }

    10% {
        transform: translateX(-50%);
        opacity: 1;
    }

    30% {
        transform: translateX(-50%);
        opacity: 1;
    }

    40% {
        transform: translateX(150%);
        opacity: 0;
    }

    100% {
        transform: translateX(150%);
        opacity: 0;
    }
}

@media (max-width: 992px) {
    #why-us-section .why-us-title {
        font-size: 30px;
    }
}

#why-us-section .why-us-title {
    position: relative;
    overflow: hidden;
}

#why-us-section .why-us-underline {
    position: relative;
    display: inline-block;
    color: rgb(174, 188, 185);
    font-weight: bold;
    overflow: visible;
}

    #why-us-section .why-us-underline svg {
        position: absolute;
        left: 0px;
        bottom: -7px;
        width: 100%;
        height: 60px;
        display: block;
        pointer-events: none;
    }

    #why-us-section .why-us-underline path {
        fill: none;
        stroke: rgb(255, 0, 0);
        stroke-width: 10;
        stroke-linecap: round;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.2s ease-out 0s infinite normal none running underlineDraw;
    }

@keyframes underlineDraw {
    100% {
        stroke-dashoffset: 0;
    }
}

#appointment-cta {
    background-color: rgb(254, 254, 198);
    padding: 45px 0px;
    border-style: dotted;
}

    #appointment-cta .appointment-title {
        font-size: 28px;
        font-weight: 600;
        color: rgb(31, 43, 77);
        margin: 0px;
        line-height: 1.4;
    }

    #appointment-cta .appointment-emphasis {
        position: relative;
        display: inline-block;
        color: rgb(255, 45, 45);
        padding-bottom: 8px;
        margin-right: 6px;
    }

        #appointment-cta .appointment-emphasis svg {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 110%;
            height: auto;
        }

        #appointment-cta .appointment-emphasis path {
            fill: none;
            stroke: rgb(255, 45, 45);
            stroke-width: 10px;
            stroke-linecap: round;
            stroke-dasharray: 1500px, 1500px;
            stroke-dashoffset: 2000;
            animation: 1.5s ease 0s infinite normal none running underlineDraw;
        }

@keyframes underlineDraw {
    100% {
        stroke-dashoffset: 0;
    }
}

#appointment-cta .appointment-btn {
    display: inline-block;
    background-color: rgb(255, 59, 59);
    color: rgb(255, 255, 255);
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

    #appointment-cta .appointment-btn:hover {
        background-color: rgb(230, 47, 47);
        transform: translateY(-2px);
    }

@media (max-width: 768px) {
    #appointment-cta .appointment-title {
        font-size: 24px;
    }
}

#service-slider {
    background: linear-gradient( 0deg, rgb(242, 247, 251) 0%, rgb(255, 255, 255) 100% );
    padding: 3rem 0px 2rem;
    font-family: Poppins, sans-serif !important;
}

    #service-slider .top-side {
        margin-bottom: 5rem;
    }

.top-side .top-side-text {
    color: var(--secondary-color);
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 1rem !important;
}

.service-title {
    text-align: center;
    font-weight: bold;
    color: var(--secondary-color);
    font-size: 2.375rem !important;
}

.service-owl.owl-carousel {
    display: block;
}

.service-owl .owl-stage {
    display: flex;
}

.service-owl .owl-item {
    display: flex;
    justify-content: center;
}

.service-item {
    text-align: left;
    background: rgb(255, 255, 255);
    max-width: 300px;
    width: 100%;
    padding: 4rem 1rem 2rem;
    border-radius: 14px;
}

    .service-item h3 {
        color: rgb(255, 45, 45);
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 1.25rem;
    }

    .service-item ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .service-item li {
        margin-bottom: 8px;
        font-size: 0.9375rem;
    }

.service-owl .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    display: block !important;
}

    .service-owl .owl-nav button {
        position: absolute;
        cursor: pointer;
        background: none !important;
        border: none !important;
        font-size: 25px !important;
        color: rgb(255, 45, 45) !important;
        display: block !important;
    }

.service-owl .owl-prev {
    left: -50px;
}

.service-owl .owl-next {
    right: -50px;
}

.service-owl .owl-dots {
    margin-top: 30px;
}

.service-owl .owl-dots,
.service-owl .owl-dot {
    pointer-events: auto !important;
    opacity: 1 !important;
}

.service-owl .owl-dot {
    border: 0px !important;
    background: none !important;
}

.service-owl .owl-nav {
    pointer-events: none;
}

    .service-owl .owl-nav button {
        pointer-events: auto;
    }

.service-owl .owl-dots {
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    display: flex !important;
}

.service-owl .owl-dot {
    margin: 0px !important;
}

    .service-owl .owl-dot span {
        width: 8px;
        height: 8px;
        background: rgb(204, 204, 204);
        border-radius: 50%;
        display: block;
        transition: 0.3s;
    }

    .service-owl .owl-dot.active span {
        background: var(--secondary-color);
        transform: scale(1.2);
    }

.cta-banner {
    background: rgb(244, 67, 76);
    padding: 40px 0px;
}

.cta-text {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 600;
}

.cta-btn {
    display: inline-block;
    background: rgb(255, 255, 255);
    color: rgb(244, 67, 76);
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .cta-text {
        font-size: 24px;
    }
}

#testimonial {
    background: linear-gradient(rgb(242, 247, 251) 0%, rgb(255, 255, 255) 100%);
    padding: 5rem 0 0 0;
    font-family: Poppins, sans-serif !important;
}

    #testimonial .title h2 {
        font-weight: bold;
        color: var(--secondary-color);
        margin-bottom: 3rem;
        text-align: center;
        font-size: 2.375rem !important;
    }

    #testimonial .col-md-6 {
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
        padding: 1.5rem;
        border-radius: 8px;
        /* margin-bottom: 1.5rem; */
    }

    #testimonial .img-container {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 768px) {
    #testimonial .img-container {
        margin: 0px auto;
    }

    #testimonial .comment {
        padding-left: 0px;
        margin: 0px auto;
    }

    #testimonial .col-md-6 {
        margin-bottom: 0px;
        padding: 1rem !important;
    }
}

#testimonial .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

#testimonial .comment {
    flex: 1 1 0%;
    padding-left: 1rem;
}

    #testimonial .comment .star {
        color: rgba(242, 61, 73, 0.97);
        margin-bottom: 0.5rem;
    }

        #testimonial .comment .star i {
            font-size: 0.75rem;
        }

    #testimonial .comment .text-comment {
        font-size: 0.9rem;
        color: rgb(51, 51, 51);
        line-height: 1.4;
    }

@media (max-width: 768px) {
    #testimonial .col-md-6 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
        padding: 1rem;
    }
}

#testimonial .header {
    color: var(--secondary-color);
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 1.25rem !important;
}

#testimonial .text-comment {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1rem !important;
    color: var(--secondary-color) !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.8 !important;
}

.social-section {
    padding: 60px 40px;
    border-radius: 10px;
    text-align: center;
}

    .social-section h4 {
        color: var(--secondary-color);
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

    .social-icon i {
        font-size: 28px;
        z-index: 2;
        transition: 0.3s;
    }

    .social-icon::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: 0.3s;
        z-index: 1;
    }

.facebook {
    background: rgba(24, 119, 242, 0.1);
}

    .facebook i {
        color: rgb(24, 119, 242);
    }

    .facebook::before {
        background: rgb(24, 119, 242);
        transform: scale(0);
    }

    .facebook:hover::before {
        transform: scale(1);
    }

    .facebook:hover i {
        color: white;
    }

.instagram {
    background: rgba(225, 48, 108, 0.1);
}

    .instagram i {
        color: rgb(225, 48, 108);
    }

    .instagram::before {
        background: linear-gradient( 45deg, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100% );
        transform: scale(0);
    }

    .instagram:hover::before {
        transform: scale(1);
    }

    .instagram:hover i {
        color: white;
    }

.google {
    background: rgba(219, 68, 55, 0.1);
}

    .google i {
        color: rgb(219, 68, 55);
    }

    .google::before {
        background: rgb(219, 68, 55);
        transform: scale(0);
    }

    .google:hover::before {
        transform: scale(1);
    }

    .google:hover i {
        color: white;
    }

.twitter {
    background: rgb(0, 0, 0);
}

    .twitter i {
        color: rgb(255, 255, 255);
    }

    .twitter::before {
        background: rgba(0, 0, 0, 0.486);
        transform: scale(0);
    }

    .twitter:hover::before {
        transform: scale(1);
    }

    .twitter:hover i {
        color: white;
    }

.youtube {
    background: rgba(255, 0, 0, 0.1);
}

    .youtube i {
        color: rgb(255, 0, 0);
    }

    .youtube::before {
        background: rgb(255, 0, 0);
        transform: scale(0);
    }

    .youtube:hover::before {
        transform: scale(1);
    }

    .youtube:hover i {
        color: white;
    }

.linkedin {
    background: rgba(0, 119, 181, 0.1);
}

    .linkedin i {
        color: rgb(0, 119, 181);
    }

    .linkedin::before {
        background: rgb(0, 119, 181);
        transform: scale(0);
    }

    .linkedin:hover::before {
        transform: scale(1);
    }

    .linkedin:hover i {
        color: white;
    }

.social-icon:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
}

@media (max-width: 576px) {
    .social-section {
        padding: 40px 20px;
    }

        .social-section h2 {
            font-size: 1.5rem;
        }

    .social-icon {
        width: 60px;
        height: 60px;
    }

        .social-icon i {
            font-size: 24px;
        }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.social-section {
    animation: 0.6s ease 0s 1 normal none running fadeInUp;
}

.social-icon {
    animation: 0.6s ease 0s 1 normal backwards running fadeInUp;
}

    .social-icon:nth-child(1) {
        animation-delay: 0.1s;
    }

    .social-icon:nth-child(2) {
        animation-delay: 0.2s;
    }

    .social-icon:nth-child(3) {
        animation-delay: 0.3s;
    }

    .social-icon:nth-child(4) {
        animation-delay: 0.4s;
    }

    .social-icon:nth-child(5) {
        animation-delay: 0.5s;
    }

    .social-icon:nth-child(6) {
        animation-delay: 0.6s;
    }

footer {
    background-color: rgb(248, 252, 254);
    color: rgb(51, 51, 51);
    padding: 60px 0px 0px;
}

.footer-brand img {
    max-width: 180px;
    height: auto;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 1.2rem;
    font-size: 1.625rem;
    color: rgb(42, 47, 79);
}

.service-list a {
    color: rgb(84, 89, 95);
    text-decoration: none;
    transition: color 0.3s;
}

    .service-list a:hover {
        color: rgb(220, 53, 69);
    }

.contact-phone {
    text-decoration: none;
    color: rgb(220, 53, 69);
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-call {
    border: none;
    padding: 0.75rem 1.8rem;
    font-weight: 600;
    background-color: rgb(220, 53, 69) !important;
}

    .btn-call:hover {
        background-color: rgb(200, 35, 51);
    }

.form-control-phone {
    border-radius: 0px;
    border: 1px solid rgb(206, 212, 218);
}

.copyright {
    border-top: 1px solid rgb(228, 228, 228);
    padding: 2rem 0px;
    margin-top: 40px;
    text-align: center;
    color: var(--secondary-color);
    letter-spacing: 2px;
    font-size: 0.8125rem !important;
}

    .copyright a {
        color: rgb(220, 53, 69);
        text-decoration: none;
    }

        .copyright a:hover {
            text-decoration: underline;
        }

footer .adress {
    color: var(--secondary-color) !important;
}

@media (max-width: 767px) {
    .footer-brand {
        text-align: center;
        margin-bottom: 2rem;
    }

    .text-center-xs {
        text-align: center !important;
    }

    footer .container .row {
        text-align: center;
    }

    .footer-brand {
        margin: 1rem 0px 0px !important;
    }

    footer .row > * {
        margin-top: 2rem;
    }
}

.whatsapp-icon-bottom .whatsapp-message {
    line-height: 1rem;
    width: 200px;
    font-size: 0.8rem;
    display: block;
    position: absolute;
    right: 120%;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
    color: #000;
    padding: 0.6rem;
    border-radius: 5px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s ease;
}

    .whatsapp-icon-bottom .whatsapp-message.show {
        opacity: 1;
        transform: translateX(0);
    }

.whatsapp-icon-bottom {
    position: fixed;
    bottom: 2%;
    right: 2%;
    font-size: 3rem;
    color: green;
    cursor: pointer;
    z-index: 12;
    overflow: visible;
}

.breadcrumb-section {
    background: rgba(242, 61, 73, 0.97);
    padding: 162px 0 80px 0;
    min-height: 200px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .breadcrumb-section {
        padding: 118px 0 25px 0;
    }
}

.breadcrumb-content h1 {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

    .custom-breadcrumb .breadcrumb-item {
        color: white;
        font-size: 1rem;
    }

        .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            content: "›";
            color: white;
            font-size: 1.2rem;
            padding: 0 10px;
            vertical-align: middle;
            line-height: 1;
        }

        .custom-breadcrumb .breadcrumb-item a {
            color: white;
            text-decoration: none;
            opacity: 0.9;
            transition: opacity 0.3s ease;
        }

            .custom-breadcrumb .breadcrumb-item a:hover {
                opacity: 1;
                text-decoration: underline;
            }

        .custom-breadcrumb .breadcrumb-item.active {
            color: white;
            font-weight: 500;
        }

@media (max-width: 768px) {
    .breadcrumb-content h1 {
        font-size: 2rem;
    }
}

#hakkimizda h2 {
    color: var(--secondary-color);
    font-size: 2.375rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 1.25rem;
}

.hakkimizda-page {
    background-color: #f2f7fb;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

    .hakkimizda-page ul li {
        border-bottom: 1px solid #e0e0e0;
        list-style: none;
        width: 25%;
        margin-bottom: 1rem;
    }

    .hakkimizda-page ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 2rem;
    }

.video-container {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding-top: 28.125%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

#fotoVideo .col a {
    position: relative;
    overflow: hidden;
    min-height: 13rem;
    display: block;
    display: block;
}

    #fotoVideo .col a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        min-height: 13rem;
        border-radius: 0.5rem;
    }

.overlayy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 0.5rem;
}

.glightbox:hover .overlayy {
    opacity: 1;
    pointer-events: auto;
}

.overlayy i {
    font-size: 2rem;
    color: #fff;
    transform: scaleX(-1);
}

.info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

    .info-card .icon {
        width: 60px;
        height: 60px;
        background: #fff0f0;
        color: #f4434f;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-size: 26px;
    }

    .info-card h5 {
        color: #f4434f;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .info-card p {
        color: #555;
        font-size: 15px;
        line-height: 1.6;
    }

#iletisim .form-control {
    height: 48px;
    border-radius: 6px;
}

@media (min-width: 992px) {
    #iletisim .right-info {
        margin-top: -1rem;
    }

    #iletisim .left-info {
        padding: 2rem 7rem 0 0;
    }
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="date"],
input[type="time"],
select,
textarea {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

#iletisim h2 {
    line-height: 1.3;
    font-size: 2.375rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1.25rem;
    color: var(--secondary-color);
}

#iletisim p {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--secondary-color);
}

#iletisim h2,
#iletisim h5 {
    font-family: "Poppins", sans-serif !important;
}

#iletisim h5 {
    color: var(--primary-color);
    font-weight: normal;
}

.small-checkbox .form-check-input {
    transform: scale(0.85);
    margin-top: 3px;
}

.small-checkbox .form-check-label {
    font-size: 14px;
}

.contact-cta {
    background: #ffffff;
}

#iletisim .whatsapp-btn {
    background: #e63236;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    box-shadow: 0px 5px 20px -5px rgba(205, 47, 58, 0.97);
    transition: 0.3s;
    margin: 1rem 0 3rem 0;
}

    #iletisim .whatsapp-btn:hover {
        background: #ff3b3f;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(255, 59, 63, 0.45);
    }

#iletisim .contact-info h5 {
    color: var(--secondary-color) !important;
    font-size: 1.375rem !important;
}

.contact-info p {
    color: #1f2a44;
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    font-family: "Open Sans", sans-serif !important;
}

.vertical-line {
    width: 1px;
    height: 100%;
    background: var(--primary-color);
}

#blog {
    background: #f4f9fa;
}

.content-list {
    background: #fff;
}

.content-item {
    padding: 40px 0;
}

.content-title a {
    color: #1f2a44;
    font-weight: 700;
    text-decoration: underline;
}

    .content-title a:hover {
        color: #ff3b3f;
    }

#blog .content-category {
    display: inline-block;
    color: #ff3b3f;
    font-size: 13px;
    margin: 5px 0 10px;
}

#blog .content-text {
    color: #1f2a44;
    font-size: 14px;
    line-height: 1.8;
}

#blog .read-more {
    display: inline-block;
    margin-top: 10px;
    color: #ff3b3f;
    font-size: 13px;
    text-decoration: underline;
}
#hizmetler a{text-decoration:none !important;}
#hizmetler a:hover{text-decoration:underline !important;}
#hizmetler .content-category {
    display: inline-block;
    color: var(--secondary-color);
    font-size: 1.875rem;
    font-weight:bold;
    margin: 5px 0 10px;
}

#hizmetler .content-text {
    color: #1f2a44;
    font-size: 14px;
    line-height: 1.8;
}

#hizmetler .read-more {
    display: inline-block;
    margin-top: 10px;
    color: #ff3b3f;
    font-size: 13px;
    text-decoration: underline;
}
    .read-more:hover {
        color: #e63236;
    }

.content-image {
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
}

hr {
    border-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
    html {
        font-size: 14px !important;
    }
}
.service-detail{background-color:#EFF5F7}
.dropdown-item.active, .dropdown-item:active{background-color:var(--primary-color) !important;color:white !important}

#kategori-list {
    background-color: #ebedf0;
}

.kategori-card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.kategori-card-body {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all .3s ease;
}

.kategori-card:hover .kategori-card-body {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.kategori-card h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}


.kategori-link {
    font-weight: 600;
    color: #0d6efd;
}
