@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #343434;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case-btn {
  margin-top: 5px;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #b82329;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #b82329;
  transition: all 0.3s ease; /* Smooth transition for all properties */
}

.case-btn:hover {
  background-color: #a71f25; /* Slightly darker red */
  transform: scale(1.05); /* Slightly enlarge the button */
  color: #fff; /* Ensure text color stays white */
}

.cs-im {
    width: 50%;
}
.cp-cl {
  margin-top: -75px;
}
.cus-mk {
    text-align: center !important;
}
.wq {
    box-shadow: 3px 1px 9px #A2A5A7;
    padding: 15px 18px 16px;
    margin: 10px 10px 10px -3px;
}
.case-box {
    box-shadow: 3px 1px 9px #A2A5A7;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(316px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.cs-hd {
    font-size: 1.25rem !important;
    color: #fff;
}
.cs-sd  {
    color: white;
    font-size: 30px !important;
    margin-top: 25px !important;
}
.cm-pl {
    margin-top: 170px;
}
.event-bg {
    background-image: url("../images/home-Image/a.jpg");
    background-position: center;
    height: 408px;
  }
  .et-hd {
    font-size: 40px !important;
  }
  .e-rtt {
    width: 100%;
}
.e-jh {
    margin-left: -72px;
}
.e-jk {
    flex-wrap: nowrap;
    margin-top: 55px;
}
.e-bn {
    text-align: center;
    padding: 15px 5px 20px;
    margin: 4px 14px 6px;
    box-shadow: 3px 1px 8px #9b9494;
}
.e-op {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    margin-left: 10px;
    color: #004ca2;
}
.e-pt {
    padding-right: 168px;
    margin-top: -3px;
}

.icon-text {
    display: flex;
    align-items: center; /* Vertically align icon and text */
    margin: 10px 10px; /* Add spacing between icon-text pairs */
}

.icon-text i {
    font-size: 20px; /* Adjust icon size */
    color: #555; /* Icon color */
    margin-right: 10px; /* Space between icon and text */
}

.icon-text p {
    margin: 0; /* Remove default margins from text */
    font-size: 16px; /* Adjust text size */
    color: #333; /* Text color */
}

/* Styling for the image */
.e-bn img {
    max-width: 100%;
    height: auto; /* Ensure images are responsive */
    border-radius: 5px; /* Optional styling for rounded corners */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Adding smooth transitions */
}
.caseBtn {
    background: #b82329;
    color: #fff;
    padding: 10px 7px;
    border-radius: 35px;
    text-decoration: none;
    margin: 12px 50px 0;
    display: inline-block;
    text-align: center;
    width: 55%;
    position: relative;
    overflow: hidden; /* Ensures animation stays within the button */
    transition: color 0.3s ease; /* Smooth color transition */
}

.caseBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Highlight effect */
    transform: skewX(-45deg); /* Adds a slanted look */
    transition: transform 0.3s ease, left 0.3s ease;
    z-index: 0; /* Ensures it stays behind text */
}

.caseBtn:hover {
    color: #fff; /* Ensures text color remains consistent */
}

.caseBtn:hover::before {
    left: 100%; /* Moves the highlight effect across the button */
}

/* Optional: Add text above the pseudo-element */
.caseBtn span {
    position: relative;
    z-index: 1;
}
/* connectingdots */
.list__review {
  column-width: 18rem;
  column-gap: 1.5rem;
  list-style: none;
  padding-inline: 1rem;
  margin: 2rem 0;
}

.review__item:not(:first-child) {
  margin-block-start: 1.5rem;
}

.review__item {
  position: relative;
  background: linear-gradient(135deg, rgb(182 219 255) 0, rgb(238, 248, 255) 100%);
  border-radius: 0.8em;
  padding: 1.25rem;
  break-inside: avoid;
}

.review__title {
  position: relative;
  font-size: 0.625rem;
}

.review__title::after {
  position: absolute;
  inset: -5px -0.25rem -5px auto;
  content: '';
  height: calc(0.625rem + 10px);
  width: 1px;
  background: rgba(10, 10, 10, 0.1);
}

.review__stars {
  font-size: 0.625rem;
}

.review__content {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #222222;
}

.review__author {
  font-style: italic;
  font-size: 0.75rem;
}

.bg {
  margin-top: 25px !important;
}

.ev {
  font-size: 28px !important;
  color: #004ca2 !important;
  padding-bottom: 15px;
}
.cd-im {
 width: 100%;
 height: auto;
}
.cd-sg {
  margin: 60px 0 -30px;
  padding: 40px 0 75px;
  background-color: #0a9adf;
}
.cd-pg {
  color: #ffffff;
  margin-top: 15px;
}
.case-btns {
  margin-top: 15px;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #b82329;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #b82329;
}
.mg-ex{
  height: 295px !important;
}
.case-btns:hover {
  background-color: #a71f25; /* Slightly darker red */
  transform: scale(1.05); /* Slightly enlarge the button */
  color: #fff; /* Ensure text color stays white */
}
.em-cd {
  position: relative;
  z-index: 5;
  background-position: 0 0;
  height: 560px;
  background-size: cover;
}
.ab-hd {
  margin-top: 70px;
}
.mc-ht {
  font-size: 35px;
  color: #ffffff !important;
  margin-top: 35px;
  margin-bottom: 30px;
}
.mc-pt {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin: 0px;
}

/* mega expo event */
.re-wd {
  width: 17px;
} 
.review__items {
  position: relative;
  background: linear-gradient(135deg, rgb(182 219 255) 0, rgb(238, 248, 255) 100%);
  border-radius: 0.8em;
  padding: 1.25rem;
  break-inside: avoid;
}
.sod {
  width: 100% !important;
}
.mg-tx {
  text-align: justify;
}
.whatsapp-icon {
  margin-top: 10px !important;
}
.vp {
  padding: 52px 0 45px;
  background-color: #0a9adf;
  margin-top: 70px;
}
.contentSec.inner {
  overflow: inherit;
  background: transparent;
  padding-top: 20px;
}
.contentSec {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #fff;
}
.hclients.Inner.pt {
  padding: 100px 0 100px;
}
.hclients.Inner {
  text-align: center;
  padding: 80px 0 100px;
}
.hclients {
  position: relative;
  padding: 0 0 600px;
}
.hclients.Inner h2.title {
  color: #004ca2;
}
.vp-pk {
  font-size: 35px;
  margin-bottom: 0px;
}
.me-ex {
  margin-top: 20px;
}





  






@media only screen and (min-width: 320px) and (max-width: 570px) {
    .et-hd {
        font-size: 30px !important; /* Reduce header font size for mobile */
    }
  
    .e-rtt {
        width: 100%; /* Ensure images span full width */
        height: auto; /* Maintain image aspect ratio */
    }
  
    .e-jh {
        margin-left: 0; /* Remove left margin for better alignment */
    }
  
    .e-jk {
        flex-wrap: wrap; /* Stack elements for smaller screens */
        justify-content: center; /* Center-align content */
    }
  
    .e-bn {
        text-align: center; /* Ensure consistent alignment */
        padding: 20px 5px; /* Adjust padding for smaller devices */
       margin-left: -4px;
        box-shadow: 2px 1px 5px #9b9494; /* Adjust shadow for smaller cards */
    }
    .cm-pl {
        margin-top: 63px;
        margin-bottom: -45px;
    }
    .e-op {
        text-align: center; /* Center-align headings for mobile */
        font-size: 20px; /* Reduce font size */
        margin: 10px 0; /* Adjust margin */
        color: #004ca2;
    }
  
    .e-pt {
        padding-right: 0; /* Remove excess padding */
        text-align: center; /* Center-align text */
        margin-top: 5px;
    }
  
    .icon-text {
        flex-direction: column; /* Stack icon and text vertically */
        align-items: center; /* Center-align items */
        margin: 10px 0;
    }
  
    .icon-text i {
        margin: 0 0 5px 0; /* Adjust spacing for stacked layout */
        font-size: 18px; /* Slightly reduce icon size */
    }
  
    .icon-text p {
        text-align: center; /* Center-align text */
        font-size: 14px; /* Reduce text size for better fit */
    }
  
    .caseBtn {
        width: 70%; /* Adjust button width */
        padding: 8px 5px; /* Adjust padding */
        font-size: 14px; /* Reduce font size */
        margin: 10px auto; /* Center-align button */
        display: block; /* Ensure block-level display */
    }
    .case-btns {
      margin-top: 0px;
      padding: 9px 15px;
      font-size: 10px;
      line-height: 18px;
      color: #ffffff;
      border: 1px solid #b82329;
      border-radius: 30px;
      letter-spacing: 1px;
      display: inline-block;
      text-align: center;
      font-weight: bold;
      background-color: #b82329;
  }
  .ev {
    font-size: 20px !important;
    color: #004ca2 !important;
    text-align: left;
    padding: 0px 17px;
}
.cd-ps {
  padding: 0 17px;
}
.cd-sg {
  margin-bottom: -45px;
  margin-top: 30px;
}
.ab-hd {
  margin-top: -10px;
}
.cp-ps{
  padding: 8px 15px;
}
.vp-pk {
  font-size: 25px;
  margin-bottom: 0px;
}
    .case-box {
        box-shadow: 2px 1px 6px #A2A5A7;
        border-radius: 10px;
        padding: 16px;
        flex-direction: column;
    }
    .case-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 10px;
    }
    .caseBtn {
        padding: 8px 6px;
        margin: 10px auto 0;
        font-size: 0.9rem;
        width: 70%;
    }
    .cs-hd {
        font-size: 1rem !important;
        text-align: center;
    }
    .cs-sd {
        font-size: 24px !important;
        margin-top: 20px !important;
        text-align: center;
    }
    .case-btn {
        margin-top: 0px;
        padding: 8px 12px;
        font-size: 11px;
        line-height: 18px;
        color: #ffffff;
        border: 1px solid #b82329;
        border-radius: 30px;
        letter-spacing: 1px;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        background-color: #b82329;
    }



}




@media only screen and (min-width: 571px) and (max-width: 980px) {
    .e-jh {
      margin-left: 0; /* Adjust margin for smaller screens */
    }
  
    .e-jk {
     margin-top: 2px;
      justify-content: center; /* Center align items */
    }
  
    .e-bn {
      margin: 10px 5px; /* Reduce margin for better spacing on smaller screens */
      padding: 12px 10px; /* Adjust padding for better visibility */
      box-shadow: 2px 1px 6px #9b9494; /* Slightly reduce shadow */
    }
  
    .e-op {
      font-size: 20px; /* Reduce font size for titles */
      margin-left: 0; /* Align text without additional margin */
      text-align: center; /* Center align titles */
    }
  
    .e-pt {
      padding-right: 0; /* Remove right padding */
      margin-top: 5px; /* Adjust spacing between elements */
      text-align: center; /* Center align text */
    }
  
    .e-bn img {
      max-width: 100%;
      height: auto; /* Ensure responsive images */
      margin-bottom: 10px; /* Add spacing below images */
    }
  
    .icon-text {
      justify-content: center; /* Center align icons and text */
      margin: 8px 0; /* Adjust spacing between icon-text pairs */
    }
  
    .icon-text i {
      font-size: 18px; /* Slightly smaller icon size */
      margin-right: 8px; /* Adjust spacing */
    }
  
    .icon-text p {
      font-size: 14px; /* Slightly smaller font size for text */
    }
  
    .caseBtn {
      width: 70%; /* Increase button width for better usability */
      margin: 10px auto; /* Center align button with adjusted spacing */
      padding: 10px 12px; /* Adjust padding for smaller screens */
      font-size: 14px; /* Slightly smaller font size */
    }
  
    .getBtn {
      width: 70%; /* Increase button width */
      margin: 10px auto; /* Center align */
      padding: 10px 12px; /* Adjust padding */
      font-size: 14px; /* Reduce font size */
    }
    
    


    .case-box {
        box-shadow: 2px 1px 6px #A2A5A7;
        border-radius: 10px;
        padding: 16px;
        flex-direction: column;
    }
    .case-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 15px;
        max-width: 100%;
        padding: 0 10px;
    }
    .caseBtn {
        padding: 8px 6px;
        margin: 10px 20px 0;
        width: 70%;
        font-size: 14px;
    }
    .cs-hd {
        font-size: 1rem !important;
    }
    .cs-sd {
        font-size: 24px !important;
        margin-top: 20px !important;
    }
    .case-btn {
        margin-top: 25px;
        padding: 10px 15px;
        font-size: 13px;
        line-height: 18px;
        color: #ffffff;
        border: 1px solid #b82329;
        border-radius: 30px;
        letter-spacing: 1px;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        background-color: #b82329;
    }
    .ab-hd {
      margin-top: 80px;
    }
    .ev {
      font-size: 25px !important;
      text-align: left;
      color: #004ca2 !important;
  }




}



@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .e-jh {
        margin-left: -20px;
        margin-right: 45px;
    }
  
    .e-jk {
      margin-top: 5px; /* Add spacing for layout consistency */
      justify-content: flex-start; /* Align items to the start */
    }
  
    .e-bn {
      margin: 15px 10px; /* Increase margin for better spacing */
      padding: 14px 12px; /* Adjust padding for clarity */
      box-shadow: 3px 2px 8px #8a8a8a; /* Increase shadow for larger screens */
    }
  
    .e-op {
      font-size: 22px; /* Slightly larger font size for titles */
      margin-left: 10px; /* Add left margin */
      text-align: left; /* Left align titles */
    }
  
    .e-pt {
      padding-right: 5px; /* Add padding for spacing */
      margin-top: 10px; /* Increase spacing between elements */
      text-align: left; /* Align text to the left */
    }
  
    .e-bn img {
      max-width: 90%; /* Slightly reduce image size for layout balance */
      margin-bottom: 12px; /* Add more spacing below images */
    }
  
    .icon-text {
      justify-content: flex-start; /* Align icons and text to the left */
      margin: 10px 5px; /* Increase spacing */
    }
  
    .icon-text i {
      font-size: 20px; /* Slightly larger icon size */
      margin-right: 10px; /* Add more spacing */
    }
  
    .icon-text p {
      font-size: 16px; /* Larger font size for better readability */
    }
  
    .caseBtn {
      width: 60%; /* Adjust button width for medium screens */
      margin: 12px auto; /* Center align button */
      padding: 12px 14px; /* Adjust padding for better usability */
      font-size: 16px; /* Slightly larger font size */
    }
  
    .getBtn {
      width: 60%; /* Adjust button width */
      margin: 12px auto; /* Center align */
      padding: 12px 14px; /* Adjust padding */
      font-size: 16px; /* Slightly larger font size */
    }
    .ab-hd {
      margin-top: 70px;
    }



  }
  





