@import url('https://fonts.googleapis.com/css2?family=Bungee+Outline&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meie+Script&display=swap');
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
background-color: #F6F1ED;
    scroll-behavior: smooth !important;
}

a {
    text-decoration: none;
}

p {


    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 500;
 



    color: #201f1f;
}

.container-fluid {
    max-width: 90%;
}

img {
    border-radius: 10px;
}

.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: 150px;
    height: auto;
}

.nav-item a {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    margin: 10px;
}

.navbar-nav {
    margin-right: auto;
    color: #000000;
}

.navbar-nav .nav-link {
    color: #000000;
}

.scrolled {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4 {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}

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: #2a364c;
    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;
}

.qualita p{
    font-size:18px !important;
    font-family: "Mulish", sans-serif !important;
    
}
/* carousel */
.carousel-caption {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 100%;
    /* bottom: auto;
    right: auto; */
    /* text-align: start; */
}

.carousel-caption h2 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
}

.carousel-caption p {
    color: white;
    font-family: "Mulish", sans-serif;
    text-decoration: underline;
    text-transform: uppercase;

}

.carousel-item {
    position: relative;
}

.carousel-inner {
    height: 85vh;
}

.carousel-inner img {
    filter: brightness(0.6);
    object-fit: cover !important;
    object-position: center;
    height: 85vh;
    border-radius: 0;
}


/* 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;

}

.about-1 p {
   font-size:20px;

}
.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: 100px 0;
    background: #EFE9E4;
}

.img-card {
    position: relative;
    bottom: 20%;
    left: 54%;
    background: #2a364c;
    color: #EFE9E4 !important;
    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;
}

.img-card p {
    color: white !important;
}

/* 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;
}

.kontakt-btn {
    background-color: #20BA5A !important;
    color: white !important;
}

.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,
.listttaa ul {
    list-style: none;
    padding-left: 0;
    margin-left: 20px;
}

.modal-content ul li,
.listttaa ul li {
    padding:20px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    margin-bottom: 8px;
line-height:1.5;
        font-size:18px !important;
    font-family: "Mulish", sans-serif !important;
}

.listttaa ul li:before {
    content: "✓ ";
    color: #d8ad36;
    font-weight: bold;
    position: absolute;
    left: -20px;
    margin-right: 10px;
}

.modal-content ul li:before {
    content: "✓ ";
    color: #d8ad36;
    font-weight: bold;
    position: absolute;
    left: -20px;
    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;
}

.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/uber.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 65%;


    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;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: black !important;
    background-color: transparent !important;
}

.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: 600;
    color: #a8adb6;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    margin: 0;
    text-shadow: 3px 3px 4px #0b253a;

}

.stat-label {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 29px;
    font-weight: 600;
    color: #14335c;
    font-family: "Mulish", sans-serif;
    white-space: nowrap;

}

.stat-divider {
    border-left: 1px solid #b48e26;
    /* height: 120px;
    margin: auto; */
}



.content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 80px 60px;
    justify-content: center
}

.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,
select {
    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,
select: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;
}

.conatct-carddss {
    /*background-color: #F7BD7A;*/
    padding: 20px;
    align-items: center;
    border-radius: 10px;
}
.titluu2{
    font-weight:700;
    color:#79ABD1;
    font-size:2rem;
}

.card-contact {
    border-right: solid 2px white;
}

.faq-container1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq-container {

    margin: 0 auto;
    padding: 50px;
}

.destination-btn {
    color: #000000;
    /* or your desired color */
    background-color: transparent;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color:#F7DEBF;
    margin: auto;

}

.circle i {
    color: white;
}

.destination-btn:hover {
    color: #000000;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #000000;
    --bs-nav-pills-link-active-color: #ffffff;
}

.tab-content {
    text-align: start;
    font-size: 14px !important;
    line-height: normal !important;
}

.flex-column {
     background-color: #ffff; 
      /*background: linear-gradient(to bottom, #f1d4b2, #c8e6f7);*/
    padding: 50px 10px;
    border-radius: 30px;
}
.tab-pane p{
    line-height:1.5;
    width:100%;
    font-size:20px;
}
.nav-item h3{
        font-family: "Cormorant Garamond", serif;
        font-weight:400;

}
.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;
}


.work-header {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #EDF4F6;
    background: url(../image/image9.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.serv-header {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #EDF4F6;
    background: url(../image/image23.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
}

.work1 h1 {
    border-bottom: 1px solid #E7B95B;
    color: #F6C259;
}

.work1 {
    padding-top: 20px;
    /*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 {
  
    border-radius: 12px;
    padding: 20px 15px;
    /*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);*/
/*}*/
.approach-card  p{
    font-size:20px;
    text-align:center;
    
}
 .approach-card li{
    font-size:20px !important;}
.approach-card hr{
    margin:5px !important;
}
.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);
}

.box-grid {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    gap: 16px;
    width: 41%;
}

.box {
    background: linear-gradient(135deg, #16213e, #0f3460);
 
    border: 1px solid rgba(229, 163, 94, 0.25);
    border-radius: 14px;
    padding: 10px 22px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: default;
}

.box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(229, 163, 94, 0.06) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(229, 163, 94, 0.2);
    border-color: rgba(229, 163, 94, 0.55);
}

.certeficate {
    height: 300px;
    margin: 0 auto;
    display: block;
}

/*.box1 {*/
/*    background-color: #7bc1e277;*/
/*}*/

.box5 {
    background-color: #7fc2e3a1;
}
.decor-lines {
    color: #7DAFD6 !important;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
}

.decor-lines::before,
.decor-lines::after {
    content: "";
    display: block;
    border-bottom: 2px solid #7DAFD6;
}
.title90{
    
    color:#7DAFD6 !important;
}
.box2 {
    background-color: #f7be7877;
}
.box2 p, {
    text-align:start !important;
}
.pasra299{
    text-align:center !important;
}
.box:hover::before {
    opacity: 1;
}

.box__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(229, 163, 94, 0.2), rgba(229, 163, 94, 0.05));
    border: 1px solid rgba(229, 163, 94, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    position: relative;
    z-index: 1;
}

.box__icon svg {
    width: 20px;
    height: 20px;
    stroke: #e5a35e;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.box__text {
    font-size: 17px;
    font-weight: 600;
    color: #e5a35e;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.box__line {
    width: 30px;
    height: 2px;
    background: linear-gradient(to right, transparent, #e5a35e, transparent);
    margin: 10px auto 0;
    position: relative;
    z-index: 1;
}

.title20 {
    border-top: 1px solid #E7B95B;
    color: #F6C259;
    margin: 20px auto;
    width: fit-content;}
    
.hr300 {
    border: 0;                /* Remove the default grey border */
    border-top: 2px solid #0000005d; /* Set thickness (3px) and color (black) */
    width: 100%;               /* Adjust this percentage to control the width */
    margin: 20px auto;        /* Centers the line and adds space above/below */
    opacity: 1;               /* Ensures the line is fully visible */
}
.title21{
border-bottom:none !important;
    color: #F6C259;
    margin-bottom:3px;
    margin: 20px auto;
    /*width: fit-content;*/
}


/*Animations*/
.fadeinleft {
    opacity: 0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright {
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fadeinup {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
}

.fade-in {
    opacity: 0;
    transition: all 1.3s ease-in;
}

.active-left,
.active,
.active-right,
.active-down,
.active-up {
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
}

.fadein {
    opacity: 0;
}

/*  Responsive */

@media(max-width:900px) {
    .navbar-brand {
        left: 22%;
    }

    .navbar-brand img {
        width: 120px;
    }

    .carousel-caption h2 {
        font-size: 50px;
    }

    .border-left {
        padding: 0;
        border: none;
    }

    .site-footer h2,
    .tab-content h2 {
        font-size: 30px;
    }

    .nav-item h3 {
        text-align: start;
        font-size: 20px;
    }

    .servicesss hr {
        margin: 10px !important;
    }

    .stat-divider {
        border: none;
    }

    .card-contact {
        border: none;
    }
    .service-banner{
        height:auto;
    }
        .form-row{
        display:block;
    }
    .about-1 h2{
        font-size:40px;
    }
    .testimonial-section h2{
        font-size:40px;
    }
}

@media(max-width:500px) {
    .carousel-caption {
        width: 80%;
    }

    .carousel-caption h2 {
        font-size: 40px;
    }
    .approach-card{
        padding:10px;
    }
    .cards-container{
        padding:0;
    }
    form{
        margin:10px 0;
    }

}

.lista2 ul li{
    padding:10px 0!important;
}
.row34{
    background-color:#7EBEDF !important;
}
.fon-09{
    border-bottom:none !important;
    color: #F6C259 !important;
    margin-bottom:3px;
    margin: 20px auto;
    font-size:1.7rem;
    color:#F6C259;
    /*width: fit-content;*/
    font-family: Georgia, serif;
}