@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
 
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body,html{
    width: 100%;
    height:auto;
    /* overflow-y: scroll; */
    box-sizing: border-box;
}
.row{
    padding:auto 0px !important;
    margin: auto 0px !important;
}
.col-xl-6{
    padding:0px !important;
    margin:auto 0px !important;
}
.topheader span{
    margin-right: 20px;
}
.navbar {
      /* background-color: #333; */
      color: white;
      padding: 10px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
    }

    .navbar-logo {
      width:200px;
      /* border: 1px solid red; */
    }
    .logo{
      object-fit:fill;
      width: 100%;
      display: block;
      height: 50px;
    }
    .navbar-toggle {
      display: none;
      font-size: 1.5rem;
      background: none;
      border: none;
      color: white;
      cursor: pointer;
    }

    .navbar-menu {
      display: flex;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
      
    }

    .navbar-menu li {
      position: relative;
    }

    .navbar-menu a {
      color: white;
      padding: 10px 15px;
      text-decoration: none;
      display: block;
    }

    .navbar-menu a:hover {
      background-color: #555;
    }

    /* Dropdown menu */
    .dropdown-menu {
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #444;
      display: none;
      flex-direction: column;
      width:50vw;
      z-index: 1000;
      margin: 0;
      /* padding: 10px 15px; */
      /* align-items:center; */
    }

    .dropdown-menu li {
      border: 1px solid #555;
      list-style: none;
    }
    .dropdown-menu  h5{
        border: 1px solid #555;
        margin: 0;
        padding: 10px;
        color: aliceblue;
    }
    .menu-close {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  text-align: right;
  padding: 10px 15px;
  cursor: pointer;
  align-self: flex-end;
}

    /* Show dropdown on hover (desktop) */
  
footer{
    padding: 20px 0;
}
footer ul li a{
    color: white;
    text-decoration: none;
}
footer ul li{
    list-style-type:none;
    color:white;
    line-height: 2.5em;
    padding:5px 10px;
}
.foot-p a{
    color: white;
    margin-right: 10px;
}
a{
    text-decoration: none;
}
.banner{
    height: 450px;
    width: 100%;
}
.overlap{
    position: absolute;
    top: 0;
    display: flex;
    place-content: center;
    height: 450px;
    width: 100%;
    align-items: center;
    color:#f3eeee;
    flex-direction:column;
}
.overlap h1{
    font-size: 3rem;
    font-weight: bolder;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing:normal;
    text-align: center;
}
.contact-btn{
    background-color: #fff;
    border: none;
    color: black;
    font-size: 18px;
    font-weight: bolder;
    
}
.contact-btn:hover{
    /* transition: all 2s; */
    background-color:transparent;
    color:white;
    border: 1px solid #fff;

}
.main-card {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin:0px auto;
  position: relative;
  /* overflow: hidden; */
}
.main-card .card img{
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 20px;
  margin: auto;
  border: 1px solid black;
}
.main-card{
  padding:0;
}
 .main-card .card{
  padding: 2rem 1rem;
  border-radius: 0px;
  box-shadow: inset 2px 10px 15px #04688f;
  box-shadow: inset 2px 10px 15px #030303;
  background-color: aliceblue;
}
.main-card .card:hover{
 background-color: black;
 color: white;
}
.main-card .card h5{
  text-align: center;
  font-family: "Monospace" ,sans-serif;
}
.main-card p{
  font-family:"Manrope" ,sans-serif;
  text-align: justify;
}
.container{
  padding: 0;
}
h1{
  font-weight: bolder;
  margin: 1rem auto 0.5rem;
}
.lead1{
  font-size: 17px;
  font-family: "Lato",sans-serif;
  letter-spacing: 1px;
  line-height: 1.7rem;
}
.blue-section{
  /* width: 100%; */
  background-color: #04688f;
}
.blue-section> div{
  padding: 2rem;
}
p{
 font-family: "Lato",sans-serif;
 font-size: 17px;
}
.detective{
  height: 100%;
}
.blue-parent{
  box-shadow:2px 20px 28px rgb(17, 16, 16);
  color: #fff;
}
.card2{
  padding: 2.5rem 0 2rem;
}
.card2 h1{
  margin:20px auto;
  text-align: center;
}
.card-parent{
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}
.card-parent .card{
  padding: 1rem;
  border: 1px solid #ebe9e9;
  border-radius:0px;
}
.card-parent .card:hover{
   box-shadow:2px 20px 28px #0a0a0a;
   position: relative;
   top: -5px;
}
.card-parent .card .card-body{
  padding: 0;
}
.card-parent .card img{
  height: 150px;
  width: 100%;
  object-fit: fill;
  margin-bottom: 20px;
}
.card-parent .card p{
  text-align: justify;
  font-size: 17px;
}
.read-btn{
  background-color: #024a66;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  box-shadow: 2px 3px 10px rgb(156, 194, 211);
}
.read-btn:hover{
  background-color: #0a0a0a;
  color: #fff;
}
.case-study{
  padding: 3rem 0;
}
.case-study-card{
  display: grid;
  grid-template-columns: auto auto auto;
  gap:30px;
  padding: 0;
}
.case-study-card .card{
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  /* padding: 2rem 0 0; */
}
.case-study-card .card img{
  object-fit:fill;
  width: 100%;
  height: 180px;
  scale: 1;
  z-index: 2;
  
}
.case-study-card .card:hover img{
  scale: 1.1;
  transition: all 1s;
}
.case-study .card-footer a{
  width: 100%;
  color:#000;
  font-size: 17px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.case-study .card-footer {
  position: relative;
  border-radius: 0;
  margin: 0;
  z-index: 1;
}
.case-study .card-body{
  overflow: hidden;
}
.case-study .card:hover .card-footer{
  background-color: #000;
}
.case-study .card:hover a{
  color: white;
}
.case-study .card-footer i{
  font-size: 10px;
  margin: 0 5px;
}
.case-h5{
  font-weight: bolder;
  color: #024a66;
  padding: 10px 1rem 5px;
}
.case-study p{
  padding: 5px 1rem;
}
.accordion-button {
  background-color:#024a66;
  box-shadow: none;
  color: #fff;
}
.faq .accordion{
  --bs-accordion-btn-icon:url('../images/chevron.png');
  --bs-accordion-btn-active-icon: url('../images/chevron.png');
}
.accordion-button:not(.collapsed) {
    color:#fff;
    background-color:#024a66;
    box-shadow:none;
}

 #scrollTopBtn {
      position: fixed;
      bottom: 20px;
      left: 10px;
      display: block;
      padding: 10px 15px;
      font-size: 16px;
      background-color: #024a66;
      color: white;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1000;
    }
    .cont-btn-footer{
      position: fixed;
      bottom: 70px;
      left: 10px;
      z-index: 1000;
    }
    .cont-btn-footer img{
      width: 50px;
      display: block;
      margin: 10px 0;
    }
    .coontact-card{
      display: grid;
      grid-template-columns: auto auto auto;
      margin: 4rem 0;
    }
    .coontact-card .card{
      border: none;
      border-radius: 0;
      padding: 2rem;
      text-align: center;
    }
    .coontact-card .card img{
      margin: auto;
    }
   .coontact-card .card p:last-of-type, .coontact-card .card h5{
   color: #ce0e18;
   font-weight: 900;
   letter-spacing: 2px;
   font-family: "Rubik", sans-serif;
   font-optical-sizing: auto;
   font-style: normal;
   }
  .coontact-card .card:nth-child(2) {
   border-left: 1px solid #d1d0d0;
   border-right: 1px solid #d1d0d0;
  }
    
  input, #message{
    width: 100%;
    padding: 7px;
    border-radius: none;
    box-shadow: 2px 5px 10px #979696;
    border: 1px solid #b6b1b1;
  }
  #message:focus, input:focus{
    outline: none;
    border:1px solid #5a5959;
}
input[type="submit"]{
  background-color: #ce0e18;
  margin: 20px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
}
  .h1{
    font-weight: bolder;
    font-size: 3rem;
    margin: 2rem 0;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  #branches .accordion {
      cursor: pointer;
      padding: 15px 20px;
      /* background-color: #fffdfd; */
      border: none;
      outline: none;
      width: 100%;
      text-align: left;
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 0.3s;
    }
    #branches > div{
     align-items: baseline;
     display: flex;
     flex-direction:column;
    }
    #branches{
      display: grid;
      grid-template-columns: auto auto;
      gap:50px;
    }

 
    .chevron {
      transition: transform 0.3s ease;
      display: inline-block;
    }

    .accordion.active .chevron {
      transform: rotate(180deg);
    }

    .panel {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      padding:0 20px;
      width: 100%;
    }

    .panel.open {
      padding: 15px 20px;
    }
    #branches .panel ul li a{
      color:blue;
      font-weight: bold;
      text-decoration: underline;
    }
    .ul-li li{
    font-family: "Lato", sans-serif;
    font-size: 17px;
    }
    table td,th{
      border: 1px solid #cac3c3;
      padding: 5px;
      font-family: "Lato", sans-serif;
      font-size: 17px;
    }
    .testinominals{
      width:50%;
      margin: auto;
      position: relative;
    }
    .testinominals p{
     font-family:'Times New Roman', Times, serif;
     font-style: italic;
     position: relative;

    }
    .testinominals p:first-child:before{
      content:"\f10d";
      font-family: "fontAwesome";
      padding:0 20px 0 20px;
      position:absolute;
      top:-20px;
      font-style:oblique;
      font-size: 2rem;
      left:-80px;
      color: #04688f;
    }
    .detec-branch{
      width: 100%;
      height: 250px;
      margin-bottom: 20px;
    }
    .service-card{
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 20px;
      position: relative;
    }
    .service-card div{
      text-align: center;
      box-shadow: 0 0 50px rgba(5, 6, 6, 0.08);
      padding: 2rem 1rem;
      position: relative;
      width: 100;
      margin: auto;
      cursor: pointer;
    }
   
    .service-card div::before
     {
        content: "";
        position: absolute;        
         width: calc(0%);
        transition: .3s ease-in-out;
    }
    
    .service-card div::before {
        top: -5px;
        left: -1px;
        right: -1px;
        border-top: 5px solid #e7118e;
       
    }
    
    .service-card div:hover::before
    {
       width: 100%;
    }
    .enquiry-box{
      padding: 2rem 0;
    }
    .faq-accor .accordion-item{
      border: none;
    }
   .faq-accor .accordion-header {
      padding: 15px 0;
      cursor: pointer;
      font-weight: bold;
      font-size: 17px;
      font-family: "Manrope", sans-serif;
    }
  .faq-accor .accordion-header span {
  margin-right: 15px;
  }
  .faq-accor .accordion-content {
      padding: 15px 0;
      display: none;
      font-size: 17px;
      font-family: "Manrope", sans-serif;
    }

  .faq-accor .accordion-content.show {
      display: block;
    }

   .faq-accor .toggle-icon {
      font-weight: bold;
      font-size: 20px;
    }
    .blogs{
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 20px;
    }
    .blogs div{
      justify-content: center;
      text-align: center;
      background-color: #f5eaea;
    }
    .blog-img{
      width:100%;
      height: 250px;
      object-fit: fill;
    }
@media(max-width:992px){
    .navbar-menu a {
      padding: 10px;
    }
    .main-card,.case-study-card ,.card-parent,.coontact-card,.blogs{
  grid-template-columns: auto auto;
}
.service-card{
 grid-template-columns: auto;
}
.service-card div{
  place-self: center;
}
}
  @media (min-width: 769px) {
      .dropdown:hover .dropdown-menu {
        display: flex;
      }
    }

    /* Mobile styles */
    @media (max-width: 768px) {
      .navbar-toggle {
    display: block;
  }
 .menu-close {
    display: block;
  }
  .navbar-menu {
    display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  background-color: #333;
  padding-top: 60px; /* accounts for navbar height */
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  overflow-y: auto;         /* ✅ enables vertical scroll */
  overscroll-behavior: contain;
  }

  .navbar-menu.active {
    display: flex;
    transform: translateX(0); /* slide in */
  }

  .navbar-menu li {
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    background-color: #444;
  }

  .dropdown.open .dropdown-menu {
    display: flex;
  }
  .main-card,.case-study-card ,.card-parent,.coontact-card,.service-card,.blogs{
  grid-template-columns: auto;
}
#branches{
  grid-template-columns: auto;
  gap: 0;
}
.branch-banner,.overlap{
  height: 200px;
}
.overlap h1{
  margin:0px !important; 
}
.container{
  padding:0 1.5rem;
}
.overlap {
    position: absolute;
    top: 0;
    display: flex;
    place-content: center;
    height: 450px;
    width: 100%;
    align-items: center;
    color: #f3eeee;
    flex-direction: column;
    padding: 1.5rem;
}
.topheader{
  padding:0;
}
.case-study-card .card img, .card-parent .card img {
  height: 400px;
}
.testinominals{
      width:80%;
    }
    }
    @media(max-width:576px){
      .case-study-card .card img, .card-parent .card img {
  height:100%;
}
.testinominals{
      width:80%;
    }
     .overlap{
      height: 100%;
     }            
    .testinominals p:first-child:before{
      left:-52px;
    }
    .banner{
    height: 350px;
    width: 100%;
}
.topheader div:first-child span{
  display: block;
}
    }
    @media(max-width:300px){
      body{
        width: 300px;
      }
      .h1{
        font-size: 20px;
        white-space:inherit;
        word-break: normal;
      }
          .overlap h1 {
            font-size: 2.2rem;
    }
    }
