body{background-color:#000; color:#FFF;}
body p{ color:#FFF;}
body h2{ color:#FFF;}
body ul li{ color:#FFF;}
 body a {
  color: #FFF;
  text-decoration: none; font-family: "Inter", sans-serif;
}


body a:hover {
  color: #0096E8; /* Optional hover color */
  
}
  h1, h2, h3, h4, h5, h6{font-family: "Inter", sans-serif;}
 /* Dropdown on hover */
 @media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }


  /* Top bar link color */
.topbar a {
  color: #000!important;
  text-decoration: none;
}

.topbar a:hover {
  color: #0096E8!important;
  text-decoration: underline;
}
.container.py-2.border-bottom.topbar a {
  color: #000;
  text-decoration: none;
}
  /* Custom Navbar Styling */
  .nav-item {
    
    border-right:0px solid #FFF; 
  }
  .navbar-nav .nav-link {
    color: #fff;
    margin-right: 1rem;
    transition: color 0.3s;
    
  }
  .navbar-nav .nav-link:last-child { border: none;}

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    color: #0096E8;
  }

  .dropdown-menu {
    background-color: #222;
    border: none;
  }

  .dropdown-item {
    color: #fff; 
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #0096E8;
    color: #000;
  }

.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background-color: #343a40; /* dark background to match navbar-dark */
    min-width: 200px;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 0;
    border-radius: 0 0 4px 4px;
}


  .banner {
    background: url('http://advanced360solutions.ezmarketingtech.com/new-wp/wp-content/uploads/2025/11/banner-home.png') no-repeat center center;
    background-size: cover;
    padding: 13% 0;
  }
  
  .banner h1, .banner p {
    text-shadow: 0 2px 5px rgba(0,0,0,0.7);
  }

  .clienttel{ background-color: #141414; color: #FFF;}

  .feature-section {
    background: url('../images/service-bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
  }
  
  
  .feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    background-color: #222222;
  }
  
  .feature-box:hover {
    background-color: #0096E8; /* darker gray or any color you prefer */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    transform: translateY(-5px);
  }

  .feature-box:hover {}
  
  h3.service-heading{color: #007aff;}
  .read-more-btn {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  
  .feature-box:hover .read-more-btn {
    display: inline-block;
  }
  .key-wrapper{ min-height: 400px; padding: 100px 0px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}

  .icon-img {
    transition: opacity 0.3s ease;
    max-width: 93px;
  }
  
  .hover-icon {
    display: none;
  }
  
  .feature-box:hover .default-icon {
    display: none;
  }
  
  .feature-box:hover .hover-icon {
    display: inline;
  }
  .dollar{ display: block;
    float: left;
    padding-left: 26px;
    position: absolute;
    padding-top: 3px;}

  .advance-wrapper{
    background-image: url('../images/advance-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 425px;
    align-items: center;
    display: flex;
  }


  .bg-blue {
    background-color: #0096e8;
  }

  .card-custom {
    border-radius: 20px;
    padding: 2rem;
  }

  .form-control {
    background-color: #f1f6fd;
    border: 1px solid #cfd9e4;
  }

  .form-label {
    font-weight: 600;
    margin-top: 1rem;
  }

  .btn-outline-dark,
  .btn-dark {
    border-radius: 6px;
    padding: 0.5rem 1.25rem;
  }

  .check-list li::before {
    content: "✔";
    color: #fff;
    margin-right: 0.5rem;
  }

  .check-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    color: #fff;
  }

  .card-text-sm {
    font-size: 0.95rem;
    color: #555;
  }
  .check-list li::before {
    content: none; /* Remove ✔ */
  }
  .check-list li {
    line-height: 40px;
  }


  .testimonial-section {
    padding: 80px 0;
  }
  .testimonial-heading {
    text-align: center;
    margin-bottom: 50px;
  }
  .testimonial-heading h5 {
    font-weight: normal;
    color: #ccc;
  }
  .testimonial-heading h2 {
    font-weight: 700;
  }
  .testimonial-card {
    background-color: #131515;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .testimonial-card i {
    font-size: 2rem;
    color: #005677;
    margin-bottom: 20px;
  }
  .testimonial-name {
    color: #0096E8;
    font-weight: 600;
  }
  .testimonial-role {
    font-size: 0.9rem;
    color: #888;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
  }

  section.testimonial-section {
    background-color: #131515;
    padding: 60px 20px;
    color: #fff;
  }

  

  .swiper {
    padding: 40px 0;
  }

  .swiper-slide {
    background: #1e1f1f;
    border-radius: 10px;
    padding: 20px 10px;
    color: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    
   
  }

  .testimonial-content {
    font-size: 1rem;
    line-height: 1.5;
  }

  .testimonial-author {
    margin-top: 15px;
    font-weight: bold;
    color: #0096E8;
  }
  .testimonial-author span{ font-size: 10px; color: #797979; font-weight: lighter;}
.e-con-inner p {
    text-align: justify;
}
  .swiper {
    touch-action: pan-y;
    padding: 20px 0px!important;
}
  .swiper-button-next,
  .swiper-button-prev {
    color: #a0d8ef;
  }

  .swiper-pagination-bullet {
    background: #a0d8ef;
    opacity: 0.5;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }

  
  
  .testimonial-content img {
    width: 25px;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  
  .testimonial-author {
    margin-top: 10px;
    font-weight: bold;
    color: #a0d8ef;
  }
  
  section.contact-section {
    background: url('../images/ready-bg.png') no-repeat center center/cover;
    padding: 80px 20px;
    color: #fff;
    background-color: #000;
    
  }

  

  .form-column {
    flex: 1;
    min-width: 300px;
  }

  .form-column h4 {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 10px;
  }

  .form-column h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #fff;
  }

  form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  input, textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    flex: 1;
  }

  .half-width {
    flex: 1 1 45%;
  }

  textarea {
    resize: vertical;
    min-height: 100px;
    
  }

  button {
    padding: 12px 24px;
    background-color: #0096E8;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
  }

  button:hover {
    background-color: #0096E8;
  }

  .image-column {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-column img {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }

    .form-column h2 {
      font-size: 1.5rem;
    }
  }


  .inbg{ background-color: #414242;}


  .footer {
    background-color: #0B0D0D;
    color: #ccc;
    padding: 10px 10px 10px;
    font-family: sans-serif;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1px;
  }
  
  .footer-col {
    flex: 1 1 200px;
    margin: 0px 10px;
  }
  
  .footer-col h4 {
    color: #fff;
    margin-bottom: 10px;
  }
  
  .footer-col p,
  .footer-col a,
  .footer-col li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ccc;
    text-decoration: none;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 8px;
  }
  
  .footer-logo {
    max-width: 150px;
  }
  
  .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  
  .newsletter-form input {
    padding: 10px;
    border-radius: 4px;
    border: none;
    font-size: 1rem;
  }
  
  .newsletter-form button {
    padding: 10px;
    background-color: #0096E8;
    color: 000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .newsletter-form button:hover {
    background-color: #009e8b;
  }
  
  .social-icons {
    margin-top: 15px;
  }
  
  .social-icons a {
    margin-right: 10px;
    display: inline-block;
  }
  
  .social-icons img {
    width: 24px;
    height: 24px;
  }
  
  .bottom-row {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    border-top: 1px solid #333;
    padding-top: 20px;
  }
  
  @media (max-width: 768px) {
    .footer-row {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  .footer-bottom-first{ border-bottom: 1px solid #242525;}
  .footer-box{ border-right: 1px solid #242525; padding: 10px 10px 0px 0px; }
	.footer-box h5{margin-left: 0px;    margin-bottom: 5px;}
.footer-box2{ border-right: 0px solid #242525; padding: 10px 10px 0px 0px; }
	.footer-box2 h5{margin-left: 0px;    margin-bottom: 5px;}


  .footer-box-logo{ border-right: 1px solid #242525; display: flex; align-items: center; }
  
  .footer-box h5{ color: #0096E8; font-size: 14px;}
  .footer-box2 h5{ color: #0096E8; font-size: 14px;}
  .footer-top-first{ border-top: 1px solid #242525; padding-top: 10px;}

/*-------------------contact us page------------------------ css*/
  .contact-wrapper{ max-width:700px; }
  .button-container {text-align: center; margin-top: 20px; display: flex; width: 100%;}
  .button-container .btn-primary {padding: 10px 20px; font-size: 16px; cursor: pointer; max-width: 180px; margin:0px auto; display:block; align-items: center; justify-content: center;}
  .contact-section-new {background:#000; padding: 80px 20px; color: #fff; background-color: #000;}
  .contact-main-bg{ background:url(../images/contact-main-bg.png); min-height:700px; background-repeat: no-repeat; background-position: right bottom;  background-size: 65%; }
  .contact-details-wrapper{ width:600px; background-color:#FFF; min-height:400px; padding:50px 50px; position:absolute; }
  .contact-details-wrapper h2 span{color:#0096E8;}
  .contact-details-wrapper h4{ margin-bottom:20px; }
  @media only screen and (max-width:600px){
    .contact-wrapper{ max-width:100%; }
    .button-container {text-align: center; margin-top: 10px; display: flex; width: 100%;}
    .button-container .btn-primary {padding: 10px 20px; font-size: 16px; cursor: pointer; max-width: 180px; margin:0px auto; display:block; align-items: center; justify-content: center;}
    .contact-section-new {background:#000; padding: 80px 20px; color: #fff; background-color: #000;}
    .contact-main-bg{ background:url(../images/contact-main-bg.png); min-height:680px; background-repeat: no-repeat; background-position: center bottom;  background-size: 93.8%; }
    .contact-details-wrapper{ width:94%; background-color:#FFF; min-height:400px; padding:10px 10px; position:absolute; }

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

  }
/*------------------government page-----------------------------*/

.technology-wrapper{ background-color:#0096E8; }
.text-white h2 { margin-bottom:30px!important; display:block; }
.tech-inbox{min-height: 320px; border-radius: 30px!important;}
/*transfrom accelerator*/
.tr-wrapper{ background:url(../images/tr-bg.png); min-height:400px; background-repeat:no-repeat; }
.tr-wrapper a{ background:#0096E8; max-width:150px; border-radius:5px; text-align:center; padding:5px 20px; color:#FFF; }
.tr-wrapper a:hover{color:#000;}

.tr-wrapper .inno{ display:flex; justify-content:left; align-items:center; flex-wrap:wrap; text-align:left; margin-top:50px; }
a.innovative-tool{ color:#000; background-color:#FFF; border-radius:5px; padding:5px 10px; text-align:center; margin-bottom:30px; display:block; max-width:150px; }
@media only screen and (max-width:600px){
 .tr-wrapper{ background:url(../images/tr-bg.png); position: relative; z-index: 1; min-height:200px; background-repeat:no-repeat; background-position:contain; background-size:cover;  overflow: hidden; }
 .tr-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent black overlay */
  z-index: -1;
}
	.e-con-inner p {
    text-align: justify;
}
.tr-wrapper .inno{ display:flex; justify-content:left; align-items:center; flex-wrap:wrap; text-align:left; margin-top:10px; }
a.innovative-tool{ color:#000; background-color:#FFF; border-radius:5px; padding:5px 10px; text-align:center; margin-bottom:10px; display:block; max-width:150px; }
}

.certification-bg{ background-color:#0B0D0D; padding:20px; }
.certification-bg .inner-wrapper-cb{ border-radius:30px!important; }
.sp-count{color: #D3D3D3; font-size: 50px; font-weight: 600;}
.sp-cc{color: #0096E8;}


/*case studies*/
.case-studies-wrapper-main{ background-color:#000000; color:#FFF; padding:50px 0px;}
.case-studies-wrapper-main h2 span{color:#0096E8;}
.case-studies-wrapper-main .case-inner{ background:#FFF; color:#000; padding:50px; border-radius:50px; margin:30px 0px; }
.case-studies-wrapper-main .case-inner img{ width:100%; margin:10px 0px; }
.case-studies-wrapper-main .case-inner a.case-btn{background-color: #0096E8; max-width: 150px; padding: 7px 20px; text-align: center; color:#FFF; display: block; margin: 0px auto; border-radius:7px; }
.slier-wrapper-new{ background-color:#0096E8; padding:50px 50px; }
.slider-container {
      position: relative;
      width: 1300px;
      margin: 20px auto;
      overflow: hidden;
      padding-top: 40px;
    }
    .slider-container h2{color: #FFF; margin: -30px 0px 40px 20px;}

    .slider-controls {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      gap: 10px;
      padding: 10px;
    }

    .slider-wrapper {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 50%;
      box-sizing: border-box;
      padding: 15px ;
    }

    .slide-item {
      background: #FFF;
      padding: 20px 20px;
      text-align: left;
      border-radius: 49px;
    }
    .slide-item img{ width:100%; margin-bottom:20px; }
    .slide-item h3, h5 { padding:0px 0px 0px 0px; }
    .slide-item h5{ color:#464545; }
    .slide-item a{ padding:0px 0px 0px 20px; margin-bottom:20px; }
    .slide-item i{ margin:7px 0px 0px 0px; }
    #prevBtn{background-color: #A8E0FF;
    color: #000;
    border-radius: 50px;
    max-width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;}

    #nextBtn{background-color: #A8E0FF;
    color: #000;
    border-radius: 50px;
    max-width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;}

    
@media only screen and (max-width:600px){
  .case-studies-wrapper-main .case-inner{ background:#FFF; color:#000; padding:20px; border-radius:20px; margin:30px auto; width:90%;} 
  .case-studies-wrapper-main h2{padding:0px 20px; } 
  .case-studies-wrapper-main h4{padding:0px 20px; }
  .slier-wrapper-new{ background-color:#0096E8; padding:5px 5px; }
  .slider-container {
      position: relative;
      width: 90%;
      margin: 20px auto;
      overflow: hidden;
      padding-top: 40px;
    }

    .slider-container h2{color: #FFF; margin: -20px 0px 40px 5px;}

    .slider-controls {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      gap: 10px;
      padding: 10px;
    }

    .slider-wrapper {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 50%;
      box-sizing: border-box;
      padding: 5px ;
    }

    .slide-item {
      background: #FFF;
      padding: 5px 5px;
      text-align: left;
      border-radius: 24px;
    }
    .slide-item img{ width:100%; margin-bottom:10px; }
    .slide-item h3, h5, p{ padding:0px 0px 0px 0px; }
    .slide-item h5{ color:#464545; }
    .slide-item a{ padding:0px 0px 0px 20px; margin-bottom:20px; }
    .slide-item i{ margin:7px 0px 0px 0px; }
    #prevBtn{background-color: #A8E0FF;
    color: #000;
    border-radius: 50px;
    max-width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;}

    #nextBtn{background-color: #A8E0FF;
    color: #000;
    border-radius: 50px;
    max-width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;}
	
	.dollar {
    display: block;
    float: left;
    padding-left: 111px;
    position: absolute;
    padding-top: 2px;
}
}


/* Mobile: show only 1 item per slide */
    @media (max-width: 768px) {
      .slide {
        min-width: 100%;
      }
    }


/*service page css start*/
.service-wrapper{ background-color: #0096E8; padding: 50px 0px; color: #FFF;}
.service-wrapper h5{ padding:0px 0px 10px 20px; }
.service-wrapper p{ padding:0px 0px 10px 20px; }
.service-wrapper h2{ padding:0px 0px 10px 20px; }
.service-wrapper img{ width:100%; }
.accordion {
      
      
      overflow: hidden;
      max-width: 600px;
      margin: 0 auto;
      
    }

    .accordion-item {
      
      margin: 15px 0px;
      background-color: #fff;
      border-radius: 10px;
    }

    .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 16px;
      font-weight: bold;
      
    }

    .accordion-header:hover {
      
    }

    .accordion-icon {
      font-size: 20px;
    transition: transform 0.3s;
    border: 1px solid #0096E8;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0096E8;
    padding-top:-2px;
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
      padding: 0 16px;
      border-radius: 10px;
    }

    .accordion-item.active .accordion-content {
      padding: 16px;
      max-height: 500px; /* Adjust as needed */
    }

    .accordion-item.active .accordion-icon {
      content: "-";
      transform: rotate(180deg);
    }


    /*about us page css*/
    .team-about{ background:#000; padding:50px 0px; color:#FFF; }
    .team-about h2, h5, h4{ margin-bottom:20px; }
    .team-about img{ width:100%; }
    .team-about .about-detail{ background:#131515; border-radius:40px; display:flex; justify-content:left; align-items:center; }
    .team-about .about-detail .con1{ width:350px; height:150px; text-align:left; padding:0px 30px; }
    .team-about .about-detail .con1 h3 {margin-left: 15px;}
    .team-about .about-detail .con1 .socila-media{ display:flex; justify-content:left; align-items:center; margin-left:15px; }
    .team-about .about-detail .con1 .socila-media a{ padding:2px 5px; margin:0px 5px; background:#FFF; border-radius:2px; color:#000 !important; }
    .value-bg{ background:url(../images/value-bg.png); background-repeat:no-repeat; }
    .about-min-wrap{ background:#0096E8; color:#FFF; }
    .about-min-wrap .white-bg-wrapper{ background:#FFF; padding:20px 20px; color:#000; border-radius:20px; width:100%; margin:20px auto; }
    .partner-wrapper{ background-color:#000; padding:50px 0px; color:#FFF; }
    .partner-wrapper p{ background-color:#0B0D0D; border:1px solid #212121; padding: 10px 10px; border-radius:5px; margin:15px 5px; text-indent: -2.2em; padding-left: 50px; }
    .partner-wrapper .quote-wrapper{ background-color:#111010; border-radius:20px; padding:50px 50px; }
    .partner-wrapper .quote-wrapper img{ margin-bottom:40px; }
@media only screen and (max-width:600px){
    .team-about{ background:#000; padding:10px 0px; color:#FFF; }
    .team-about h2, h4{ margin-bottom:20px; }
    .team-about img{ width:100%; }
    .team-about .about-detail{ background:#131515; border-radius:20px; display:flex; justify-content:left; align-items:center; width:95%; margin:10px auto; }
    .team-about .about-detail .con1{ width:90%; height:150px; text-align:left; padding:17px 20px; margin:0px auto; }
    .team-about .about-detail .con1 h3 {margin-left: 15px;}
    .team-about .about-detail .con1 .socila-media{ display:flex; justify-content:left; align-items:center; margin-left:15px; margin-top:10px; }
    .team-about .about-detail .con1 .socila-media a{ padding:2px 5px; margin:0px 5px; background:#FFF; border-radius:2px;  }

    }




/* Custom toggler animation */
.toggler-icon {
    width: 30px;
    height: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.toggler-icon span {
    background: #fff;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Cross state */
.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 7px);
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.navbar-toggler{ padding:8px 8px;}
  

/* Make navbar items spread across full width */
#header-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem; /* Optional spacing between items */
}

#header-menu li {
    flex: 1;
    text-align: center;
}

#header-menu li a {
    color: white;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    font-weight: 500;
	min-width:150px;
}

/* Optional hover effect */
#header-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}


@media only screen and (max-width:600px){
	
	.footer-col {
				flex: 1 1 100px;
				margin: 0px 10px;
				width: 1;
				}
	.footer-box-logo{border:none;}
	.footer-box {
    			border-right:none;
				}
	h5 			{
				margin-bottom:0px;
				}
	
	.banner 	{
				background-size: cover;
				padding: 15% 0;
				min-height:300px;
				}
	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.inbg {
    width: 100%;
}
}





.testimonial-content {
  
  padding: 20px;
  border-radius: 8px;
  min-height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.testimonial-author {
  font-weight: 600;
  margin-top: 10px;
  font-size: 0.9rem;
  
}


@media (max-width: 767px) {
  .testimonial-content {
    font-size: 0.95rem;
    padding: 15px 50px;
    min-height: auto;
  }

  .testimonial-section h2 {
    font-size: 1.5rem;
  }

  .testimonial-section p {
    font-size: 0.9rem;
  }
}
p.my-4 {
    text-align: justify;
}





/* Parent menu item hover effect */
.menu-item-has-children {
    position: relative;
}

/* Hide sub-menu by default */
.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background-color: #343a40; /* dark background to match navbar-dark */
    min-width: 200px;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 0;
    border-radius: 0 0 4px 4px;
}

/* Show submenu on hover */
.menu-item-has-children:hover .sub-menu {
    display: block; list-style:none;
}

/* Style submenu links */
.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

/* Hover effect for submenu links */
.menu-item-has-children .sub-menu li a:hover {
    background-color: #495057;
}


.menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}




/* Add arrow after parent menu items */
.menu-item-has-children > a::after {
    content: " \25BC"; /* ▼ Unicode down arrow */
    font-size: 0.6em;
    margin-left: 6px;
    vertical-align: middle;
}

/* Optional: Style arrow color */
.navbar-dark .navbar-nav .menu-item-has-children > a::after {
    color: #fff;
}

