@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lovers+Quarrel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
      font-family: "Jost", sans-serif;
 
    background-color: #F6F1ED;
    color: #121217;
}

html {
    scroll-behavior: smooth !important;
}

a {
    text-decoration: none;
}

p {
   font-family: "Jost", sans-serif;
    color: #201f1f ;
    font-size: 19px !important;
    font-weight: 300;
    line-height: 1.8;

}

.container-fluid {
    max-width: 90%;
}

.navbar {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background-color 0.3s ease;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand {

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px;


}

.navbar-brand img {
    width: 130px;
    height: auto;
}

.nav-item a {
    color: #ffffff;
     font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size:21px;
    margin: 10px;

}

.navbar-nav {
    margin-right: auto;
    color: #000000;
}

.navbar-nav .nav-link {
    color: #000000;
}

.scrolled {
    position: fixed !important;
    top: 0;
    width: 100%;
    /* Include your existing styles, e.g.: */
    background: rgb(255, 255, 255);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* Add other styles as needed */
}

h1,
h2,
h3,
h4 {
    font-family: "Cormorant Garamond", serif;
  
    
}
h2{
    font-size: 55px;
   
}

.offcanvas-toggle {
    margin-left: auto;
    border: 1px solid #E6B653;
}

.offcanvas {
    background-color: #FCEDCF;
    color: rgb(33, 33, 33) !important;
}

.offcanvas-body .nav-link {
    color: rgb(33, 33, 33) !important;
}

.site-footer {
    background-color: #9b6a2b;
    color: #ffffff;
    padding: 60px 0 30px;
}

.site-footer h2 {
    font-family: Georgia, serif;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 60px;
}

.site-footer h5 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.site-footer p {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.site-footer a:hover {
    color: #E6B653;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 10px;
    transition: all 0.3s;
}

.social-icons a:hover {
    border-color: #E6B653;
    color: #E6B653;
}

.footer-bottom {
    border-top: 1px solid #ffffff;
    padding-top: 30px;
    margin-top: 50px;
}

.footer-nav a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 30px;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #E6B653;
}

.copyright {
    color: #ffffff;
    font-size: 0.9rem;
}

/* carousel */
.carousel-caption {
    position: absolute;
    top: 49%;
    left: 29%;
    transform: translate(-50%, -50%);
    bottom: auto;
    right: auto;
    text-align: start;
}

.carousel-caption h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: normal;
    font-size:60px;
}

.carousel-caption p {
    color: white;
    text-align: start;
}

.carousel-item {
    position: relative;
}

.carousel-inner {
    height: 90vh;
}

.carousel-inner img {
    filter: brightness(0.6);
    object-fit: cover !important;
    object-position: bottom;
}


/* about-1 */
.para-text {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #E7B95B;
    line-height: 5px;
}

.about-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-1 h2 {
    font-size: 53px;
    font-weight: 500;
      font-family: "Cormorant Garamond", serif;
    color: #000000;
}

.about-1 h4 {
    font-weight: 400;
    font-family: "DM Sans", sans-serif !important;

}


.border-left {
    border-left: 1px solid #be956720;
    padding-left: 15px;
    margin-left: 0;
}

/* From Uiverse.io by vinodjangid07 */
.Btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;

    background-color: transparent;
}

/* plus sign */
.sign {
    width: 100%;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign svg {
    width: 17px;
}

.sign svg path {
    fill: rgb(37, 35, 35);
}

/* text */
.text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    font-weight: 600;
    transition-duration: .3s;
}

/* hover effect on button width */
.Btn:hover {
    width: 125px;
    border-radius: 40px;
    transition-duration: .3s;
}

.Btn:hover .sign {
    width: 30%;
    transition-duration: .3s;
    padding-left: 50px;
}

/* hover effect button's text */
.Btn:hover .text {
    opacity: 1;
    width: 70%;
    transition-duration: .3s;
    padding-right: 10px;
}

/* button click effect*/
.Btn:active {
    transform: translate(2px, 2px);
}

.discover-special {

    padding-top: 100px;
    background: #EFE9E4;
}

.img-card {
    position: relative;
    bottom: 20%;
    left: 54%;
    background: #BE9667;
    color: #EFE9E4;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    transition: transform 0.3s ease;
    justify-content: center !important;
    text-align: center;
}

/* CSS */
.button-17 {
    align-items: center;
    appearance: none;
    background-image: linear-gradient(to right bottom, #E7B95B, #E7B95B, #E7B95B, #E7B95B, #E7B95B, #E7B95B, #E7B95B, #E7B95B, #E7B95B, #E7B95B, #E7B95B, #E7B95B);

    border-style: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300 !important;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 5px 34px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
}

.button-17:hover {

    color: #ffffff;
    color: #e0e0e0;
    /* Text color on hover */
    box-shadow: 0px 4px 15px rgba(247, 82, 5, 0.459);
    /* Subtle shadow on hover */
}

.button-17:active {
    outline: none;
}

.button-17:focus {
    outline: none;
    border: 2px solid #4285f4;
}
.service{
    padding-top: 100px;
    padding-bottom: 100px;
}
.service-banner {
               
          background: url(../image/carousellll.jfif), rgb(0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(32, 32, 32, 1) 100%);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
     
        height: 40vh;   
                              /* Ensures tall section to see scroll */
}
.service-banner h4{
     color: rgb(0, 0, 0) ;
    font-size: 35px;
    font-weight: 500;
}

.service-banner p{
    color: rgb(33, 33, 33) ;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}


.service-card {
    position: relative;
    height: 500px;
    overflow: hidden;
    cursor: pointer;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    transition: background 0.3s ease;
}

.service-card:hover .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85));
}
      .border-left {
            border-left: 2px solid #e0e0e0;
            padding-left: 20px;
        }

        .Btn {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 45px;
            height: 45px;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            transition-duration: .3s;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
            background-color: #F6F1ED;
            text-decoration: none;
        }

        .sign {
            width: 100%;
            transition-duration: .3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sign svg {
            width: 17px;
        }

        .sign svg path {
            fill: rgb(34, 33, 33);
        }

        .text {
            position: absolute;
            right: 0%;
            width: 0%;
            opacity: 0;
            color: rgb(31, 30, 30);
            font-size: 1em;
            font-weight: 600;
            transition-duration: .3s;
            white-space: nowrap;
        }

        .Btn:hover {
            width: 180px;
            border-radius: 40px;
            transition-duration: .3s;
        }

        .Btn:hover .sign {
            width: 30%;
            transition-duration: .3s;
            padding-left: 20px;
        }

        .Btn:hover .text {
            opacity: 1;
            width: 70%;
            transition-duration: .3s;
            padding-right: 10px;
        }

        .Btn:active {
            transform: translate(2px, 2px);
        }

        .service-section {
            padding: 60px 0;
        }

        .service-section img {
            max-width: 80px;
            margin-bottom: 20px;
        }

        .service-section h4 {
            color: #333;
            font-weight: 600;
        }

        .modal-header {
            background: linear-gradient(135deg, #d8ad36 0%, #c59c2c 100%);
            color: white;
        }

        .modal-header .btn-close {
            filter: brightness(0) invert(1);
        }

        .modal-body {
            padding: 30px;
        }

        .modal-icon {
            font-size: 60px;
            color: #1f2020;
            margin-bottom: 20px;
        }

        .modal-content ul {
            list-style: none;
            padding-left: 0;
        }

        .modal-content ul li {
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .modal-content ul li:before {
            content: "✓ ";
            color: #d8ad36;
            font-weight: bold;
            margin-right: 10px;
        }
.number {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    letter-spacing: 1px;
}

.service-title {
    font-size: 32px;
    color: white;
    font-weight: 400;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-title {
    transform: translateY(-5px);
}

.service-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    opacity: 0.9;
}

.service-card:hover .arrow {
    opacity: 1;
    transform: translateX(0);
}



        /* WhatsApp Floating Button */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            background-color: #25D366;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 1000;
            text-decoration: none;
        }

        .whatsapp-float:hover {
            background-color: #20BA5A;
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
        }

        .whatsapp-float svg {
            width: 35px;
            height: 35px;
            fill: white;
        }

        /* Optional: Tooltip */
        .whatsapp-float::before {
            content: "Kontaktieren Sie uns";
            position: absolute;
            right: 70px;
            background-color: #333;
            color: white;
            padding: 8px 12px;
            border-radius: 5px;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
            font-size: 14px;
        }

        .whatsapp-float:hover::before {
            opacity: 1;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .whatsapp-float {
                bottom: 20px;
                right: 20px;
                width: 55px;
                height: 55px;
            }

            .whatsapp-float svg {
                width: 30px;
                height: 30px;
            }
        }
/* Responsive Design */
@media (max-width: 1200px) {
    .Leistungen-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .Leistungen-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        height: 400px;
    }

    .service-title {
        font-size: 28px;
    }
}


.testimonial {
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonial-item {
    background-color: #EFE9E4;
    padding: 60px 50px !important;
}

.testimonial-item i {
    color: #FFC107;
}

.testimonial-section h2 {
    font-size: 57px;
}

.nav-tabs .nav-link {
    color: #000000;
}

/* about me page */
.aboutme {
    background-color: #EDF4F6;
    padding-top: 100px;
    padding-bottom: 100px;
}

.aboutme img {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.about-header {

    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #000000;
    background: url("../image/coaching (3).jfif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 55%;
  background-blend-mode: multiply;


  align-items: center;

}
      .aboutme{
            position: relative;
            overflow: hidden;
        }
        .aboutme .pattern-layer .pattern-1{
            position: absolute;
            left: 0px;
            top: 80px;
            width: 444px;
            height: 422px;
            background-repeat: no-repeat;
          }
          
          .aboutme  .pattern-layer .pattern-2{
            position: absolute;
            right: 0px;
            top: 80px;
            width: 444px;
            height: 422px;
            background-repeat: no-repeat;
          }


.contact-header {

    background-color: #000000;
    background: url(../image/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-blend-mode: multiply;
  padding-top: 200px;
    padding-bottom: 200px;
  display: flex;
  align-items: center;
}


.aboutme h2 {
    font-size: 57px;
    color: #E6B653;
}

.aboutme ul {
    list-style-type: none;
}

.stats-section {
    background-color: #e8e9eb;
    padding: 80px 0;
}

.stat-item {
    position: relative;
    text-align: center;
}

.stat-number {
    font-size: 160px;
    font-weight: 300;
    color: #0b253a;
    line-height: 1;
      font-family: "Cormorant Garamond", serif;
    margin: 0;
      text-shadow: 3px 3px 4px #0b253a;
    
}

.stat-label {
    position: absolute;
    top:70%;
    left: 70%;
    transform: translate(-50%, -50%);
    font-size:52px;
    font-weight: 300;
    color: #b48e26;
    font-family: "Lovers Quarrel", cursive;
    white-space: nowrap;

}

.stat-divider {
    border-left: 1px solid #b48e26;
    height: 120px;
    margin: auto;
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 100px;
    }

    .stat-label {
        font-size: 18px;
    }

    .stat-divider {
        display: none;
    }
}

.content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 80px 60px;
}

.left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.label {
    font-size: 12px;
    letter-spacing: 3px;
    color: #8b7355;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.description {
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 15px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #555;
}

.contact-item svg {
    width: 20px;
    height: 20px;
    color: #8b7355;
}

.form-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

input,
textarea {
    padding: 15px 20px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #F6F1ED !important;
    margin-bottom: 10px;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #8b7355;
    background: white;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-group label {
    font-size: 13px;
    color: #666;
    cursor: pointer;
}

.checkbox-group a {
    color: #8b7355;
    text-decoration: underline;
}

.submit-btn {
    background: #4a5c4a;
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #3a4c3a;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(74, 92, 74, 0.3);
}

.submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.success-message {
    display: none;
    padding: 15px;
    background: #d4edda;
    color: #155724;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
}

.error-message {
    display: none;
    padding: 15px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
}
.faq-container1{
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq-container {

    margin: 0 auto;
    padding:50px;
}
.destination-btn {
  color: #ffffff; /* or your desired color */
  background-color: transparent;
}

.destination-btn:hover {
  color: #ffffff;
}
.nav-pills {
  --bs-nav-pills-link-active-bg: #ffffff;
  --bs-nav-pills-link-active-color: #000000;
}
.tab-content {

    text-align: justify;
    font-size: 14px !important;
    line-height: normal !important;
}
.flex-column{
    background-color: #055c81;
    padding: 10px 0;
}
.accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 15px;
}

.accordion-button {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 200, 100, 0.3);
    border-radius: 25px !important;
    color: #271800;
    font-weight: 500;
    padding: 28px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 21px;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0.9);
    color: #f5a623;
    box-shadow: 0 4px 12px rgba(245, 166, 35, 0.15);
}

.accordion-button:hover {
    background-color: rgba(255, 255, 255, 0.85);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 166, 35, 0.25);
    border-color: #f5a623;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f5a623'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 200, 100, 0.2);
    border-top: none;
    border-radius: 0 0 25px 25px;
    padding: 25px 30px;
    margin-top: -10px;
    color: #666;
    line-height: 1.6;
}

.accordion-collapse {
    border: none;
}

/* Custom animation */
.accordion-button::before {
    content: '✓';
    margin-right: 12px;
    font-weight: bold;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .accordion-button {
        padding: 15px 20px;
        font-size: 14px;
    }

    .accordion-body {
        padding: 20px;
    }
}

.work-header {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #EDF4F6;
    background: url(../image/pexels-yankrukov-7693754.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.serv-header{
      padding-top: 200px;
    padding-bottom: 200px;
    background-color: #EDF4F6;
    background: url(../image/serv-header.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.work1 h1 {
    border-bottom: 1px solid #E7B95B;
    color: #F6C259;
}

.work1 {
    padding-top: 100px;
    padding-bottom: 100px;
}


.service-item {
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.service-icon:hover {
    background-color: #db9524;
}

.service-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border: 2px solid #db9524;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.service-icon::before {
    content: '»';
    font-size: 24px;
    color: #6c757d;
    font-weight: bold;
}


.service-item::after {
    content: '';
    position: absolute;
    left: 24px;
    top: 50px;
    width: 2px;
    height: calc(100% + 40px);
    background-color: #e0e0e0;
    z-index: 1;
}

.service-item:last-child::after {
    display: none;
}

.other-content h2 {
    color: #db9524;
}

.make-contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, hsl(40, 90%, 66%) 50%);
}

.service-page h1 {
    border-bottom: 1px solid #E7B95B;
}

.cards-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.approach-card {
    background-color: var(--card-bg);
    border-radius: 12px;
    padding: 40px 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.approach-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}

.card-icon svg {
    width: 100%;
    height: 100%;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.3;
}

.card-subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.card-description {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 30px;
    flex-grow: 1;
}

.card-button {
    background-color: var(--button-bg);
    color: white;
    border: none;
    padding: 12px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    align-self: flex-start;
}

.card-button:hover {
    background-color: var(--button-hover);
    transform: translateX(5px);
    color: white;
}

.card-button::after {
    content: '›';
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.card-button:hover::after {
    transform: translateX(3px);
}

@media (max-width: 991.98px) {
    .approach-card {
        margin-bottom: 30px;
    }
}


/* Media Queries */
@media (max-width: 1440px) {
    .carousel-caption h2 {
        font-size: 50px !important;
     
    }
    .carousel-caption{
top:20%
    }
    .carousel-inner {
        height:80vh !important;
    }
  
}


/* Large devices (desktops, 992px and up) */
@media (max-width: 1200px) {
    .carousel-caption h2 {
        font-size: 50px !important;
    }
    
    .carousel-inner {
        height: 70vh;
    }
  
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .carousel-caption {
        top: 50%;
        left: 50%;
    }
    
    .carousel-caption h2 {
        font-size: 40px;
    }
    
    .carousel-caption p {
        font-size: 16px;
    }
    
    .carousel-inner {
        height: 60vh;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
    .navbar-brand{
        left: 21%;
    }
    .approach-card {
        padding: 30px 25px;
    }

    .card-title {
        font-size: 1.3rem;
    }

    .card-subtitle {
        font-size: 1rem;
    }

    .card-description {
        font-size: 0.95rem;
    }
    .carousel-caption {
        top: 60%;
        left: 50%;
    }
    
    .carousel-caption h2 {
        font-size: 32px;
    }
    
    .carousel-caption p {
        font-size: 14px;
    }
    
    .carousel-inner {
        height: 90vh;
    }
         .carousel-inner img {
        height: 90vh;
    }  
    
    .approach-card {
        padding: 30px 25px;
    }

    .card-title {
        font-size: 1.3rem;
    }

    .card-subtitle {
        font-size: 1rem;
    }

    .card-description {
        font-size: 0.95rem;
    
}
.img-card{
    left: 0%;
}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .carousel-caption {
        top: 61%;
        left: 50%;
        width: 90%;
    }
    
    .carousel-caption h2 {
        font-size: 21px;
        line-height: 1.2;
    }
    
    .carousel-caption p {
        font-size: 10px;
        margin-bottom: 10px;
    }
    
    .carousel-inner {
        height: 60vh;
    }
     .carousel-inner img{
        height: 60vh;
    }
    .img-card{
    left: 0%;
}
}
@media (max-width: 400px) {
    .carousel-caption h2 {
        font-size: 20px;
    }
    
    .carousel-caption p {
        font-size: 11px;
    }
    
    .carousel-inner {
        height: 60vh;
    }
      .carousel-inner img{
        height: 60vh;
    }
    .img-card{
    left: 0%;
}
.about-1 h2 {
    font-size: 32px;
}
h2{
    font-size: 40px;
}
.testimonial-item {
    background-color: #EFE9E4;
    padding: 49px 19px !important;
}
}
/* Tablet and below */
@media (max-width: 968px) {
    .content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 40px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .content {
        padding: 40px 20px;
        gap: 30px;
    }
    
    .label {
        font-size: 11px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    
    .description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    .contact-info {
        gap: 15px;
    }
    
    .contact-item {
        gap: 12px;
        font-size: 14px;
    }
    
    .contact-item svg {
        width: 18px;
        height: 18px;
    }
    
    .form-section {
        gap: 15px;
    }
    
    input,
    textarea {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    textarea {
        min-height: 100px;
    }
    
    .submit-btn {
        padding: 15px 30px;
        font-size: 15px;
        width: 100%;
    }
    
    .checkbox-group label {
        font-size: 12px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .content {
        padding: 30px 15px;
    }
    
    .submit-btn {
        padding: 14px 25px;
        font-size: 14px;
    }
    .site-footer h2{
       font-size: 21px; 
    }
}