html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family:'Nunito';
  margin: 0;
  padding: 0;
  background-color: #f0e6d6;
  color: #000000;
}
/* -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */

/* ----------main section----------- */
.banner{
  background-image: url(images/newbg.jpg);
           height:600px; 
           background-position: center; 
           background-repeat: no-repeat;
           background-size: cover;
           display: flex;
           justify-content: center;
           align-items: center;
           padding-top:20px;
           padding-bottom:30px;
}

.logo{
 width:20%;
 margin-bottom:50px;
}

.about_section .row {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}

.about_section .img-box {
 position: relative;
 padding: 25px 0 0 0px;
}

.text1{
  font-size:42px;
  text-transform: uppercase;
  font-weight: 500;
  color: #866537;
  font-family: "Cabin Sketch", serif;
  padding-bottom: 0%;
  }

.main h1{
text-transform: uppercase;
color: #000;
font-weight:900;
font-size:75px;
font-family: "Cabin Sketch", serif;
line-height: 0.9;
}



.main .p2{
 font-size:20px;
 font-weight: 400;
 color: #000000;
 
}
/* .main p{
 color: #996dda;
 font-style: normal;
 text-wrap: balance;
 font-size:18px;
} */
.cta-button {
  display: inline-block;
  
  color: #ffffff;
  padding: 15px 30px;
  
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  margin-top: 20px;
  border: none;
  background-image: linear-gradient(to bottom, #e55024, #e25f23, #df6c24, #dc7828, #d9832e);
  border-radius: 50px;
}

.cta-button:hover {

color: #ffffff;
text-decoration: none;
}
.mb_cover1{
width: 100%;
height: auto;
}

.banner_mb{
display: none;
}

/* Prevent background scroll */
    body.modal-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    /* Background blur effect when modal opens */
    .blur-background {
        filter: blur(5px);
        transition: all 0.3s ease-in-out;
    }

    /* Modal styles */
    #myModal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
       
        background-color: rgba(0, 0, 0, 0.5);
        overflow: auto;
    }

    .modal-content {
        background-color: #fff;
        margin: 10% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        z-index: 10000;
        position: relative;
    }

    /* Close button style */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    /* Prevent the modal from getting blurred */
    #myModal {
        backdrop-filter: none;
    }
/*------ start card_1 ----- */
.line_block{
  text-align: center;
}
.cardsect_h1{
  text-align: center;
  color: #643c04;
  font-family: "Cabin Sketch", serif;
  font-size: 40px;
  font-weight: 700;
}
.card_section {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.card1 {
  background: #eedcc0;
  border:none;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 500px;
  transition: transform 0.3s, box-shadow 0.3s;
  height:600px;
}

.card:hover {
 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* Hide video initially */
  border: none;
}

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 2px solid #d6e6f2;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  outline: none;
}

.card-content {
  padding: 15px;
}

.card-title {
  color: #69420b;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.card-text {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
}

.author {
  color: #333;
  font-style: italic;
  margin-top: 10px;
}


/*-----start jingles section----- */
.jingles{
  font-size: 19px;
  color: #000000;
}
.jingles .line1{
  font-size:30px;
  color: #866537;
font-family: "Cabin Sketch", serif;
  font-weight: 700;
}

.line2{
  font-size: 20px;
  color: #866537;
  font-weight: 800;
}
.mb_fanimg{
  text-align: center;
}
.mb_fanimg img{
  width: 50%;
}
.center_btn{
 
  text-align: center;
}

.mb_jingles{
  display:none; 
}

/*-----end jingles section----- */
 /* ------start card iconbox section----- */

.iconbox h1{
  text-align: center;
  color: #643c04;
  font-family: "Cabin Sketch", serif;
  font-size: 40px;
  font-weight: 700;
}
.iconbox-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.iconbox-card {
  background-color:#f8eede;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 calc(30.333% - 20px);
  max-width: calc(30.333% - 20px);
}
@media (max-width: 768px) {
  .iconbox-card {
      flex: 1 1 100%;
      max-width: 100%;
  }
}
.iconbox-card-icon {
  
  border-radius: 10px;
  display: inline-block;
  padding: 15px;
  margin-bottom: 15px;
}
.iconbox-card-icon img {
  width:100%;
  height:100%;
}
.iconbox-card-title {
  color: #ff6600;
  font-size: 20px;
  font-weight: bold;
}
.iconbox-card-text {
  color: #555;
  font-size: 14px;
}
 /* ------End card iconbox section----- */
/*-----start why_choose section----- */
.why_choose .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all_logo{
  font-size: 20px;
  font-family:'Nunito';
  color: #595959;
}
.why_choose h1{
text-align: center;
color: #866537;
font-size: 35px;
font-weight: 700;
font-family: "Cabin Sketch", serif;

}
.logo_sec{
 background-color:#eedcc0 ; 
 padding: 20px;
 border-radius: 25px;
 text-align: center;
 max-width:500px;
}
.logo_sec img{
  width: 80%;
 
}

/*-----end why_choose section----- */

/* -----start h_slider_card------*/
.h_slider h1{
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #866537;
   font-family: "Cabin Sketch", serif;
}

.h_slider p{
  text-align: center;
  color:#595959;
  font-size:18px;
  font-weight: 500;
}

.slider-container {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}
.slider-card {
  flex-shrink: 0;
  width: 500px;
  height: 200px;
  background-color: #f8eede;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  padding: 5px;
}
.slider-card img {
  max-width: 40%;
  margin: auto;
  padding: 0.5em;
  border-radius: 0.7em;
}
.slider-card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  text-align: center;
}
.text-section {
  max-width: 100%;
}
.text-section h5 {
  color: #866537;
  font-family: 'nunito';
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0px;
  padding-top:10px;
}
.text-section p {
  color: #595959;
  font-size: 18px;
  font-family: 'nunito';
}
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color:#000000;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.arrow-left {
  left: -50px;
}
.arrow-right {
  right: -50px;
}



/* -----end h_slider_card------*/
/* -----start mobile  h_slider_card------*/
.custom_slider{
  display: none;
}
.custom-slider-container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.custom_slider h1{
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #866537;
   font-family: "Cabin Sketch", serif;
}

.custom_slider p{
  text-align: center;
  color:#595959;
  font-size:18px;
  font-weight: 500;
}
.custom-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}
.custom-card {
  width: 350px;
  background-color: #f8eede;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items:center;
}
.custom-card img {
  width:100%;
  max-width: 40%;
  padding: 0;
  border-radius: 0.7em;
  text-align:center;
}
.custom-card-body {
  padding:20px;
  margin: 0;
  text-align:center;
  font-family: 'nunito';
}
.custom-text-section {
  max-width: 100%;
  font-family: 'nunito';
  padding-top:-15px;
}
.custom-text-section h5 {
  color: #673f07;
  font-family: 'nunito';
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-weight: 500;
  padding-top:10px;
}
.custom-text-section p {
  color:#595959;
  font-size:18px;
  font-weight:400;
}

/* Arrow Button Style */
.custom-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #7e3b3b;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.custom-arrow-left {
  left: -50px;
}
.custom-arrow-right {
  right: -50px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .custom-slider-container {
    width: 95%;
  }
  .custom-card {
    width: 300px;
  }
  .custom-card img {
    max-width:35%;
    height: auto;
  }
  .custom-text-section h5 {
    font-size: 18px;
  }
  .custom-text-section p {
    font-size: 16px;
  }
  .custom-arrow-left, .custom-arrow-right {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .custom-slider-container {
    width: 100%;
  }
  .custom-card {
    width: 250px;
  }
   .custom-card img {
    max-width:35%;
    height: auto;
  }
  .custom-text-section h5 {
    font-size: 18px;
  }
  .custom-text-section p {
    font-size: 16px;
  }
  .custom-arrow-left, .custom-arrow-right {
    width: 30px;
    height: 30px;
  }
}

/* -----end h_slider_card------*/
/*---------- start v_slider_card ------------*/
.v_slider h1{
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #866537;
  font-family: "Cabin Sketch", serif;
}
.new-slider-container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.new-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}
.new-card {
  width: 350px;
  background-color: #f8eede;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: left;
}
.new-card img {
  width: 100%;
  max-width: 20%;
  padding: 0;
  border-radius: 0.7em;
}
.new-card-body {
  padding: 20px;
  margin: 0;
  text-align: left;
  font-family: 'nunito';
}
.new-text-section {
  max-width: 100%;
  font-family: 'nunito';
}

.new-text-section h5 {
  color: #673f07;
  font-family: 'nunito';
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-weight: 500;
  padding-top:10px;
}

.new-text-section p {
  color:#595959;
  font-size:18px;
  font-weight:400;
}

/* Arrow Button Style */
.new-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #7e3b3b;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.new-arrow-left {
  left: -50px;
}
.new-arrow-right {
  right: -50px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .new-slider-container {
    width: 95%;
  }

  .new-card {
    width: 300px; /* Adjust card width for smaller screens */
  }

  .new-card img {
    max-width:30%;
    height: auto;
  }

  .new-text-section h5 {
    font-size: 18px;
  }

  .new-text-section p {
    font-size: 16px;
  }

  /* Adjust the arrows' position for smaller screens */
  .new-arrow-left, .new-arrow-right {
    width: 35px;
    height: 35px;
  }
}

/* Adjust for very small screens */
@media screen and (max-width: 480px) {
  .new-slider-container {
    width: 100%;
  }

  .new-card {
    width: 250px; /* Further reduce card size */
  }
   .new-card img {
    max-width:30%;
    height: auto;
  }

  .new-text-section h5 {
    font-size: 18px;
  }

  .new-text-section p {
    font-size: 16px;
  }

  /* Make arrow size even smaller on very small screens */
  .new-arrow-left, .new-arrow-right {
    width: 30px;
    height: 30px;
  }
}


/*---------- end v_slider_card ------------*/

/* ----------start our_process----------- */
.process {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fcf4eb;
  padding: 10px;
  border-radius: 8px;
 
}

.process h1{
  text-align: center;
  color: #866537;
  font-family: "Cabin Sketch", serif;
  font-size: 40px;
  font-weight: 700;
}

.process_p1{
  text-align: center;
  color:#595959;
  font-size:18px;
  font-weight: 500;
}
.text-content {
  flex: 1;
  min-width: 300px;
  margin-right: 20px;
}
.text-content h3 {
  font-size: 1.5em;
  color: #673f07;
  margin-bottom: 10px;
  font-weight:600;
}
.text-content .para1 {
  font-size: 1em;
  color: #333;
  margin-bottom: 20px;
}

.image-content {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.footer-text {
  margin-top: 20px;
  font-size:18px;
  color: #866537;
  font-weight: 800;
}
.mb_process{
  display: none;
}

/*------------ end our_process --------------*/

/*---------- start Faq---------- */
.faq h1{
  text-align: center;
  color: #866537;
  font-family: "Cabin Sketch", serif;
  font-size: 35px;
  font-weight: 700;
}
.accordion-container {
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  background-color: #fcf4eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding:10px;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #866537;
}

.accordion-title:hover {
  background-color: #f0e6d6;
}

.accordion-content {
  display: none;
  padding: 15px 20px;
  font-size: 18px;
  color: #555;
  border-top: 1px solid #ddd;
}

.accordion-icon {
  font-size: 20px;
  color:#866537;
}

/*---------- end Faq----------- */

/*---- start brand sing---- */

.footer {
padding: 50px 20px;
text-align: center;

background-color: #fcf4eb;

}

.footer h2{
text-align: center;
color: #866537;
font-family: "Cabin Sketch", serif;
font-size: 35px;
font-weight: 700;
}


.footer p {
font-size: 16px;
margin: 10px 0;
color: #000000;

}




.footer img {
max-width: 100px;
height: auto;
margin-top: 20px;
}



/*---- end brand sing---- */

/*---- start nse_Sec----*/
/* .nse_img  img{
width: 40%;
align-items: center;
}

.text_t1{
font-size: 20px;
font-weight: 600;
color: #866537;
align-items:end;
}
.nse_img span{
font-size: 20px;
font-weight: 600;
color: #866537;
align-items: center;

} */
.nse .nse_section {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
   /* Ensure it takes full height */
  min-height: 150px; /* Adjust as needed */
}

.box_nse {
  display: flex;
  align-items: center; 
  justify-content: center; 
  width: 100%;
}

.nse_img img {
  width: 40%;
  display: block;
  margin: 0 auto; /* Centers the image */
}

.text_t1 {
  font-size:18px;
  font-weight: 600;
  color: #fff;
  text-align: center; /* Ensures text alignment is centered */
}

.nse_img span {
  font-size: 20px;
  font-weight: 600;
  color: #866537;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*---- end nse_Sec----*/
/*----start copyright sec----*/
.footer2 {
    padding: 20px;
    text-align: center;
    background-color: #633b02;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.footer-left,
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 250px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-info img {
    height: 16px;
}

.contact-info span {
    font-size: 14px;
    color: #fff;
}

.footer-bottom {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-left, .footer-right {
        align-items: center;
        text-align: center;
    }

    .contact-info {
        justify-content: center;
    }
}


/*------------------media queries------------------- */


/* Extra Small Devices (Phones) */
@media (max-width: 320px) {
/* Styles for very small phones (e.g., iPhone SE, older Androids) */
.banner_mb{
  display:block;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom:30px;
  text-align: center;
}
.banner{
  display:none;
 
}



.logo{
  margin-top:10px;
  width:60%;
}

.about_section .row {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}


.main h1{
text-transform: uppercase;
color: #000;
font-weight:900;
font-size :42px;
font-family: "Cabin Sketch", serif;
margin-top:-7px;
padding:0px 15px;
}

.text1{
font-size:30px;
text-transform: uppercase;
font-weight:500;
color:#030303;
padding-bottom:0;
line-height: 0.9;

}
.main .p2{
 font-size:19px;
 font-weight:400;
 color: #000000;
}
.cta-button {
  display: inline-block;
  color: #ffffff;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  border: none;
  background-image: linear-gradient(to bottom, #e55024, #e25f23, #df6c24, #dc7828, #d9832e);
  border-radius: 50px;
}

.cta-button:hover {

color: #ffffff;
text-decoration: none;
}
.line2{
  padding:0px 20px;
}
.cardsect_h1{
  text-align: center;
  color: #643c04;
  font-family: "Cabin Sketch", serif;
  font-size: 35px;
  font-weight: 700;
}
.why_choose h1{
  text-align: center;
  color: #866537;
  font-size: 35px;
  font-weight: 700;
  font-family: "Cabin Sketch", serif;
  
  }
  .h_slider h1{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #866537;
     font-family: "Cabin Sketch", serif;
     padding:0px 20px;
  }

  .v_slider h1{
    text-align: center;
    font-size: 30px;
    font-weight:700;
    color: #866537;
    font-family: "Cabin Sketch", serif;
    padding:0px 20px;
  }
  .footer h2{
    text-align: center;
    color: #866537;
    font-family: "Cabin Sketch", serif;
    font-size: 35px;
    font-weight: 700;
    padding:0px 20px;
    }
  .text-content {
      flex: 1;
      min-width: 300px;
      margin-right: 20px;
      text-align: center;
  }
  .desk_process{
    display:none;
  }
  .mb_process{
    display: block;
  }
  .desk_jingles{
    display:none; 
  }
  .mb_jingles{
    display: block;
  }
  .jingles{
    font-size: 19px;
    color: #000000;
    text-align: center;
  }
  .mb_fanimg img{
    width:50%;
    margin-bottom:-20px;
  }
  .line1{
    font-size:30px;
    color: #866537;
  font-family: "Cabin Sketch", serif;
    font-weight: 700;
    line-height: 0.9;
  }
   .logo_sec{
    background-color:#eedcc0 ; 
    padding: 20px;
    border-radius: 25px;
    text-align:center;
    max-width:300px;
    margin:30px;
   }
   
   .all_logo{
     font-size: 20px;
     font-family:'Nunito';
     color: #595959;
     text-align:center;
     padding:0px 20px;
   }
   .custom_slider{
    display: block;
    padding:0px 20px;
  }
  .h_slider{
    display:none;
  }
  .card1 {
    background: #eedcc0;
    border:none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 500px;
    transition: transform 0.3s, box-shadow 0.3s;
   height:auto;
    padding-bottom:5px;
  }
  .iconbox-container {
    padding:10px;
  }
   .text_t1 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center; /* Ensures text alignment is centered */
  }
}

/* Small Devices (Most Phones) */
@media (max-width: 480px) {
/* Styles for small-to-medium smartphones */
.banner_mb{
  display:block;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items:center;
  padding-bottom:30px;
  text-align: center;
}
.banner{
  display:none;
 
}



.logo{
  margin-top:10px;
  width:60%;
}

.about_section .row {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}


.main h1{
  text-transform: uppercase;
  color: #000;
  font-weight:900;
  font-size :42px;
  font-family: "Cabin Sketch", serif;
  margin-top:-7px;
  padding:0px 15px;
  }
  
  .text1{
  font-size:30px;
  text-transform: uppercase;
  font-weight:500;
  color:#030303;
  padding-bottom:0;
  line-height: 0.9;

  }
.main .p2{
 font-size:19px;
 font-weight:400;
 color: #000000;
}
.cta-button {
  display: inline-block;
  color: #ffffff;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  border: none;
  background-image: linear-gradient(to bottom, #e55024, #e25f23, #df6c24, #dc7828, #d9832e);
  border-radius: 50px;
}

.cta-button:hover {

color: #ffffff;
text-decoration: none;
}
.line2{
  padding:0px 20px;
}
.cardsect_h1{
  text-align: center;
  color: #643c04;
  font-family: "Cabin Sketch", serif;
  font-size: 35px;
  font-weight: 700;
}
.why_choose h1{
  text-align: center;
  color: #866537;
  font-size: 35px;
  font-weight: 700;
  font-family: "Cabin Sketch", serif;
  
  }
  .h_slider h1{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #866537;
     font-family: "Cabin Sketch", serif;
     padding:0px 20px;
  }
  .v_slider h1{
    text-align: center;
    font-size: 30px;
    font-weight:700;
    color: #866537;
    font-family: "Cabin Sketch", serif;
    padding:0px 20px;
  }
  .footer h2{
    text-align: center;
    color: #866537;
    font-family: "Cabin Sketch", serif;
    font-size: 35px;
    font-weight: 700;
    padding:0px 20px;
    }
    .text-content {
      flex: 1;
      min-width: 300px;
      margin-right: 20px;
      text-align: center;
  }
  .desk_process{
    display:none;
  }
  .mb_process{
    display: block;
  }
  .desk_jingles{
    display:none; 
  }
  .mb_jingles{
    display: block;
  }
  .jingles{
    font-size: 19px;
    color: #000000;
    text-align: center;
  }
  .mb_fanimg img{
    width:50%;
   margin-bottom:-20px;
  }
  .line1{
    font-size:30px;
    color: #866537;
  font-family: "Cabin Sketch", serif;
    font-weight: 700;
    line-height: 0.9;
  }
  .logo_sec{
    background-color:#eedcc0 ; 
    padding: 20px;
    border-radius: 25px;
    text-align:center;
    max-width:300px;
    margin:30px;
   }
   
   .all_logo{
     font-size: 20px;
     font-family:'Nunito';
     color: #595959;
     text-align:center;
     padding:0px 20px;
   }
   .custom_slider{
    display: block;
    padding:0px 20px;
  }
  .h_slider{
    display:none;
  }
  .card1 {
    background: #eedcc0;
    border:none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 500px;
    transition: transform 0.3s, box-shadow 0.3s;
    height:auto;
    padding-bottom:5px;
  }
  .iconbox-container {
    padding:10px;
  }
   .text_t1 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center; /* Ensures text alignment is centered */
  }
}

/* Medium Devices (Large Phones) */
@media (max-width: 600px) {
/* Styles for larger phones (e.g., iPhone 14 Pro Max, Samsung Galaxy S23) */
.banner_mb{
  display:block;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom:30px;
  text-align: center;
}
.banner{
  display:none;
 
}



.logo{
  margin-top:10px;
  width:60%;
}

.about_section .row {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}


.main h1{
  text-transform: uppercase;
  color: #000;
  font-weight:900;
  font-size :42px;
  font-family: "Cabin Sketch", serif;
  margin-top:-7px;
  padding:0px 15px;
  }
  
  .text1{
  font-size:30px;
  text-transform: uppercase;
  font-weight:500;
  color:#030303;
  padding-bottom:0;
  line-height: 0.9;
 
  }
.main .p2{
 font-size:19px;
 font-weight:400;
 color: #000000;
}
.cta-button {
  display: inline-block;
  color: #ffffff;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  border: none;
  background-image: linear-gradient(to bottom, #e55024, #e25f23, #df6c24, #dc7828, #d9832e);
  border-radius: 50px;
}

.cta-button:hover {

color: #ffffff;
text-decoration: none;
}
.line2{
  padding:0px 20px;
}
.cardsect_h1{
  text-align: center;
  color: #643c04;
  font-family: "Cabin Sketch", serif;
  font-size: 35px;
  font-weight: 700;
}
.why_choose h1{
  text-align: center;
  color: #866537;
  font-size: 35px;
  font-weight: 700;
  font-family: "Cabin Sketch", serif;
  
  }
  .h_slider h1{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #866537;
     font-family: "Cabin Sketch", serif;
     padding:0px 20px;
  }
  .v_slider h1{
    text-align: center;
    font-size: 30px;
    font-weight:700;
    color: #866537;
    font-family: "Cabin Sketch", serif;
    padding:0px 20px;
  }
  .footer h2{
    text-align: center;
    color: #866537;
    font-family: "Cabin Sketch", serif;
    font-size: 35px;
    font-weight: 700;
    padding:0px 20px;
    }
    .text-content {
      flex: 1;
      min-width: 300px;
      margin-right: 20px;
      text-align: center;
  }
  .desk_process{
    display:none;
  }
  .mb_process{
    display: block;
  }
  .desk_jingles{
    display:none; 
  }
  .mb_jingles{
    display: block;
  }
  .jingles{
    font-size: 19px;
    color: #000000;
    text-align: center;
  }
  .mb_fanimg img{
    width:50%;
    margin-bottom:-20px;
  }
  .line1{
    font-size:30px;
    color: #866537;
  font-family: "Cabin Sketch", serif;
    font-weight: 700;
    line-height: 0.9;
  }
  .logo_sec{
    background-color:#eedcc0 ; 
    padding: 20px;
    border-radius: 25px;
    text-align:center;
    max-width:300px;
   margin:30px;
   }
   
   .all_logo{
     font-size: 20px;
     font-family:'Nunito';
     color: #595959;
     text-align:center;
     padding:0px 20px;
   }
   .custom_slider{
    display: block;
    padding:0px 20px;
  }
  .h_slider{
    display:none;
  }
  .card1 {
    background: #eedcc0;
    border:none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 500px;
    transition: transform 0.3s, box-shadow 0.3s;
    height:auto;
    padding-bottom:5px;
  }
  .iconbox-container {
    padding:10px;
  }
  .text_t1 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center; /* Ensures text alignment is centered */
  }
}

/* Standard Mobile Phones */
@media (max-width: 768px) {
/* Covers most mobile phones and small tablets */
.banner_mb{
  display:block;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom:30px;
  text-align: center;
}
.banner{
  display:none;
 
}



.logo{
margin-top:10px;
 width:60%;

}

.about_section .row {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}


.main h1{
  text-transform: uppercase;
  color: #000;
  font-weight:900;
  font-size :42px;
  font-family: "Cabin Sketch", serif;
  margin-top:-7px;
  padding:0px 15px;
  }
  
  .text1{
  font-size:30px;
  text-transform: uppercase;
  font-weight:500;
  color:#030303;
  padding-bottom:0;
  line-height: 0.9;
 
  }
.main .p2{
 font-size:19px;
 font-weight:400;
 color: #000000;
}

.cta-button {
  display: inline-block;
  color: #ffffff;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  border: none;
  background-image: linear-gradient(to bottom, #e55024, #e25f23, #df6c24, #dc7828, #d9832e);
  border-radius: 50px;
}

.cta-button:hover {

color: #ffffff;
text-decoration: none;
}
.line2{
  padding:0px 20px;
}
.cardsect_h1{
  text-align: center;
  color: #643c04;
  font-family: "Cabin Sketch", serif;
  font-size: 35px;
  font-weight: 700;
}
.why_choose h1{
  text-align: center;
  color: #866537;
  font-size: 35px;
  font-weight: 700;
  font-family: "Cabin Sketch", serif;
  
  }
  .h_slider h1{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #866537;
     font-family: "Cabin Sketch", serif;
     padding:0px 20px;
  }
  .v_slider h1{
    text-align: center;
    font-size: 30px;
    font-weight:700;
    color: #866537;
    font-family: "Cabin Sketch", serif;
    padding:0px 20px;
  }
  .footer h2{
    text-align: center;
    color: #866537;
    font-family: "Cabin Sketch", serif;
    font-size: 35px;
    font-weight: 700;
    padding:0px 20px;
    }
    .text-content {
      flex: 1;
      min-width: 300px;
      margin-right: 20px;
      text-align: center;
  }
  .desk_process{
    display:none;
  }
  .mb_process{
    display: block;
  }
  .desk_jingles{
    display:none; 
  }
  .mb_jingles{
    display: block;
  }
  .jingles{
    font-size: 19px;
    color: #000000;
    text-align: center;
  }
  .mb_fanimg img{
    width:50%;
     margin-bottom:-20px;
  }
  .line1{
    font-size:30px;
    color: #866537;
  font-family: "Cabin Sketch", serif;
    font-weight: 700;
    line-height: 0.9;
  }
  .logo_sec{
    background-color:#eedcc0 ; 
    padding: 20px;
    border-radius: 25px;
    text-align:center;
    max-width:300px;
    margin:30px;
   }
   .all_logo{
     font-size: 20px;
     font-family:'Nunito';
     color: #595959;
     text-align:center;
     padding:0px 20px;
   }
   .custom_slider{
    display: block;
    padding:0px 20px;
  }
  .h_slider{
    display:none;
  }
  .card1 {
    background: #eedcc0;
    border:none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 500px;
    transition: transform 0.3s, box-shadow 0.3s;
     height:auto;
    padding-bottom:5px;
  }
  .iconbox-container {
    padding:10px;
  }
   .text_t1 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center; /* Ensures text alignment is centered */
  }
   
}
