html{

}
body,p,span{
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6,a{
    font-family: 'Rubik', sans-serif;
}

img{
    max-width: 100%;
}

.grybg{
    background: #f9fafb;
}

/* Starting coustom Style */

.main-header .container-fluid,
.slider-section .container-fluid{
    max-width: 1480px;
}

body{
     overflow-x: hidden;
}
body .btn-primary{
    background-color: #142850!important;
    border-color: #142850;
    padding: 10px 21px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

body .btn-primary:hover{
    border-color: #0096C7;
}

body .btn-primary::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color:   #0096C7;
    border-color:   #0096C7;
    z-index: -1;
    transition: .4s;
}

body .btn-primary:hover::after{
    width: 100%;
}

.navbar-brand img{
    width: 51%;
    height: 51%;
}

/* Menu */

ul.our-primary-menu{}

ul.our-primary-menu li{}

ul.our-primary-menu li a{
    text-decoration: none;
    display: inline-block;
    padding: 18px 20px;
    color: #111111;
    font-weight: 500;
    font-size: 18px;
}

ul.our-primary-menu li a:hover{
    border-bottom: 3px solid #7BAE3E;
    color: #142850;
}

/* Dropdown Menu */

ul.our-primary-menu li{
    position: relative;
}

ul.our-primary-menu li ul{
    position: absolute;
    border-radius: 12px;
    width: 300px;
    left: 0;
    top: 200%;
    background: #fafafa;
    list-style: none;
    padding: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

ul.our-primary-menu li ul li{
    flex-direction: column;
}

ul.our-primary-menu li:hover ul{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

ul.our-primary-menu li ul li a{}

.header-info{}



.header-call{
    width: 220px;
   color: #142850!important;
}

.header-call-icon{
    font-size: 33px;
  
}

.header-call-info span{
    color: #606060;
}

.header-call-info a{
    font-weight: 540;
    color: #111111;
    text-decoration: none;
    font-size: 16px;
}
.header-call-info a:hover{
    color: #0096C7;
}

.header-button{}

/* Slider/Banner Css */
.slider-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slider-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
}

.slider-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 40, 80, 0.55); /* Dark blue overlay */
  z-index: 2;
}

.slider-section .container-fluid,
.slider-content,
.header-social {
  position: relative;
  z-index: 3;
  margin-left: 50px;
}

.slider-content-wrap{
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
}

.slider-content h1{
    font-size: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 600;
    color:  #142850;
    font-family: 'Rubik', sans-serif;
    text-shadow: 1px 1px 1px #fff;
    letter-spacing: 2.7x;
}

.slider-content p{
    font-size: 40.5px;
    font-weight: 400;
    color: #7BAE3E;
     text-shadow: 1px 1px 1px #fff;
}

.header-social{
    position: absolute;
    left: 0;
    bottom: 0;
}

.header-social ul{
    list-style: none;
    padding: 0;
}

.header-social ul li{}

.header-social ul li span{
    padding: 0px 15px;
    font-size: 20px;
    display: inline-block;
    margin-right: 50px;
    position: relative;
    color: #fff;
}

.header-social ul li span::after{
    content: "";
    height: 1px;
    background: #fff;
    width: 35px;
    position: absolute;
    right: -45px;
    top: 51%;
}

.header-social ul li a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 14px;
    color: #fff;
    font-size: 21px;
    transition: .4s;
}

.header-social ul li a:hover{
    color: #7BAE3E;
    font-size: 22px;
    transition: smooth;
}
/* Desktop: dropdown on hover */
@media (min-width: 992px) {
  ul.our-primary-menu li {
    position: relative;
  }

  ul.our-primary-menu li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  ul.our-primary-menu li ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    top: 200%;
    left: 0;
    width: 300px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}


@media (max-width: 991px) {
  /* Navbar collapse panel */
  .navbar-collapse {
    max-height: 85vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 999;
    padding: 15px;
    border-top: 1px solid #ccc;
  }

  /* Full-width nav menu items */
  ul.our-primary-menu {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  ul.our-primary-menu li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }

  ul.our-primary-menu li a {
    display: block;
    padding: 14px 18px;
    color: #142850;
    font-weight: 500;
    font-size: 16px;
  }

  /* Dropdowns behave like accordions */
  ul.our-primary-menu li ul {
    display: none;
    position: static !important;
    background: #ffffff !important;
    padding-left: 0;
    box-shadow: none;
    border-radius: 0;
    opacity: 1 !important;
    visibility: visible !important;
  }

  ul.our-primary-menu li.show ul {
    display: block;
  }

  ul.our-primary-menu li ul li a {
    padding: 12px 30px;
    font-size: 15px;
    color: #142850;
    margin-left: 27px;
  }

  ul.our-primary-menu li ul li a:hover {
    background-color: #f1f1f1;
    color: #0096C7;
  }

  /* Header call section */
  .header-info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .header-call {
    width: 100%;
    margin-bottom: 10px;
  }

  .header-button {
    width: 100%;
    text-align: left;
  }

  .header-button a {
    width: 100%;
    text-align: center;
  }

  /* Slider content */
  .slider-section {
    height: auto;
    padding: 100px 0 50px;
    text-align: center;
  }

  .slider-content-wrap {
    height: auto;
    display: block;
    padding: 0 15px;
  }

  .slider-content h1 {
    font-size: 42px;
    line-height: 1.2;
  }

  .slider-content p {
    font-size: 22px;
  }

  .slider-content .btn {
    margin-top: 20px;
  }

  .header-social {
    position: relative;
    margin-top: 30px;
    justify-content: center;
  }

  .header-social ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-social ul li span {
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
  }

  .slider-section .bg-video {
    object-fit: cover;
    height: 100%;
  }

  .navbar-brand img {
    max-width: 130px;
    height: auto;
  }
}



@media (max-width: 991px) {
  /* Navbar toggle styles */
  .navbar-collapse {
    max-height: 85vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 999;
    padding: 15px;
    border-top: 1px solid #ccc;
  }

  /* Logo resizing */
  .navbar-brand img {
    width: auto;
    max-width: 140px;
    height: auto;
  }

  /* Mobile menu styling */
  ul.our-primary-menu {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  ul.our-primary-menu li {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }

  ul.our-primary-menu li a {
    display: block;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #142850;
  }

  /* Dropdowns inside mobile menu */
  ul.our-primary-menu li ul {
    display: none;
    background-color: #ffffff !important;
    position: static !important;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  ul.our-primary-menu li.show ul {
    display: block;
  }

  ul.our-primary-menu li ul li a {
    padding: 12px 30px;
    font-size: 15px;
    color: #142850;
  }

  ul.our-primary-menu li ul li a:hover {
    background-color: #f1f1f1;
    color: #0096C7;
  }

  /* Header section stack */
  .header-info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .header-call {
    width: 100%;
    margin-bottom: 10px;
  }

  .header-button {
    width: 100%;
    text-align: left;
  }

  .header-button a {
    width: 100%;
    text-align: center;
  }

  /* Slider section responsive */
  .slider-section {
    height: auto;
    padding: 80px 0 50px;
    text-align: center;
  }

  .slider-content-wrap {
    height: auto;
    display: block;
    padding: 0 20px;
  }

  .slider-section .bg-video {
    object-fit: cover;
    height: 100%;
  }

.slider-section .container-fluid,
.slider-content,
.header-social {
  position: relative;
  z-index: 3;
  margin: auto;
}
  .slider-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #fff;
  }

  .slider-content p {

    font-size: 20px;
    text-shadow: 1px 1px 1px #fff;
  }

  .slider-content .btn {
    margin-top: 20px;
  }

  .header-social {
    position: relative;
    margin-top: 30px;
    justify-content: center;
  }

  .header-social ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-social ul li span {
    font-size: 18px;
    margin-right: 20px;
    color: #fff;
  }

  .header-social ul li span::after {
    display: none;
  }

  .header-social ul li a {
    font-size: 20px;
    padding: 6px 10px;
  }
}



/* Client Slider Logo Part CSS */



/* About Us CSS */
.about {
  padding: 60px 20px;
  background:#fff;
}

.about h1 {
  font-size: 70px;
  color: #004d99;
  text-align: center;
  padding: 10px 0px;
  font-family: 'Rubik',sans-serif;
  font-weight: 500;
}
.about h3{
    font-size: 35px;
    text-align: center;
    padding: 10px 0px;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    color: #7BAE3E;
}
.about p{
    font-size: 20px;
    margin: 2% 6%;
    text-align: justify;
    padding-bottom: 10px;
    color: #555555;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}
.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 400px;
}
.about-text h1{
  text-align:center; 
  color: #7BAE3E;
  font-size: 55px;
  font-family: 'Rubik',sans-serif;
  font-weight: 500;
}
.about-text p {
  font-size: 20px;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  color: #555555;
}

.about-image {
  flex: 1 1 400px;
}

.about-image img {
  width: 100%;
  border-radius: 27px;
  object-fit: cover;
  padding: 9px;
}



/* Animation: start state */
.slide-left, .slide-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease;
}

.slide-left {
  transform: translateX(-100px);
}

.slide-left.visible, .slide-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive */
@media (max-width: 992px) {
  .about h1 {
    font-size: 42px;
  }

  .about h3 {
    font-size: 24px;
  }

  .about p,
  .about-text p {
    font-size: 16px;
    margin: 0 15px;
  }

  .about-text h1 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .about h1 {
    font-size: 36px;
  }

  .about h3 {
    font-size: 20px;
  }

  .about-text h1 {
    font-size: 30px;
  }

  .about-text p,
  .about p {
    font-size: 15px;
    margin: 0 10px;
  }
}

/* Why Choose Us */
.choose-text h1{
    color: #004d99;
    font-size: 70px; 
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
    padding: 10px 0px;

}
.choose-text p{
    font-size: 35px;
    text-align: left;
    padding: 10px 0px;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    color: #7BAE3E;
}
.features-item{
    padding-top: 10px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgba(0, 123, 138, 0.07);
    box-shadow: 0 6px 20px rgba(0, 112, 185, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-item:hover{
    background-color: #e6f2fc;
    transform: translateY(-10px); /* More pronounced lift */
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 123, 138, 0.3); /* Enhanced shadow with a more prominent blue outline */
    border-color: rgba(0, 123, 138, 0.5); /* Border also reacts */
}

.features-item::before{
    content: "";
    position: absolute;
    top: -142px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 70%;
    border-radius: 50%;
    opacity: 0.3;
}
.features-item h3{
    text-align: center;
    font-size: 35px;
    padding: 10px 0px;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    color:  #007B8A;
}

.features-item p{
    text-align: justify;
    font-weight: 500;
    color: #555555;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
}

.features-item .ft-icon{
    position: relative;
    z-index: 1;
}

.features-item .ft-icon i{
    color: #142850;
    background: #ffffff;
    font-size: 50px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 50%;
    transition: .5s;
}

.features-item:hover .ft-icon i{
    color: #ffffff;
    background: #7BAE3E;
}

.mtop4{
    margin-top: -30px;
}

.ft-icon{}

.ft-icon h3{

}

.ft-icon p{
    text-align: justify;
}

.finix-text{
    position: relative;
}

/* Isolated Counter Section Styles */
.unique-counter-section {
  width: 100%;
  background: #ffffff;
  padding: 40px 0;
}

.unique-counter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.unique-counter-box {
  flex: 1 1 300px;
  text-align: center;
  padding: 20px;
  border-right: 1.5px dashed #142850;
  box-sizing: border-box;
}

.unique-counter-box:last-child {
  border-right: none;
}

.unique-counter {
  font-size: 55px;
  font-weight: 500;
  font-family: 'Rubik',sans-serif;
  color: #007B8A;
}

.unique-label {
  font-size: 33px;
  color: #555555;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  margin-top: 10px;
}

.icon-wrapper {
  font-size: 50px;
  color: #004d99;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .unique-counter-box {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px dashed #aaa;
  }

  .unique-counter-box:last-child {
    border-bottom: none;
  }
}


/* Call-to-Action */

.call-to-action-bg{
    background: linear-gradient(21deg, rgba(161, 196, 253, 0.9), rgba(2,2,2,0.6)),url(../Images/contact_1.jpg);
    no-repeat top center;
    background-size: cover;
    background-attachment: fixed;  
    padding: 20px 20px;
    color: #ffffff;
    text-align: center;
}

.call-to-action-bg h2{
    font-size: 40px;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
    border-right: 2px solid #7BAE3E;
    text-shadow: 1px 1px 2px #004d99, 1px 1px 2px #7BAE3E;
}

.call-to-action-phone{
    margin-top: 40px;
}

.call-to-action-phone span{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #ffffff;
    color: #142850;
    font-size: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
}

.call-to-action-phone a{
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding-top: 7px;
    font-size: 40px;
    text-shadow: 1px 1px 2px #004d99, 1px 1px 2px #7BAE3E;
}

@media (max-width: 992px) {
  .call-to-action-bg h2 {
    font-size: 28px;
    padding-bottom: 8px;
    border-right: hidden;
    border-bottom: 2px solid #7BAE3E;
    padding-bottom: 30px;
  }

  .call-to-action-phone {
    margin-top: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .call-to-action-phone span {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .call-to-action-phone a {
    font-size: 24px;
    padding-top: 0;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .call-to-action-bg h2 {
    font-size: 22px;
    padding-bottom: 6px;
    border-right: hidden;
    border-bottom: 2px solid #7BAE3E;
    padding-bottom: 30px;
  }

  .call-to-action-phone a {
    font-size: 18px;
  }

  .call-to-action-phone span {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
}


/* Our Services Section */

.creative-cards {
  padding: 60px 60px;
  position: relative;
}

.creative-cards .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.creative-cards h1{
  text-align:center; 
  font-size: 70px; 
  color: #004d99; 
  padding-bottom: 40px; 
  font-family: 'Rubik',sans-serif;
  font-weight: 500;
}

.creative-cards .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.card-column {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

.card-details {
  width: 90%;
  margin: auto;
  position: relative;
  transition: 0.3s ease-in-out;
}

.card-details:before {
  content: "";
  width: 190px;
  height: 390px;
  background: #f7f6f2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg, 0deg);
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.card-details:hover:before {
  background-color: #e6f2fc;
  border-radius: 12px;
  opacity: 0.3;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 123, 138, 0.3); /* Enhanced shadow with a more prominent blue outline */
}

.card-icons {
  width: 140px;
  height: 150px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icons:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
  width: 100%;
  height: 100%;
  transform: skew(-20deg, 0deg);
  background: #fff;
  border-color: #fff;
  transition: 0.3s ease-in-out;
}

.card-details:hover .card-icons:before {
    transform: translateY(-10px); /* More pronounced lift */
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 123, 138, 0.3); /* Enhanced shadow with a more prominent blue outline */
    border-radius: 12px;
    border-color: #fff;
}

.card-icons i {
  position: relative;
  font-size: 48px;
  color: #1F2E54;
  z-index: 1;
}
.card-icons i {
  font-size: 50px;
  color: #1F2E54; /* Default color */
  transition: color 0.3s ease;
}

.card-details:hover .card-icons i {
  color: #6FA343; /* Change to white on hover */
}


.card-details h3 {
  margin: 50px 0 15px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
}

.card-details h3 a {
  color:  #007B8A;
  text-decoration: none;
}

.card-details p {
  font-size: 18px;
  line-height: 27px;
  color: #555555;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}

.read-more-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1F2E54;
  border-radius: 50%;
  margin: auto;
  background: #fff;
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.read-more-btn i {
  color: #000;
  font-size: 12px;
}

.card-details:hover .read-more-btn {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* Tablet (2 cards per row) */
@media (max-width: 992px) {
  .creative-cards h1{
 font-size: 36px;
 text-align: center;
  }
  .card-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile (1 card per row) */
@media (max-width: 576px) {
  .card-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card-icons i {
    font-size: 36px;
  }

  .card-details p {
    font-size: 15px;
    line-height: 26px;
  }

  .read-more-btn {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
  }
}

/* Map  Section */

.contact-section {
  padding: 20px 20px;
  padding-bottom: 120px;
}

.contact-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: auto;
  background-color: #1e293b;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Left: Map */
.map-container {
  flex: 1;
  min-width: 600px;
  color: #fff;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Right: Details */
.details-container {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 2px solid;
  color: #fff;
}

.details-container h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: left;
  font-size: 35px;
  font-weight: 600;
  font-family: 'Rubik',sans-serif;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Rubik',sans-serif;
}

.info-item i {
  font-size: 24px;
  margin-right: 15px;
}
.details-container h2 {
  margin-bottom: 25px;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-family: 'Rubik',sans-serif;
}
.info-item h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Rubik',sans-serif;
}

.info-item p, 
.info-item a {
  margin: 2px 0 0;
  color: var(--text-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family:'Roboto',sans-serif ;
}

.info-item a:hover {
  color: var(--accent-color);
}

/* Responsive */
@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
  }
  .details-container {
    border-left: none;
    border-top: 2px solid var(--line-color);
    text-align: center;
    padding: 20px;
  }
  .info-item {
    justify-content: left;
    text-align: left;
  }
  .info-item h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rubik',sans-serif;
}

  .info-item p, 
  .info-item a {
  margin: 2px 0 0;
  color: var(--text-color);
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  font-family:'Roboto',sans-serif ;
}
  .map-container {
    width: 100%;
    height: 450px; /* Increased height for smaller screens */
  }
}


/* FAQ  Section */

.FAQ{
 
  background: linear-gradient(21deg, rgba(161, 196, 253, 0.9), rgba(1,1,1,0.6)),url(../Images/faq_2.jpg);
  no-repeat top center;
  background-size: cover;
  background-attachment: fixed; 
  width: 100%;
  padding: 50px;
  margin: 0 auto;
}

.faq-section {
  max-width: 760px;
  margin: 0 auto;
}

header {
  margin-bottom: 70px;
}

header > p {
  font-size: 24px;
  color: #f4f4f6;
  text-align: center;
  font-weight: 400;
  font-family: 'Rubik',sans-serif;
  text-shadow: 1px 1px 4px #333
}

h2 {
  font-size: 55px;
  color: #f4f4f6;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Rubik',sans-serif;
  text-align: center;
  text-shadow: 1px 1px 4px #333;
}

details {
  cursor: pointer;
}

summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}

h4 {
  width: 760px;
  font-weight: 500;
  font-family: 'Rubik',sans-serif;
}

summary {
  font-size: 20px;
  text-shadow: 0.6px 0.6px 4px #333;
  color: #f4f4f6;
  display: flex;
  justify-item: space-between;
  align-items: center;
  margin-bottom: 25px;
}

summary::marker {
  display: none;
  content: "";
}

span {
  margin-top: 4px;
  color: #f4f4f6;
}

details > p {
  max-width: 650px;
  color: #f4f4f6;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: .1px;
  margin-bottom: 40px;
  padding-left: 10px;
  text-align: justify;
  font-weight: 400;
  font-family: 'Roboto',sans-serif;
  text-shadow: 1px 1px 4px #333;
}

hr {
  border: 1px solid #404E5C;
  margin-block-end: 30px;
}

@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 32px;
  }

  .faq-section details p,
  .faq-section summary {
    font-size: 16px;
  }
  .summary h4{
    font-size: 24px;
  }
}




/* Footer CSS Section */

.footer{
    background: linear-gradient(90deg, #0F172A, #1E293B) ;
    color:#ffffff;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
}
.footer_widget img{
    height: 60%;
    width: 60%;
    margin-bottom: 2%;
}
.footer_widget p{
    margin-right: 30px;
    text-align: justify;
    margin-top: 5px;
}

.footer a{
    color: #ffffff;
}


.footer_widget h3{
    font-size: 22px;
    border-bottom: 1px solid #7BAE3E;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.footer_widget ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}


.footer_widget ul li{
    margin: 10px 0px;
}


.footer_widget ul li a{
    text-decoration: none;
    transition: .4s;
}


.footer_widget ul li a:hover{
    letter-spacing: 1.5;
    color: #7BAE3E;
}


.footer_top{
    border-bottom: 1px solid #7BAE3E;
}


.widget_social{}


.widget_social ul{
    display: flex;
}


.widget_social ul li{
    padding: 10px 0;
    margin: 0 !important;
}


.widget_social ul li span{
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}


.widget_social ul li a{
    font-size: 20px;
    padding: 10px 10px;
}


.footer_content{}


.footer_content_item{
    margin-bottom: 20px;
}


.footer_content_item span{
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    margin-top: -1px;
}


.footer_content_item span i{

}


.footer_content_item a{
    text-decoration: none;
}


.footer_copyright{
    margin-bottom: 0;
}


.footer_copyright a{
    text-decoration: none;
}

.footer_copyright b{
    text-decoration: none;
    font-size: 18px;
    font-weight: 510;
    font-family: 'Rubik',sans-serif;
}

.footer_copyright b:hover{
  font-size: 19.2px;
    text-decoration: none;
    border-bottom: 2.4px solid #fff;
}



/* Global Headings */
