/* General Styles */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
}

header {
    background-color: #ffffff;
    padding: 10px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.form input:focus{
    outline: none;
}

.logo {

    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}
/* .logo img{
    filter: brightness(0) invert(1)
} */

/* Navbar for desktop */
.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.navbar ul li {
    margin-left: 20px;
}

.navbar ul li a {
    text-decoration: none;
    color: #E7590F; /* White color for menu items */
    font-size: 16px;
    transition: color 0.3s ease;
}

.navbar ul li a:hover {
    color: #f0a500;
}

/* Menu Toggle for mobile */
.menu-toggle {
    display: none;
    width: 30px;
    height: 30px;
    background: none;
    color: #E7590F; /* White color for toggle icon */
    font-size: 30px;
    cursor: pointer;
    z-index: 1100;
    position: relative;
}

.menu-toggle::before {
    content: '\2630'; /* Unicode for the hamburger menu icon */
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Close icon */
.menu-toggle.active::before {
    content: '\2715'; /* Unicode for the close icon */
    transform: rotate(90deg);
}
#about-img-1{
    display: none;
}






/* Responsive styles */
@media screen and (max-width: 768px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -250px; /* Initially hidden off-screen */
        width: 250px;
        height: 100%;
        background-color: #0a1122;
        flex-direction: column;
        transition: right 0.3s ease;
        z-index: 1000; /* Ensures it's on top */
    }
    #about-img-1{
        display: block;
    }
    #about-img-2{
        display: none;
    }

    .navbar ul {
        flex-direction: column;
        padding: 60px 20px;
    }

    .navbar ul li {
        margin-bottom: 25px;
        margin-left: 0;
    }

    .menu-toggle {
        display: block; /* Show toggle on mobile */
    }

    .navbar.active {
        right: 0; /* Slide in from right */
    }
}

/* Animation for Links */
.navbar ul li a {
    opacity: 0;
    transform: translateX(20px);
    animation: fadeInRight 0.3s forwards;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.navbar ul li:nth-child(1) a {
    animation-delay: 0.1s;
}

.navbar ul li:nth-child(2) a {
    animation-delay: 0.2s;
}

.navbar ul li:nth-child(3) a {
    animation-delay: 0.3s;
}

.navbar ul li:nth-child(4) a {
    animation-delay: 0.4s;
}

.navbar ul li:nth-child(5) a {
    animation-delay: 0.5s;
}




.sec-7 .items {
    height: 100px;
}

body, html {
    overflow-x: hidden !important;
}

.nav-item {
    color: rgb(255, 255, 255);
    margin-left: 25px;
    font-size: 15px;

    text-transform: uppercase;
}


.nav-item.nav-link:hover {
    color: white;
}

body {
    /* background-color: #0c1632;  */
    /* color: #fff; */
    font-family: outfit, sans-serif;
}

.about-img {
    width: 100%;
    height: 500px;
    overflow: hidden;


}

.about-img img {

    width: 100%;
    height: auto;
}
.sec-1{
    background-image: url(../img/try1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #0c1632; */
    padding: 60px 0;
    /* background-image: url(../img/try1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}
.sec-11 h2{
    color:#fb8856;
}
.sec-11 p{
    color: #fb8856;
}
.sec-11 h4{
    color: black;
}
.sec-11 a{
    text-decoration: none;
    color: #000;
}
.hero-text {
    max-width: 600px;
    margin-left: 30px;
}

.hero-text h1 {
    font-size: 54px;
    font-weight: bold;
    color: #ff4500;
}

.hero-text p {
    font-size: 25px;
    /* font-weight: 700; */
    /* margin-top: 20px; */
}

.btn-primary {
    background-color: rgb(255 122 93);
    border: none;
    padding: 15px 19px;
    font-size: 1.2rem;
    margin-top: 30px;
}

.btn-primary:hover, .btn-primary:active{
    background-color:rgb(255 122 93) !important;
}

.about-us {
    padding: 80px 0px;
}

.about-us h1 {
    color: #ff4500;
    font-size: 45px;
    font-weight: bold;

}

.about-us p {
    font-size: 20px;
    /* font-weight: 700; */

}

.sec-2 img {
    width: 450px;
    height: auto;
}

.services-section {
    padding: 10px 0;
    background-color: #f8f9fa;
    /* Light background for the section */
}

.service-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.2s;
}

/* .owl-carousel{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.owl-carousel .items {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.owl-carousel .items img {
    width: 100%;
    height: 100%;

}

.owl-carousel #large-icon {
    /* border: 2px solid red; */
    width: 100px;
}

.service-box h3 {
    width: 100%;
    font-size: 30px;
}

.service-box p {
    width: 100%;
}

.service-box:hover {
    transform: translateY(-10px);
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.service-description {
    font-size: 1rem;
    color: #6c757d;
}

.testimonial-section {
    padding: 10px 0;
    background-color: #f8f9fa;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.2s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial-role {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 1rem;
    color: #6c757d;
}

.contact-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.contact-info {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.contact-info h4 {
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
}

.form-control {
    margin-bottom: 20px;
}

/* .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
} */
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
    padding: 20px;
    /* Adjust padding as needed */
}

footer {
    background-color: #000000;
    /* Footer background color */
    color: #ffffff;
    /* Footer text color */
    text-align: center;
    padding: 10px 20px;
    margin-top: auto;
}
footer a{
    margin: 5px;
}
form {
    display: flex;
    justify-content: center;
}

.form {
    padding: 20px 30px 30px 30px;
    background-color: white;
    color: black;
    border-radius: 10px;
    height: auto;
    width: 430px;
}

.form h4 {
    font-weight: 600;
    color: #007bff;
    border-bottom: 1px solid orange;
    padding-bottom: 15px;
    color: orange;
}

.form input {
    border: none;
    margin-top: 5px;
    border-bottom: 1px solid rgb(146, 146, 146);
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 10px;
}

.sec-1 .form select {
    border: none;
    width: 100%;
    padding-bottom: 5px;

    border-bottom: 1px solid rgb(146, 146, 146);
}

.sec-1 .form textarea {
    border: none;
    border-bottom: 1px solid rgb(146, 146, 146);
}

.form button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: orange;
    border: none;
    padding: 10px 95px;
    color: white;
    font-weight: bolder;
    border-radius: 8px;
    width: 100%;
}

/* section 1 end */
.services-box {
    display: flex;
    justify-content: center;
    align-items: center;

}

.service {
    margin: 8px;
}

.flip-box {
    background-color: transparent;
    width: 250px;
    height: 200px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;

    display: flex;
    justify-content: center;
    align-items: center;
}


.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-box-front {
    background-color: #fff;
    color: black;
    border-radius: 10px;
}

.flip-box-front img {
    height: 90px;
    width: 90px;
}

.flip-box-back {
    background-color: #ffffff;
    color: #000;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 16px;
}

.flip-box h2 {
    font-size: 16px !important;
    margin-top: 20px;
}

.sec-3 .part-1 h2 {
    font-size: 45px;
    color: #ff4500;
    font-weight: bold;

}

.sec-3 .part-1 p {
    font-size: 20px;
    /* font-weight: 700; */
}

h3 {
    font-size: 30px;
    color: #ff4500;
}

h2 {
    font-size: 45px;
    font-weight: bold;
    color: #ff4500;
}

.sec-5 {

    background-image: url(../img/try1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}


.hero-section{

    background-image: url(../img/try1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  
}


.sec-8 {

    background-image: url(../img/try1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.sec-4 p {
    font-size: 20px;
    /* font-weight: 700; */

}

.sec-4 li {
    font-size: 20px;
    padding: 5px 0px;
}

.sec-5 li {
    font-size: 20px;
    padding: 5px 0px;
}

.sec-6 li {
    font-size: 20px;
    padding: 5px 0px;
}

.sec-6 p {
    font-size: 20px;
}

/* .experience */
.experience {
    position: relative;
    padding: 45px 0 15px 0;
}

.experience .timeline {
    position: relative;
    width: 100%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #EF233C;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #EF233C;
    border-radius: 16px;
    z-index: 1;
}

.experience .timeline .timeline-item.right::after {
    left: -8px;
}

.experience .timeline .timeline-item::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 46px;
    right: 10px;
    z-index: 1;
    border: 10px solid;
    border-color: transparent transparent transparent #dddddd;
}

.experience .timeline .timeline-item.right::before {
    left: 10px;
    border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #EF233C;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 30px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #dddddd;
    box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
}

.experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
}



@media (max-width: 767.98px) {
    .experience .timeline::after {
        left: 8px;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }

    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after,
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }

    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }

    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
/* .card */


/* Different colors for each card */

/* #cardsec-2 {
    margin-top: -80px;
    margin-right: -180px;
} */

.sec-8 .one {
    box-shadow: 5px 5px 15px 15px rgba(185, 185, 185, 0.325);
    border-radius: 8px;
    padding: 20px 15px;
}

.sec-8 .two {
    display: none;
    box-shadow: 5px 5px 15px 15px rgba(185, 185, 185, 0.325);
    border-radius: 8px;
    padding: 20px 15px;
}

.sec-8 li {
    font-size: 20px;
    padding: 5px 0px;
}

/* flip */


.sec-4 .flip-box {
    background-color: transparent;
    width: 200px;
    height: 200px;
    border: none !important;

    border-radius: 10px;
    perspective: 1000px;
}

.sec-4 .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    /* transform: rotate(45deg); */

    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-4 .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.sec-4 .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.sec-4 .flip-box-front {
    background-color: rgb(0, 0, 0);

    border-radius: 10px;
    overflow: hidden;


}

.sec-4 .flip-box-front img {
    /* transform: rotate(-45deg); */
    /* background-color: #000; */
    /* margin-top: 80px; */
    height: 100%;
    width: 100%;
    opacity: 0.5;
}


.sec-4 .flip-box-front h2 {
    color: white;
    position: absolute;
    font-size: 15px;
}

.sec-4 .flip-box-back {
    background-color: #071441;
    color: #ffffff;
    transform: rotateY(180deg);
    border-radius: 10px;
    border: none;
    padding: 16px;
}

.sec-4 .flip-box h2 {
    /* transform: rotate(-45deg); */
    font-size: 16px !important;
    /* margin-top: -5px;
    margin-left: 35px; */
}

.sec-4 .flip-box-back p {
    font-size: 14px;
}

/* Service-img section css start  */
.Service-img {
    border: 2px solid red;
    width: auto;
    height: 100%;
}

/* laptop */
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .hero-section .row{
        display: flex;
        flex-wrap: nowrap;

    }
    .sec-4 .flip-box{
        width: 180px;
        height: 180px;
    }


}
/* tablet screen start */

@media (max-width: 768px) {
    .hero-text p{
        text-align: center;
    }
    .about-img {
        width: 100%;
        height: 450px;
        overflow: hidden;


    }
    
    .hero-text h1 {
    font-size: 54px;
    font-weight: bold;
    color: #ff4500;
}

    .about-us {
        padding: 20px 0px;
    }


    h1, h2 {
        font-size: 36px !important;
    }

    h3 {
        font-size: 25px;
    }

    p {
        font-size: 16px !important;
    }

    .hero-text {
        margin: 0px;
        padding: 20px 0px;
        max-width: 100%;

    }

    /* .col-md-6 {
        width: 100%;
    } */
    .form {
        height: auto;
        width: auto;
    }

    .sec-2 img {
        width: 250px;
        height: 250px;
    }

    .services-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .service-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
        margin-top: 15px !important;
    }

    .service-box h3 {
        font-size: 20px;
    }

    .testimonial-section {
        padding: 20px 0;

    }

    .sec-4 .btn-p{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

.box-reverse{
    display: flex;
    flex-direction: column-reverse;

}
.row.px-2.m-lg-5.modal-content {
    max-width: 100%;
    margin-left: 0px;
}



}

@media (max-width: 768px) {
    .about-img {
        height: 800px;
    }
    .navbar ul li a{
        color: white;
    }

}

@media (max-width: 575px) {
    
    .service{
        width: 44%;
    }
    header{
        padding: 10px;
    }
    
   .kavita {
    font-size: 37px !important;
}

.our-mod{
    font-size: 28px;
}
    
    .about-img {
        height: 420px;
    }

    h1, h2 {
        font-size: 28px !important;
        text-align: center;
    }

    p {
        font-size: 14px !important;
    }

    .btn-primary {
        font-size: 14px;
        margin-top: 5px;
    }


    .sec-11 h4{
        text-align: center;
    }

    .hero-section {
        padding: 20px 20px;
    }
    .hero-section .btn-primary {
        display: none;
    }

    .form h4 {
        text-transform: capitalize;
       font-size: 15px;
        color: #ffc107;
    }
    
    .about-us p {
    font-size: 20px;
    /* font-weight: 700; */
    text-align: center;
}

    .about-us {
        padding: 0px 0px;
    }

    .about-content {
        padding: 10px 30px;
    }

    .sec-3 {
        padding: 0px 10px;
    }

    .flip-box {
        width: 100%;
        height: 210px;
    }

    li {
        font-size: 16px !important;
    }

    .sec-4 .service {
        width: 47%;
        margin-right: 0px;
    }

    .sec-4 .flip-box {
        width: 100%;
        height: 128px;
    }

    .sec-4 .flip-box-inner {
        
        transform: rotate(0deg);
    }

    #cardsec-1 {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 0px !important;
        margin-top: 0px;

    }

    #cardsec-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 0px;
        margin-right: 0px !important;
    }

    
        .sec-4 .flip-box-front img {
        transform: rotate(0deg);
        /* margin-left: 0px; */
        height: 100%;
        width: 100%;
        margin: 0px ;
    }
    

    .sec-4 .flip-box h2 {
        transform: rotate(0deg);
        font-size: 20px !important;
        margin-top: 10px;
        margin-left: 0px;
    }

    .sec-5 {
        padding: 0px 10px;
    }

    .sec-6 {
        padding: 10px 10px;
    }
    .sec-6 p {
        text-align: center;
    }

    .testimonial-section {
        padding: 10px 0;
        background-color: #f8f9fa;
    }

    .sec-7 {
        padding-bottom: 10px;
    }

    .owl-carousel .items {
        height: 90px;
    }

}
/* General styling for the button */
.modal-button {
    background-color: #ff5722;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
  }
  
  /* Modal styling */
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Hidden by default */
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }
  
  .modal:target {
    display: flex; /* Show the modal when targeted */
  }
  
  .modal-content {
    color: black;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 95%;
    text-align: left;
    position: relative;
  }
  
  .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    text-decoration: none;
    color: #aaa;
  }
  
  .close:hover {
    color: #000;
  }
  