.items_ae96b4c626b346ef9a3620c3377f99c6 > :first-child, .block_a0a0f2486ede46789947e6907b8e8bff a > :first-child,
.items_d8ccc623c2c944c6a613f6a919ef0baa > :first-child {
    background-color:#1E73BF !important;
}
/* Button Padding */
.button {
    padding: 10px 20px;
}

.simpleList.itemsCollectionContainer.blockWrap_ae96b4c626b346ef9a3620c3377f99c6 .items_ae96b4c626b346ef9a3620c3377f99c6,
.items_d8ccc623c2c944c6a613f6a919ef0baa{
    max-width: 600px;
    margin: auto;
}

.items_ae96b4c626b346ef9a3620c3377f99c6 .item:hover,
.items_d8ccc623c2c944c6a613f6a919ef0baa .item:hover{
    cursor: pointer !important;
}

h3 {
    font-size:22px;
}


@media only screen and (min-width: 768px) {

    #madHeroContent {
        width: 60%;
    float: left;
    padding: 35px;
    }
     #madFormContainer {
        width: 33%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
    }
    .navContainer {
        width: 74%;
    }
    .headerContainer {
        width: 26%;
    }
}

#madHeroContent {
    padding: 35px;
}
    
.madTitle {
    font-size: 35px; 
    color: #fff !important;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #fff !important;
    text-align: left;
}

.madButton {
    color: #ffffff !important;
    background-color: #DD3333;
    border-color: #DD3333;
    padding: 10px 30px;
}

.madButton:hover {
    color: #ffffff !important;
    background-color: #DD3333;
    border-color: #DD3333;
}

.blockWrap_a1b9b69939be403dafd98e38570a8d90 .blockInnerContent{
    background-color:#1E73BF;
    margin-top:-170px

    }
    
.madContentFull {
    padding-bottom:20px;
}
.formText .madTitle, .formText{
    text-align:center;
    padding-bottom:0px;
    background-color:rgb(28, 95, 154);
}

.formText {
    padding: 20px;
}


/* landing page form settings */

@media only screen and (min-width: 768px) {
    #madFormContainer2,
    #madHeroContent2 {
        width: 50%;
        float: left;
    }

    div#madHero2 {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.headerContainer, .navContainer, .primaryAndSecondaryContent, .footerContainer {
    padding-left: 2%;
    padding-right: 2%;
}

.madTitle2 {
    font-size: 30px; 
    color: #000;
    text-align: center;
}

.madContent2 {
    font-size: 22px; 
    color: #000;
    text-align: center;
}

.navButton {
    padding:5px 30px !important;
}



.madTitlelp {
    font-size: 55px; 
    color: #fff !important;
    text-align: left;
}

.madTitlelp2{
    font-size: 30px; 
    color: #fff !important;
    text-align: left;
    margin-top:25px;
}

.madTitlelpbtn {
    font-size: 25px; 
    color: #fff !important;
    text-align: center;
}

.contentTitlelp {
    font-size: 30px; 
    color: #fff !important;
    text-align: left;
}

.contentcontentlp {
    font-size: 17px; 
    color: #fff !important;
    text-align: left;
    line-height: 1.7;
}





.itemInnerContent p a{
    margin-top:0;
    margin-left: 0;
    text-align:center;
    padding:0;
    color: #d33;
    background-color: transparent;
    border-radius:5px;
}

.itemImg{
    margin-top:-23px;
}


.services-section {
  background: #111; /* black background */
  padding: 60px 20px;
  text-align: center;
}

.services-section h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
    font-family: proximanovabold, Arial, Verdana, sans-serif;
}

.services-grid {
  display: flex;
  gap: 15px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between; /* evenly space karega */
}

.service-box {
  background: #1c1c1c;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #333;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: calc(26.333% - 15px);
    min-width: 300px;
    align-items: center;
    justify-content: center;
}


.service-box:hover {
  background: #f39c12; /* highlight color */
  transform: translateY(-8px);
  border-color: #f39c12;
}

.service-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.service-box h3 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.service-box:hover h3 a {
  color: #111;
}

.service-box p {
  color: #dbdada;
  font-size: 15px;
  line-height: 1.5;
}

/* Scroll to Top Button */
#scrollTopBtn {
  display: none; /* hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  font-size: 35px;
  background: #1E73BF;
    color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 18px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

#scrollTopBtn:hover {
  background: #111;
  color: #f39c12;
}


/* Testimonials Section */
.testimonials-section {
  background: #f7f7f9;          /* change to #111 for dark theme */
  padding: 60px 20px;
}

.testimonials-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials-section h2 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 32px;
  color: #111;                  /* dark theme -> #fff */
}

/* Flexbox Layout */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

/* Testimonial Card */
.testimonial-card {
  background: #fff;             /* dark theme -> #1c1c1c */
  border: 1px solid #e6e6ea;    /* dark theme -> #333 */
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 calc(33.333% - 16px); /* 3 per row on desktop */
  min-width: 260px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  border-color: #ddd;
}

/* Card Header */
.t-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Quote Icon (instead of image) */
.t-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f39c12;
  color: #111;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Name & Role */
.t-name {
  font-size: 18px;
  margin: 0 0 2px;
  color: #111; 
}

.t-role {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}

/* Stars */
.t-stars {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  color: #f39c12;
}

/* Testimonial Text */
.t-text {
  margin: 0;
  color: #374151;
  line-height: 1.6;
  font-size: 15px;
  text-align: left;
}

/* Responsive */
@media (max-width: 1024px) {
  .testimonial-card {
    flex: 1 1 calc(50% - 12px);  /* 2 per row on tablet */
  }
}
@media (max-width: 640px) {
  .testimonial-card {
    flex: 1 1 100%;              /* 1 per row on mobile */
  }
}

.blockContainer.blockWrap_a1401927057943f6bb72fdaa1a6622ad.fsMed.txa0.bmg0.lstsy1.bw0.sy0 {
    padding: 0px !important;
    margin-top: 82%;
}
.gmbrevw {
    margin-top: 50px;
}