@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



body {
    font-family: "DM Sans", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
}



.hero-section-bg{
    min-height: 40rem;
    align-items: center;
    background-image: url('../images/hero-image-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
        /*background-attachment: fixed;*/
            background-color: #0000002b;
    background-blend-mode: multiply;
        background-position: center;
}

.top-navigation-bar-links{
    padding: 0.5em 0.8em;
    /* box-shadow: 0.4em 0.4em 1em rgb(198, 255, 201); */
    /*margin: 0.3em;*/
}


/* Hide scrollbar */
.trips-filter::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Optionally, you can also hide scrollbar track and buttons */
.trips-filter::-webkit-scrollbar-track {
    display: none;
}

.trips-filter::-webkit-scrollbar-button {
    display: none;
}

/* Optionally, you can style the scrollbar thumb */
.trips-filter::-webkit-scrollbar-thumb {
    display: none; /* This hides the thumb */
    /* You can also apply other styles if needed */
}





.transition-very-sm{
    transition: all ease-in-out 1s;
}

.display-none{
    display: none;
}

.banner-box h1 {
    color: white;
    font-size: 35px !important;
}
.goog-te-gadget .goog-te-combo {
    width: 150px;
}



/* Selecting Manually */
/* Selecting Manually */

@media (max-width: 950px) {
    .on-mobile-w-full{
        min-width: 100%;
    }
    
    .on-mobile-w-full{
        min-width: 100%;
    }

    .on-mobile-flex-wrap{
        flex-wrap: wrap;
    }

    .on-mobile-flex-wrap-reverse{
        flex-wrap: wrap-reverse;
    }
    
    .on-mobile-align-nm{
        align-items: normal;
    }
    
    .on-mobile-text-align-center{
        text-align: center;
    }
    
    .on-mobile-text-justify-center{
        justify-content: center;
    }
    .on-mobile-justify-between{
        justify-content: space-between;
    }

    .on-mobile-justify-center{
        justify-content: center;
    }
    
    .on-mobile-text-vs{
        font-size: 0.8em;
    }
    
    .on-mobile-display-none{
        display: none;
    }

    .on-mobile-display-block{
        display: block;
    }

    .on-mobile-high-m{
        margin-top: 150%;
    }



    .mobile-navs{
        display: none;
        position: absolute;
        top: 5.6em;
        background-color: white;
        left: 0;
        width: 100%;
    }
    
    .mobile-navs a{
        display: block;
    }
    
    
    .on-mobile-position-static{
        position: static;
    }



    /* Enquire form Responsiveness */
    .on-mobile-w-auto{
        width: auto;
    }
    .on-mobile-m-none{
        margin: 0px 0px 0px 0px;
    }


    .on-mobile-h1{
        font-size: 2em;
    }
    
    .on-mobile-h2{
        font-size: 1.2em;
    }
    
    .on-mobile-p{
        font-size: 1em;
    }

}


@media (max-width: 980px){
    .medium-flex-wrap{
        flex-wrap: wrap;
    }

    /* .medium-w-35ps{
        width: 35%;
    } */
}


@media (max-width: 550px) {
    .on-small-mobile-w-full{
        width: 100%;
    }
    .on-small-mobile-w-half{
        width: 40%;
    }
    .on-small-mobile-h-half{
        height: 100px;
    }
    .on-small-mobile-categary-card{
        width: 42.5%;
        height: 200px;
    }

    .on-small-mobile-categary-card span{
        font-size: 0.8em;
    }
    
    .on-small-mobile-categary-card p{
        font-size: 0.7em;
    }
}


/* Testmonial Section */
.home-testimonial{background-color: #231834;height: 380px}.home-testimonial-bottom{background-color: #f8f8f8;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top: 20px;margin-bottom: 100px;position: relative;height: 130px;top: 190px}.home-testimonial h3{color: var(--black);font-size: 14px;font-weight: 500;text-transform: uppercase}.home-testimonial h2{color: white;font-size: 28px;font-weight: 700}.testimonial-inner{position: relative;top: -174px}.testimonial-pos{position: relative;top: 24px}.testimonial-inner .tour-desc{border-radius: 5px;padding: 40px}.color-grey-3{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}.testimonial-inner img.tm-people{width: 60px;height: 60px;-webkit-border-radius: 50%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;max-width: none}.link-name{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}.link-position{font-family: "Montserrat", Sans-serif;font-size: 12px;color: #6c83a2}



/* Popup Form Css */
.card {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    border-radius: 20px;
  }
  
  .card > * {
    margin: 0;
  }
  
  .card__title {
    font-size: 23px;
    font-weight: 900;
    color: #333;
  }
  
  .card__content {
    font-size: 13px;
    line-height: 18px;
    color: #333;
  }
  
  .card__form {
    /* display: flex; */
  }
  
  .card__form input {
    width: 90%;
    margin-top: 10px;
    outline: 0;
    background: rgb(255, 255, 255);
    box-shadow: transparent 0px 0px 0px 1px inset;
    padding: 0.6em;
    border-radius: 14px;
    border: 1px solid #333;
    color: black;
  }
  
  .card__form input[type="submit"] {
    color: white;
    border: none;
  }

  .sign-up:hover {
    opacity: 0.8;
  } 
  
  
  
a.top-navigation-bar-links {
    color: black;
    text-decoration: none;
}
a.block.my-2 {
    text-decoration: none;
    color: black;
}
.w-full.flex.justify-between.on-mobile-text-vs.items-center h1 {
    font-size: 15px;
}
.w-full.flex.justify-between.on-mobile-text-vs.items-center a {
    text-decoration: none;
    color: white;
}
div#menumobile a {
    font-weight: 600;
}

div#search-results {
    background: white;
}
  div#replyForm {
    display: none;
}
span.posted-on a {
    color: #dc2626;
    font-weight: 600;
}

.top-navigation-bar-links a {
    color: black;
    text-decoration: none;
}

div#mobileMenu {
    display: none;
}
.dropdoenmenumobile button {
    width: 100%;
    background: white;
    border-top: 1px solid #0000003b;
}
ul#dropdownMenu {
    margin: 0px;
    border-radius: 0px;
    width: 100%;
}

ul#dropdownMenu li {
    border-bottom: 1px solid #0000001c;
}

.mywhychoose .relative.space-y-8 span,.mywhychoose .relative.space-y-8 p  {
    color: white !important;
    background: transparent !important;
}

.mywhychoose svg,.mywhychoose svg *{
        fill: #5d2cbe !important;
}
 
@media screen and (max-width: 600px) {
 .dropdoenmenumobile ul {
    z-index: 999;
    width: 100%;
}
}

  /* Custom Scrollbar */
  /* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  
.bg-green-500, .bg-green-400, .bg-green-600 {
    background-color: black  !important ;
}

.border-green-500,.border-green-400,.border-green-600,.border-r-green-400 {
    border-color: rgb(58 32 175)  !important ;
}

.text-green-500{
    color: black  !important ;
}

 .bg-black {
 
    background-color: black !important ;
}


.mysearchbar>div {
    background: white;
    border-radius: 10px;
}
.mysearchbar span#search-icon {
    width: fit-content;
    min-width: max-content;
    padding: 0px 15px !important;
    background: #ae4ae2;
    color: white;
}
input#search-input {
    background: white;
}

.mysearchbar>div>span {
    border-radius: 10px;
}
input#search-input {
    background: white;
    border-radius: 10px;
}
div#header {
    background: black;
}
/*.hero-section-bg {*/
/*    margin-top: -100px;*/
/*    padding-top: 160px;*/
/*    padding-bottom: 100px;*/
/*}*/
.main-menu a {
    color: white;
}

.nav-link.book_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    min-width: 160px;
    height: 52px;
    padding: 18px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: black;
    background: white;
    transition: all 0.3s ease-in-out;
}

header.header-top {
    padding: 10px 0px;
}
header.header-top ul.list-unstyled.mb-0.d-flex {
    gap: 20px;
    display: flex;
}
header.header-top .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.header-top .container {
    max-width: 1140px;
    margin: auto;
}
.submenuitem > div {
    background: white;
}
header .book_now {
    padding: 14px 15px !important;
    font-size: 14px !important;
    height: auto !important;
}
.nav-link.book_now svg {
    width: 20px;
    fill: white !important;
    margin-left: 20px;
    color: white;
    float: right;
    height: auto;
}
header.header-top ul.list-unstyled.mb-0.d-flex li.text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
        color: white;
}
.value.zone.social-media.flex.justify-center svg {
    fill: white;
}
header.header-top ul.list-unstyled.mb-0.d-flex li.text svg {
    width: 20px;
    height: auto;
      fill: white;
}
.mysearchbar>div {
    width: 70%;
    margin: auto;
    margin-top: 30px;
}

.banner-box {
    width: 100%;
    height: auto;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: left;
    background-color:transparent;
        position: relative;
}
.form-section {
    background: #dc2626;
}
  .banner-box h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.banner-box input, .banner-box select {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 6px 20px;
    width: 100%;
    height: 50px;
    position: relative;
    color: #4c4c4c;
    background-color: #ffffff;
    border-right: 1px solid #00000012;
    border-radius: 0px;
}
.form-section label {
    display: none;
}
.banner-box button {
    font-size: 20px;
    width: 25%;
    height: 50px;
    border: none;
    text-align: center;
    color: white;
    background-color: black;
    border-radius: 0px;
    transition: all 0.8s ease-in-out;
}
.banner-box .form-group {
    width: 25%;
}
.banner-box input::placeholder {
    font-size: 15px;
}
.mysearchbar>div {
    background: white;
    border-radius: 10px;
}
.mysearchbar span#search-icon {
    background: black;
}
.packagebox h1 {
    font-size: 20px;
    font-weight: 700;
}
section.about-con.position-relative .row.align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
section.about-con.position-relative .row.align-items-center .col-xl-7.col-lg-6.col-md-12.col-sm-12.col-12.text-lg-left.text-center {
    width: 50%;
}
section.about-con.position-relative .row.align-items-center .col-xl-5.col-lg-6.col-md-12.col-sm-12.col-12 {
    width: 50%;
}
.submenuitem a {
    border-bottom: 1px solid #00000026;
    padding: 10px;
}
.about-con .about_content li:first-child {
    margin-left: 0;
}
.value.zone.social-media.flex.justify-center {
    gap: 10px;
}
.about-con .about_content li {
    width: 134px;
    height: 139px;
    padding: 28px 32px;
    margin: 0 8px;
    border-radius: 8px;
    display: inline-block;
    background-color: #dc2626;
    border-bottom: 2px solid #dc2626;
    transition: all 0.3s ease-in-out;
    color: white;
}
.about-con .about_content li .value {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    color: white;
}
.login-form h2 {
    color: black !important;
}
.login-form .form-control {
    border: 2px solid black !important;
}
.login-form .btn-primary {
    background: black !important;
}
.mywhychoose svg, .mywhychoose svg * {
    fill: white !important;
    width: 55px;
    height: 55px;
}
.group.relative.bg-white-800 {
    border-right: 1px solid #ffffff38;
}

.mywhychoose .relative.space-y-8.py-12.p-8{
    background: #dc2626;
    padding: 20px;
}
.mywhychoose {
    background: #dc2626;
}
div#footersec {
    /*background: #f8f8f8;*/
    color: black;
}
div#footersec img {
    width: 215px;
}
div#footersec a.block.my-2 {
    color: white;
}

div#popup-home {
      display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #0000001c;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
    /*transform: translate(-50%, -50%) scale(0.8);*/
}
/* Popup visible state */
#popup-home.show {
  display: flex;
  opacity: 1;
  /*transform: translate(-50%, -50%) scale(1);*/
}

#close-popup {
    margin-top: 20px;
    background-color: #00446d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 4px;
    color: white;
    fill: white;
    width: 18px;
    height: 18px;
    padding: 3px;
        z-index: 9999;
}

#close-popup:hover {
  background-color: #00334a;
}
.logobox img {
    width: 205px !important;
    height: auto !important;
}
.header-content.m-auto {
    padding: 40px;
    color: white;
}
.header-content.m-auto h1 {
    font-size: 30px;
    font-weight: 600;
    color: black;
}
nav ol.breadcrumb {
    display: flex;
    gap: 5px;
}
div#footersec {
    padding-top: 70px;
}
div#home-banner h3 {
    font-size: 22px;
}
div#mainhero {
    width: 70%;
    max-width: 100%;
}
div#mainhero h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    margin: 20px 0px;
}
a.book-safari {
    background: white;
    color: black;
    padding: 6px 30px;
    font-weight: 600;
}
.w-full.flex-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hero-section-bg {
    position: relative;
}
.text-3xl {
    font-size: 2rem !important;
    line-height: 3rem !important;
    font-weight: 500 !important;
}
.servicebox a {
    background: white;
    color: black;
}
.servicebox a h1 {
    font-weight: 700;
}
.servicebox {
    border-radius: 0px !important;
}
.servicebox img{
    
    height:350px;
    width:100%;
}
.more-detail {
    background: black !important;
}
.servcecontent {
    background: white;
    color: black !important;
    bottom: 0% !important;
    transition: 0.3s ease-in;
}
.nightdays {
    background: #dc2626;
    color: white;
    padding: 6px 10px;
    border-radius: 20px;
}

div#catgoryslider .swiper-button-next, div#catgoryslider .swiper-button-prev {
    background: #dd413a;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}


.pricecost p.ml-1, .pricecost p.ml-2 {
    color: #dc2626;
    font-weight: 800;
    font-size: 20px;
}

.servcecontent a {
    background: black;
    color: white;
    font-size: 12px;
    padding: 0px !important;
    line-height: 22px;
    padding: 0px 6px !important;
    font-weight: 700;
}
.on-small-mobile-categary-card {
    height: 25rem !important;
    border-radius: 10px !important;
    overflow: hidden;
}
.menu-iconm {
    display: none !important;
}
header.header-top {
    background: black;
}

div#main-slider {
    margin-top: -110px;
}
div#mid-header {
    background: transparent;
    border: none;
}
div#mid-header span {
    color: black;
    font-weight: 500;
    text-shadow: none;
}
.group.relative.bg-white-800 {
    border: none;
}
header.inner-page-header {
    padding-top: 120px;
    margin-top: -112px;
    padding-bottom: 60px;
}

.value.zone.whatsapp a i {
    background: #dc2626;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: white;
}
.value.zone.whatsapp {
    display: flex;
    gap: 13px;
}
span.clrchng {
    color: #dc2626;
}
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: auto; /* or specify a percentage or fixed width based on design */
}
div#blogs button {
    border: none;
    background: #dc2626 !important;
}
.latest-blog-section a {
    background: #dc2626;
    color: white;
}
.banner-box form {
    margin: 0px;
}


.accordion__wrapper {
    box-shadow: var(--shadow);
    border-radius: 2.5rem;
    width: 100%;
    max-width: 100%;
    padding: 30px 40px;
        display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.accordion__title{
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: var(--color-title);
    text-align: center;
    margin-bottom: 4rem;
}

.accordion {
    border-bottom: 0.1rem solid var(--color-border);
    background: #dc2626;
    padding: 10px;
}
.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
} 

.accordion__icon {
    background-color: var(--color-primary);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    flex-shrink: 0;
}

.accordion__question{
    font-size: var(--fs-md);
    font-weight: 700;
    color:white;
}

.accordion__answer {
    padding: 2rem 0;
    border-top: 1px dashed #00000038;
}

.accordion__content{
    overflow: hidden;
    height: 0;
    transition: var(--transition);
}


/*testimonial slider*/
.testimonial {
	 width: 100%;
	 height: 100vh;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background-color: #3d5a80;
	 color: #3d5a80;
}
 .testimonial-slide {
	 padding: 40px 20px;
}
 .testimonial_box-top {
	 background-color: white;
	 padding: 30px;
	 border-radius: 15px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: center;
	 box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}
 .testimonial_box-icon {
	 padding: 10px 0;
}
 .testimonial_box-icon i {
	 font-size: 25px;
	 color: #14213d;
}
 .testimonial_box-text {
	 padding: 10px 0;
}
 .testimonial_box-text p {
	 color: #293241;
	 font-size: 14px;
	 line-height: 20px;
	 margin-bottom: 0;
}
 .testimonial_box-img {
	 padding: 20px 0 10px;
	 display: flex;
	 justify-content: center;
}
 .testimonial_box-img img {
	 width: 70px;
	 height: 70px;
	 border-radius: 50px;
	 border: 2px solid #e5e5e5;
}
 .testimonial_box-name {
	 padding-top: 10px;
}
 .testimonial_box-name h4 {
	 font-size: 20px;
	 line-height: 25px;
	 color: #293241;
	 margin-bottom: 0;
}
 .testimonial_box-job p {
	 color: #293241;
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 line-height: 20px;
	 font-weight: 300;
	 margin-bottom: 0;
}
 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-button-prev:after {
    width: 80px;
    font-size: 15px !important;
    background: #dc2626;
    border-radius: 100%;
    color: white;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-box input::placeholder, .banner-box select::placeholder {
    color: #000000b8;
}
.services li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #00000030;
    background-blend-mode: multiply;
}
.section-content {
    width: 70%;
    margin: auto;
}
.section-content h2 {
    margin-bottom: 16px;
}
span.swiper-pagination-current {
    color: white;
}
.swiper-pagination-fraction {
    color: white !important;
}
.topslider {
    margin-top: -82px;
}
div#mid-header span svg path {
    fill: black;
    stroke: black;
}

a.dropdown-toggle.show span.more-button-top-nav-arrow>svg {
    rotate: 180deg;
}

a.dropdown-toggle span.more-button-top-nav-arrow {
   margin-left:5px;
}


select.goog-te-combo {
    background: transparent;
    border: none !important;
    color: white !important;
    padding-top: 12px !important;
    padding-bottom: 0px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    width: 100% !important;
}
.goog-te-gadget .goog-te-combo option {
    color: black !important;
}
.topslider {
    position: relative;
}
img.bottomimgdivid {
    position: absolute;
    z-index: 999999;
    bottom: -38px;
    width: 100%;
    left: 0;
}
img.topimage {
    margin-top: -100;
}
.top-heading {
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: -100px;
    color: white;
}



.dropdown-menu.show {
    display: block !important;
    margin-top: 20px !important;
}

.w-100{
    width:100% !important;
}

@media screen and (max-width: 600px) {
    
    .value.zone.whatsapp {
    display: none;
}
.col-lg-6.col-md-6.col-12.d-none.d-sm-block {
    display: none;
}
.value.zone.social-media.flex.justify-center {
    display: none;
}

.menu-iconm {
    display: block !important;
}
    .logobox img {
        height: auto !important;
        max-width: 150px !important;
    }
.bookbtn {
    display: none !important;
}
.hamburger svg {
    background: white;
}
.banner-box .form-group {
    width: 100%;
}
.banner-box {
    max-width: 100%;
    height: auto;
}
.banner-box input, .banner-box select {
    width: 100%;
}
.hero-section-bg {
    min-height: 36rem;
}
div#mainhero h1 {
    font-size: 30px;
    line-height: 36px;
}
.hero-section-bg {
    align-items: center;
}
section.about-con.position-relative .row.align-items-center {
    flex-direction: column;
}
section.about-con.position-relative .row.align-items-center .col-xl-7.col-lg-6.col-md-12.col-sm-12.col-12.text-lg-left.text-center, section.about-con.position-relative .row.align-items-center .col-xl-5.col-lg-6.col-md-12.col-sm-12.col-12 {
    width: 100%;
}
.mobile-navs {
    top: 4em;
}
header.header-top ul.list-unstyled.mb-0.d-flex li.text {
    gap: 2px;
}
.servcecontent {
    bottom: 0% !important;
}
ul.list-unstyled.mb-0.mt-4 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
ul.list-unstyled.mb-0.mt-4 li {
    margin: 0px;
}
select.goog-te-combo {
    width: 132px;
}
div#about-us {
    padding: 30px 40px;
}
.latest-blog-section li img {
    height: 150px !important;
}
.banner-box form {
    background: white;
}
.banner-box form input {
    border: 1px solid #00000030;
    margin-bottom: 16px;
}
img.bottomimgdivid {
    bottom: -2px;
}
.dropdoenmenumobile button span {
    color: black !important;
}
}



/*new css */

div#mainbanner {
    list-style: none;
    background-size: cover;
    background-position: center;
    background-color: #00000059;
    background-blend-mode: multiply;
}
div#mainbanner {
    margin-top: -71px;
    padding: 0px 60px;
    height: 550px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#mainbanner .section-content {
    width: 100%;
}
div#mainbanner .section-content h2 {
    font-size: 44px;
    color: white;
    font-weight: 900;
}
div#mainbanner .col-6 {
    width: 60%;
    padding: 20px;
}
div#mainbanner a {
    background: #dc2626;
    color: white;
}
div#mainbanner .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-card {
    background-color: #0000006b;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: white;
        margin-left: auto;
}

    .testimonial-header {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .user-icon {
      background-color: #4CAF50;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-right: 10px;
    }

    .stars {
      color: gold;
      font-size: 16px;
      margin-left: auto;
    }

    .testimonial-content {
      font-size: 14px;
      line-height: 1.5;
    }

    .highlight {
      font-weight: bold;
    }
ul.services li .section-content .inner{
        text-align: left;
}
ul.services li .section-content {
    height: 100%;
}
div#catgoryslider h1 {
    font-weight: 600;
    font-size: 20px;
}
ul.services li h3 svg {
    margin: 0px;
}
div#mid-header {
    background: #f9fafb;
}
div#footersec {
    background: #2A2A2A;
    color: white;
}

.border-bottom {
    border-bottom: 1px solid #d3d3d3;
}

.customtab {
    display: none !important;
}
.customtab.active{
        display: flex !important;
}
.nav-link.active {
    border-bottom: 3px solid #b30101;
    background: #cc595a1f;
}

 

@media screen and (min-width: 600px) {

.full-menu.show {
    display: block !important;
    margin-top: 20px !important;
    width: 90% !important;
    left: -5% !important;
}

}


@media screen and (max-width: 600px) {
  div#mainbanner {
    flex-direction: column;
}
div#mainbanner .row {
    flex-direction: column;
}
div#mainbanner .col-6 {
    width: 100%;
}
div#mainbanner {
    padding: 0px 10px;
}
div#mainbanner {
    padding: 80px 10px;
    height: 100%;
}
.accordion__wrapper {
    grid-template-columns: 1fr;
}
}



