/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: 'Montserrat'
}

/* NavBar Begins */
.navbar {
    background: #fff;
}

.active {
    color: #DC2229 !important;
}

.active-footer {
    color: #fdbe43 !important;
}

.activeNav {
    background: #fff;
    box-shadow: 1px 2px 30px #c6c6c661;
    backdrop-filter: blur(4px);
}

.BookNow {
    background: #DC2229 !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 25px;
    transition: all 1s ease;
}

.BookNow:hover {
    background: #ba2d31 !important;
    color: white !important;
}
.BookNow:active {
    background: #ba2d31 !important;
    color: white !important;
}

.HeaderImage {
    border-radius: 30px;
}

.logo-header {
    height: 80px;
    object-fit: contain;
}

/* NavBar End */

/* About Us Begins */

.Vission-Mission {
    position: relative;
}

.Vission-Mission::before {
    position: absolute;
    content: "";
    width: 4px;
    border-radius: 1px;
    height: 35px;
    background-color: #DC2229;
}

.Our-Story {
    border: 1px solid #fdbe43;
    width: 100%;
    height: max-content;
    border-radius: 5px;
    position: relative;
}

.Our-Story .image-primary {
    object-fit: cover;
    height: 320px;
    border-radius: 5px;
}

.secondary-image {
    border: 1px solid #fdbe43;
    width: 68%;
    height: max-content;
    border-radius: 5px;
    position: absolute;
    bottom: -52px;
    right: 51%;
}

.secondary-image-vission {
    border: 1px solid #fdbe43;
    width: 68%;
    height: max-content;
    border-radius: 5px;
    position: absolute;
    bottom: -52px;
    left: 51%;
}

.image-secondary {
    object-fit: cover;
    height: 180px;
    border-radius: 5px;
}

.Why-Clients-Trust-Us {
    background: #FCF8EF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.Choose-Us-Card {
    background: white;
    padding: 15px;
    box-shadow: 0px 3px 20px #e6e6e696;
    width: 21em;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: space-evenly;
    align-items: self-start;
    gap: 15px;
    position: relative;
}

.Choose-Us-Card::before {
    position: absolute;
    content: "";
    height: 5px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background: #074721;
    inset: 0;
}

.Choose-us-icon {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #F2F6F4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.Experts-Card {
    cursor: pointer;
    border: 1px solid #d2cece8a;
    padding: 15px;
    width: 18em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
}

.Experts-Card:hover {
    box-shadow: 1px 2px 20px #d2cece8a;
    border: none;
}

.Expert-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #fdbe43;
}

.Expert-image img {
    object-fit: cover;
    border-radius: 50%;
}

.Proven-Rescult {
    background: #DC2229;
    padding: 20px;
}

.Proven-Result-Card {
    background: transparent;
    border-right: 1px solid #ffcc6885;
    width: 25%;
}

.Proven-Result-Card:nth-child(4) {
    border: none !important;
}

/* About Us End */


/* Contact Us Begins */
/* Hero Section Contact Us */
.hero-section {
    margin-top: 75px;
}

.Get-In-Touch {
    background: #074721;
    width: 100%;
    color: white;
    position: relative;
    padding-top: 40px;
}

.get-in-touch-line {
    width: 6em;
    height: 3px;
    border-radius: 1px;
    background: #fdbe43;
}

.hero-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.hero-image {
    position: relative;
}

.hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #074721 -7px, rgba(7, 71, 33, 0) 55px, rgba(255, 255, 255, 0) calc(73% - 212px), #ffffff 83%);
}

.hero-image-after {
    background: #074721;
    width: 100%;
    /* height: 100px; */
    position: relative;
    /* margin-bottom: 12em; */
}

.Contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #FCF8EF;
}

.contact-card {
    border: none !important;
    border-radius: 5px !important;
    box-shadow: 0px 5px 24px #c0c0c07a;
    transition: all 0.5s ease;
    cursor: pointer;
}

.contact-card:hover {
    transform: translateY(-8px);
}

.card-body {
    padding: 25px !important;
}

.contact-card::before {
    content: "";
    position: relative;
    height: 5px;
    background-color: #DC2229;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.Contact-box {
    position: relative;
    top: -4em;
}

.Contact-Us-Box {
    background: #FCF8EF;
    /* margin-top:11em; */
    padding: 80px 30px;
}

.formBox {
    padding: 20px;
    background: white;
    box-shadow: 0px 16px 20px #d5d5d57d;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 8px;
}

.SendMessage {
    position: relative;
}

.SendMessage::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 35px;
    border-radius: 1px;
    background: #DC2229;
}

.Input-Box {
    border: 1px solid #e4e4e4 !important;
    outline: none !important;
    color: #6b6a6a !important;
    border-radius: 5px;
}

.Input-Box::placeholder {
    color: #a19c9c !important;
}

.Send-Message-btn {
    background: #DC2229;
    padding: 10px 5px;
    border: none !important;
    outline: none !important;
    color: white;
    border-radius: 6px;
}

.office-hours {
    position: absolute;
    border-radius: 5px;
    background: #074721;
    padding: 15px 30px;
    right: 13em;
    top: 12em;
    width: 80%;
}

.office-hours::before {
    content: "";
    position: absolute;
    background: #fdbe43;
    width: 3px;
    inset: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.map-wrapper {
    width: 100%;
    height: 33em;
    /* full screen */
    position: relative;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.nearby {
    position: absolute;
    background: white;
    box-shadow: 0px 16px 20px #d5d5d57d;
    border-radius: 5px;
    padding: 25px 30px;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 30em;
    border-radius: 3px !important;
}

.nearby::before {
    position: absolute;
    content: "";
    inset: 0;
    background: #074721;
    height: 5px;
}

.reach-us {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #074721;
}

/* .HeroImage{
    position: relative;
}
.HeroImage::before{
    content: "";
    position: absolute;
    background: rgba(255 , 255 , 255 , 0.5);
    inset: 0;
}
.HeroHeading{
    position: absolute;
    bottom: 5em;
    left: 8em;
}
.HeroHeading h1{
    font-weight: 600;
    font-size: 3em;
    color: #363636;
} */

/* Contact Form Contact Us */

/* .ContactUsHeader{
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.ContactBtn{
    padding: 10px;
    border: 1px solid #6c6a6a33 ;
    background: transparent;
    border-radius: 5px;
    transition: all 0.7s ease;
}
.ContactBtn:hover{
    background: #363636;
    color:white;
    transform: translateX(8px);
}
.SicialIcon{
    background: #363636;
    color: white;
    padding: 8px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    box-shadow: 1px 2px 30px #8f8f8fb8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Contact-information{
    border-right: 1px solid #6c6a6a33;
}
.ClientDetails input,textarea{
    background: transparent;
    border: 1px solid #6c6a6a33 ;
    border-radius: 8px;
    padding: 10px;
    outline: none;
}
.ClientDetails input::placeholder{
    color: #b0b0b0;
}
.ClientDetails textarea::placeholder{
    color: #b0b0b0;
}
.SendMessage{
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #363636;
    border-radius: 8px;
    border: none;
    outline: none;
    color: white;
    box-shadow: 0px 1px 20px #8f8f8f69;
    transition: 1s all ease;
    gap: 15px;
}
.SendMessage:hover{
    transform: translateX(5px) scale(1.01);
} */

/* Contact Us End */


/* Footer Begins */

.Footer {
    background: black;
}

.Newsletter-input {
    padding: 8px;
    border: 1px solid #074721;
    outline: none;
    border-radius: 5px;
    background: transparent;
    color: white;
}

.Newsletter-input::placeholder {
    color: #919191 !important;
}

.BorderBefore {
    position: relative;
    margin-left: 16px;
}

.BorderBefore::before {
    position: absolute;
    content: "";
    background: #DC2229;
    width: 5px;
    height: 30px;
    border-radius: 1px;
    left: -10px;
}

.QuickNavigation a:hover {
    color: #fdbe43;
}

.Subscribe-btn {
    background: #fdbe43;
    padding: 5px;
    border: none;
    outline: none;
    border-radius: 5px;
}

.Subscribe-btn:hover {
    background: white;
}

.Socialmediaicons {
    background: #074721;
    border-radius: 50%;
    color: white;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.CpoyRight {
    padding: 20px 24px;
    background: #074721;
}

.CpoyRight a {
    text-decoration: none;
    color: white;
}

.MapLocation iframe {
    width: 400px;
}

.MapColumn {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Footer End */

/* Services Begins */

.hero-image-services img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.hero-image-services::before {
    /* content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #074721 23px, rgba(7, 71, 33, 0) 103px); */
}

.Filter {
    position: relative;
    width: 75%;
    background: white;
    padding: 20px;
    border-radius: 8px;
    justify-self: anchor-center;
    bottom: 80px;
    box-shadow: 0px 4px 15px #d4d4d482;
}

.filter-search {
    position: relative;
    border: 2px solid #fdbe43;
    padding: 13px;
    border-radius: 5px;
}

.filter-search .Icon {
    position: absolute;
    top: 12px;
    left: 10px;
}

.filter-search .Icon i {
    font-size: 20px;
}

.filter-search input {

    background: transparent;
    outline: none;
    border: none;
    width: 100%;
    color: #8b8b8b;
    margin-left: 25px;
}

.filter-search input::placeholder {
    font-size: 15px;
    color: #8b8b8b;
}

.Category-btn {
    /* width: 112px; */
    border-radius: 50px;
    padding: 5px 12px;
    background: #f4f6f7;
    border: none;
    color: #585c62;
    font-weight: 500;
}

.Category-btn.active-btn {
    background: #074721;
    color: white;
}

.Filter-Drop-Down {
    justify-self: end;
}

.category-wrapper {
    display: flex;
    gap: 12px;
    overflow: hidden;
    max-height: 40px;
    transition: max-height 0.4s ease;
}

.Services-Details {
    padding: 30px 10px;
    background: #FCF8EF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.Professional-Services {
    position: relative;
}

.Professional-Services::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 40px;
    background: #DC2229;
    border-radius: 1px;
}

.Sercvices-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 18em;
    border: none;
    box-shadow: 1px 2px 20px #a19c9c57;
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
    justify-content: space-between;

}

.Sercvices-card::before {
    position: absolute;
    content: "";
    height: 6px;
    background: #DC2229;
    inset: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.Book-Session-btn {
    padding: 5px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #074721;
    color: #074721;
    transition: all 0.3s ease;
    cursor: pointer;
}

.Book-Session-btn label,
i {
    cursor: pointer;
}

.Book-Session-btn:hover {
    background: #074721;
    color: white;
}

.Tick-mark {
    background: #fdf7ec;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Why-Choose-Us-Image img {
    box-shadow: 1px 2px 30px #cbcbcb;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gallery Page begins */

.hero-image-gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.hero-image-gallery::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #074721 -7px, rgba(7, 71, 33, 0) 55px, rgba(255, 255, 255, 0) calc(73% - 212px), #ffffff 103%);
}

.gallery-section {
    padding: 40px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 15px;
}

.gallery-grid .item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.gallery-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-grid .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #074721;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-grid .item:hover img {
    transform: scale(1.08);
}

.gallery-grid .item:hover::after {
    opacity: 0.6;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 2;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.gallery-grid .item:hover .overlay-text {
    opacity: 1;
}


/* Custom sizes like your screenshot */
.item-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.item-2 {
    grid-row: span 2;
}

.item-3 {
    grid-column: span 1;
}

.item-4 {
    grid-column: span 1;
}

.item-5 {
    grid-column: span 2;
}

.item-6 {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }
}

.Activities {
    background: #FCF8EF;
    padding: 25px 35px 45px 35px;
}

.Captured-Triumphs {
    position: relative;
}

.Captured-Triumphs::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 70px;
    background: #DC2229;
    border-radius: 1px;
}

.Event-Cards {
    width: 100%;
    overflow-x: auto;
    display: flex;
}

.Group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Activities-card {
    flex: 0 0 18em;
    position: relative;
    border: none;
    box-shadow: 0px 3px 20px #dbdbdb;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
    margin-right: 20px;
}

.Activities-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #fdbe43;
}

/* Scrool  Bar */
.Event-Cards::-webkit-scrollbar {
    height: 8px;
    /* horizontal scrollbar height */
}

.Event-Cards::-webkit-scrollbar-track {
    background: #f0f0f0;
    /* scrollbar track color */
    border-radius: 4px;
}

.Event-Cards::-webkit-scrollbar-thumb {
    background: #074721;
    /* scrollbar thumb color */
    border-radius: 4px;
}

/* on hover, line expands */
.Activities-card:hover::before {
    width: 100%;
}

.Activities-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.Activities-card:hover img {
    transform: scale(1.04);
}

.Activities-card:hover p {
    color: #DC2229 !important;
}

.Card-texts {
    padding: 15px !important;
}

/* Gallery Page End */


/* Home section Begins */

.hero-image-Home-page img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.hero-image-Home-page::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 600px;
    background: #074721;
    opacity: 0.4;
    inset: 0;
}

.Home-hero-section-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: calc(100% - 70%);
    width: 100%;
    gap: 10px;
}
.Explore-courses-btn{
    padding: 10px 25px;
    background: #fdbe43;
    color: black;
    border-radius: 5px;
    border: none;
}
.Explore-courses-btn:hover{
    background: white;
}
.Our-Academic-card{
    border: none;
    background: white;
    box-shadow: 1px 2px 20px #d0d0d09e;
    padding: 15px;
    width: 22em;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
    position: relative;
}
.Our-Academic-card::before{
    content: "";
    position: absolute;
    height: 4px;
    background: #DC2229;
    bottom: 0;
    width: 100%;
    left: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius:8px ;
}
.Our-Academic-card .Icon-bg{
    background: #F9FAFB;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Why-choose-list-icon{
    background: #06381A;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #005f26;
     display: flex;
     align-items: center;
     justify-content: center;
}
.choose-img-box{
    position: relative;
}
.choose-img-box::before{
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    border-top: 6px solid #fdbe43;
    border-left: 6px solid #fdbe43;
    border-radius: 2px;
    top: -20px;
    left: 2%;
}
.choose-img-box::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    border-bottom: 6px solid #fdbe43;
    border-right: 6px solid #fdbe43;
    border-radius: 2px;
    bottom: -20px;
    right: 2%;
}
.Services-we-provide-card{
    background: white;
    border: none;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    box-shadow: 1px 3px 30px #e5e5e5;
    width: 330px;
    cursor: pointer;
    position: relative;
}
.Services-we-provide-card::before{
    position: absolute;
    content: "";
    background: #DC2229;
    height: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    inset: 0;
}
.Services-we-provide-card:hover{
    box-shadow: 1px 5px 50px #e5e5e5d5;
}
.Services-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FAF3E6;
    border: 2px solid #ffdc9a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-more-btn{
    padding: 5px 20px;
    color: white;
    background: #DC2229;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 3px 30px #b9b9b9;
    transition: all 0.3s ease-in;
}
.view-more-btn:hover{
    transform: translateY(4px) scale(1.03);
}
.Start-journey{
    width: 75%;
    padding:40px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #ffdc9a;
}

.apply-for-admission-btn{
    background: #DC2229;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 2px;
}
.download-prospectus-btn{
    background: transparent;
    color: #2A2521;
    padding: 10px 30px;
    border: 2px solid #2A2521;
    border-radius: 2px;
    transition: all 0.5s ease-in-out;
}
.download-prospectus-btn:hover{
    background: #2A2521;
    color: white;
}
.client-review-card{
    background: #2A2521;
    border-radius: 8px;
    padding: 10px 20px;
    width: 20em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    flex: 0 0 auto; 
}
.client-img{
    width: 50px;
    height: 50px;
    border: 2px solid #DC2229;
    border-radius: 50%;
}
.Review-carasole{
    overflow-x: auto;
    width: 90%;
}
.Review-carasole::-webkit-scrollbar{
    display: none;
}
.Clients-group{
    display: flex;
    flex-wrap: nowrap; 
    animation: spin 35s infinite linear;
}
@keyframes spin {
    from{
        transition: 0;
    }
    to{
        translate: -100%;
    }
}

/* Home section end */

/* Key Frames begins */

@keyframes spin {
    from {
        translate: 0;
    }

    to {
        translate: -100%;
    }
}

/* Key Frames end */



/* Media Query Begind */

@media (min-width:993px) {
    .Nav-Header {
        width: max-content !important;
    }
}

@media (max-width : 574px) {
    .CompanyDetails {
        flex-direction: column;
        gap: 20px;
    }

    .CompanyNavigation {
        justify-content: start !important;
    }

    .MapLocation iframe {
        width: 350px;
    }
}

@media (max-width:620px) {
    .Mission-Vission-Image-Second {
        left: 72%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .Vission-Image-Second {
        right: 72%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
}

@media (max-width:620px) {
    .HowWeWork-P {
        width: 100% !important;
    }

    .HowWeWorkVideo {
        width: 90% !important;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .PersonCard {
        width: 350px;
    }

    .PersonCard img {
        width: 350px;
    }
    .choose-img-box::after{
        bottom: -14px;
    }
    .choose-img-box::before {
        top: -14px; 
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .HeaderContent h1 {
        font-size: 3.5em;
    }
}

@media (min-width:1400px) {
    .HeaderContent h1 {
        font-size: 4em;
    }
}

@media (max-width:991px) and (min-width:926px) {
    .HeaderContent h1 {
        font-size: 2em;
    }
}

@media (max-width : 350px) {
    .MapLocation iframe {
        width: 300px;
    }
}

@media (max-width : 756px) {
    .MapLocation iframe {
        margin-top: 25px;
    }
}

@media (max-width:1200px) and (min-width:993px) {
    .office-hours {
        right: 9em;

    }
}

@media (max-width:1041px) and (min-width:993px) {
    .MapLocation iframe {
        width: auto;
    }
}

@media (max-width:993px) {
    .ContactBtn {
        width: 100% !important;
    }

    .hero-image-after {
        margin-bottom: 30em;
    }

    .office-hours {
        right: 23em;
        top: 20em;
        width: 100%;
        position: unset;
    }

    .office-hours::before {
        left: 12px;
    }
}

@media (max-width:768px) {
    .Contact-information {
        border-right: none;
    }

    .HeroHeading {
        left: 1em;
    }

    .hero-image-after {
        margin-bottom: 50em;
    }

    .secondary-image {
        width: 61%;
        right: 44%;
        bottom: -38px;
    }

    .secondary-image-vission {
        width: 61%;
        left: 43%;
        bottom: -38px;
    }

    .Our-Story {
        width: 96%;
    }
}

@media (max-width:615px) {
    .HeroHeading {
        bottom: 2em;
    }

    .Proven-Result-Card {
        width: 49%;
    }

    .Proven-Result-Card:nth-child(2) {
        border: none !important;
    }
}

@media (max-width:576px) {
    .ClientDetails input::placeholder {
        font-size: 15px;
    }

    .ClientDetails textarea::placeholder {
        font-size: 15px;
    }

    .ContactUsHeader {
        border: none;
    }

    .nearby {
        width: 94%;
        position: relative;
        margin-bottom: 40px;
    }

    .map-wrapper {
        height: unset !important;
    }

    .map-wrapper iframe {
        height: 20em !important;
    }

    .Filter {
        width: 95%;
    }

    .Services-Details {
        margin-top: -40px;
    }

    .secondary-image {
        display: none;
    }

    .secondary-image-vission {
        display: none;
    }

    .Activities {
        padding: 25px 16px;
    }
    .choose-img-box::before {
        top: -14px;
    }
    .choose-img-box::after{
        bottom: -14px;
    }
    .Start-journey{
        width: 90%;
    }
    .Start-journey .paragraph{
        width: 100% !important;
    }
}

@media (max-width:390px) {
    .HeroHeading {
        display: none;
    }
    .choose-img-box::before {
        display: none;
    }
    .choose-img-box::after{
        display: none;
    }
}

@media (max-width:991px) and (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 861px !important;
    }
}

/* Media Query End */



.category-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #fdbe43;
}

.category-card-inner h5 {
    font-weight: 600;
    color: #074721;
    margin-top: 10px;
}

.category-card-inner p {
    font-size: 13px;
    color: #888;
    margin-top: 5px;
}

.category-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    background: #fdbe43;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #074721;
    font-size: 26px;
    transition: 0.3s;
}

.category-card:hover .category-icon {
    background: #074721;
    color: #fff;
    transform: scale(1.1);
}
.search-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    width: 100%;
}

.search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 8px 10px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    transition: all 0.3s ease;
    position: relative;
}

.search-box:focus-within {
    box-shadow: 0 10px 30px rgba(253,190,67,0.25);
    border-color: #fdbe43;
}

.search-icon {
    color: #999;
    font-size: 18px;
    margin: 0 10px;
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    padding: 8px;
    background: transparent;
}

.search-btn {
    background: #fdbe43;
    border: none;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #074721;
    transition: 0.3s;
}

.search-btn:hover {
    background: #074721;
    color: #fff;
}

.clear-btn {
    position: absolute;
    right: 90px;
    font-size: 18px;
    color: #aaa;
    text-decoration: none;
}

.clear-btn:hover {
    color: #000;
}