/*

Known Template 

https://templatemo.com/tm-516-known

*/

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color:  #2bbf0dd1;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid  #2bbf0dd1;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
    justify-content: space-between;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }
  .navbar-nav-first {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px; /* Adjust spacing between items */
}

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background:  #2bbf0dd1;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color:  #2bbf0dd1;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color:  #2bbf0dd1;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }


  @media only screen and (max-width: 991px) {
    .custom-navbar .navbar-nav-first {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: static;
        font-size: 10px;
        transform: none;
         gap: 5px; /* Reduce gap for better fit */
    }
    .navbar-right{
      font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-navbar {
        text-align: center;
        padding: 1px 0;
    }
    .navbar-nav-first{
      font-size: 10px;
    }

    .custom-navbar .navbar-brand {
        display: block;
        text-align: center;
    }

    .custom-navbar .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        line-height: 10%;
    gap: -20px; /* Better spacing for touch accessibility */
    }
#lt{
  margin-left: -35%;
}
    .custom-navbar .navbar-nav li {
        display: block;
        width: 100%;
        padding: -5%;
        margin: 0;
        
        text-align: center;
    }

    .custom-navbar .navbar-nav.navbar-right {
        width: 100%;
    }

    .custom-navbar .navbar-toggle {
        border: none;
        background-color: #2bbf0dd1;
        padding: 8px 12px;
        border-radius: 5px;
    }
    .navbar-nav .fa{
      margin-left: 10em;
    }

    .custom-navbar .navbar-toggle .icon-bar {
        background: white;
        height: 3px;
        margin: 4px 0;
    }
}
 /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/
/* Home Section */
#home{
  background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url("../images/ai.jpg");
  min-height:100vh ;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
justify-content: space-between;
}

.text{
  width: 90%;
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.text h1{
  font-weight: 600;
  color: white;
}
.text p{
  margin: 10px;
  font-size: 14px;
  color: white;
}
.text a button{
  margin-top: 10px;
  background: transparent;
  border: 1px solid white;
  padding: 10px 30px;
  position: relative;
  color: white;
  cursor: pointer;
}
.text a button:hover{
  background: #38b000;
}

 
/* WHAT WE DO */

#about {
  margin-top: 10%;
  background: linear-gradient(135deg, #f0fff4, #e6f7ff); /* Light greenish-blue gradient */
  padding: 60px 0;
}

/* Section Heading */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h4 {
  font-size: 32px;
  font-weight: bold;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.line-dec {
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #38b000, #1e293b);
  margin: 12px auto;
  border-radius: 10px;
}

/* Service Items (Glassmorphism Effect) */
.service-item {
  cursor: pointer;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 40px 25px;
  transition: all 0.4s ease-in-out;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  
  /* Ensuring Equal Height for All Cards */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px; /* Adjust this if necessary */
}
/* Hover Effects */
.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.service-item .icon {
  font-size: 45px;
  color: #38b000;
  margin-bottom: 18px;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.service-item:hover .icon {
  transform: rotate(10deg) scale(1.1);
  color: #1e293b;
}

/* Ensuring uniform height for all cards */
.row {
  display: flex;
  flex-wrap: wrap;
}

.service-item h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #1e293b;
}

.service-item p {
  flex-grow: 1; /* Makes sure content fills available space */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #555;
}

/* Make sure all columns stretch equally */
.col-md-3 {
  display: flex;
}



/* Ensure uniform card size */
.service-item {
  height: 100%;
}

.service-item:hover h4,
.service-item:hover p {
  color: #1e293b;
}

/* Responsive Design */
@media (max-width: 991px) {
  .service-item {
      margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .service-item {
      padding: 30px 18px;
  }

  .service-item .icon {
      font-size: 40px;
  }

  .service-item h4 {
      font-size: 18px;
  }

  .service-item p {
      font-size: 14px;
  }

}

/* INTRO Section */
#Intro {
  background: linear-gradient(135deg, #f0fff4, #e6f7ff); /* Light greenish-blue gradient */
  text-align: center;
  padding: 80px 20px;
  box-sizing: border-box;
}

/* Main Content Box */
.intro-section {
  max-width: 900px;
  margin: auto;
  padding: 50px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 184, 148, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.intro-section:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 35px rgba(0, 184, 148, 0.3);
}

/* Heading styles */
.intro-heading {
  font-size: 38px;
  font-weight: bold;
  color: #004d40;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border-bottom: 3px solid #00b894;
  display: inline-block;
  padding-bottom: 8px;
}

/* Text styles */
.intro-text {
  font-size: 18px;
  color: #2d3436;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 500;
}

/* Video Container */
.video-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

/* Video Styling */
.intro-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 5px 20px rgba(0, 184, 148, 0.25);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.intro-video:hover {
  transform: scale(1.03);
  box-shadow: 0px 10px 30px rgba(0, 184, 148, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  #Intro {
      padding: 60px 15px;
  }

  .intro-section {
      padding: 30px;
  }

  .intro-heading {
      font-size: 32px;
  }

  .intro-text {
      font-size: 16px;
  }

  .intro-video {
      border-radius: 10px;
  }
}


/* course section */

/* Space between cards */
.owl-carousel .owl-stage {
  display: flex;
  gap: 20px; /* Adjusts space between each card */
}

/* Custom Navigation Buttons */
.custom-owl-nav {
  text-align: center;
  margin-top: 10px;
}

/* Small & Centered Arrows */
.custom-owl-nav button {
  background-color: #ddd;
  color: #555;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out;
  margin: 0 5px;
  cursor: pointer;
}

.custom-owl-nav button:hover {
  background-color: #ccc;
}

/* Updated Card Styling */
.course-card {
  background: #f9f9f9;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.course-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.course-card:hover .course-img img {
  transform: scale(1.05);
}

.course-info {
  padding: 20px;
  flex-grow: 1;
}

.course-info h3 {
  font-size: 18px;
  font-weight: bold;
}

.course-info p {
  font-size: 14px;
  color: #555;
 
}
.section-title{
  padding-bottom: 5rem;
}
.section-title h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2bbf0dd1;
}
#courses{
  padding: 5rem 0;
}
.custom-owl-nav span {
  display: none;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .owl-carousel {
      display: grid !important;
      grid-template-columns: 1fr; /* One card per row */
      gap: 20px; /* Space between cards */
  }
  
  
  .course-card {
      width: 100%;
  }
  
}



/* ==========================================================================
pricing section
========================================================================== */

#pricing {
  text-align: center;
  align-items: center;
  padding: 3em 0;
  background-color: #f8f9fa;
}

#pricing h1 {
  font-size: 42px;
  margin-bottom: 1em;
  color: #1e293b;
}

.our-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.price-card {
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
}

.feature-thumb {
  background: white;
  border: none;
  padding: 2em;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}

.feature-thumb:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.feature-thumb span {
  background: blue;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 10px;
}

.Register-link, .Login-link {
  display: inline-block;
  margin: 8px 5px;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  background-color: #2bbf0dd1;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.Register-link:hover, .Login-link:hover {
  background-color: #2a8500;
  transform: scale(1.05);
}
#pricing{
  display: none;
}

@media (max-width: 768px) {
  #pricing{

    display: block;
  }
  .our-price {
    text-align: center;
      flex-direction: column;
    
  }
  .price-card {
      max-width: 90%;
  }
  .feature-thumb {
      width: 100%;
      align-items: center;
      justify-content: center;
      text-align: center;
  }
  .feature-thumb span {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #pricing{
    display: block;
  }
  .price-card {
      max-width: 100%;
  }
  .feature-thumb {
      padding: 1.5em;
  }
  .Register-link, .Login-link {
      font-size: 14px;
      padding: 10px 18px;
  }
}  
/* CONTACT US */

#contact-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-section {
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h4 {
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
}

.section-divider {
  width: 50px;
  height: 2px;
  background-color: green;
  margin: 10px auto;
}

.contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form button {
  padding: 12px 25px;
  background-color: green;
  color: white;
  font-size: 1.1em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: darkgreen;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-content {
      flex-direction: row;
  }

  .contact-map iframe {
    margin-top: 5%;
    margin-left: 5%;
      height: 300px;
  }
  #contact-section .col-md-12{
  width: 100%;
  text-align: center;
 
  }
}

  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  .testimonial-container {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
}
.testimonial-carousel {
    position: relative;
    width: 80%; /* Adjusted width to fit two testimonials */
    margin: auto;
    overflow: hidden;
    padding: 2rem 0;
}
.carousel-content {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%; /* 3 pairs of testimonials visible */
    gap: 20px; /* Add space between the cards */
}
.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(50% - 10px); /* Adjusted to fit 2 testimonials with gap */
    text-align: left;
}
.testimonial-card h3 {
    font-weight: bold;
}
.stars {
    color: gold;
}
.profile-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.profile-info img {
    width: 60px; /* Increased profile image size */
    height: 60px; /* Increased profile image size */
    border-radius: 50%;
    margin-right: 10px;
}
.profile-info span {
    font-weight: bold;
    color: #2bbf0dd1;
}
.badge {
    color: black;
    padding: 5px 10px;
    font-size: 2.5rem;
    font-weight: bold;
    background-color: transparent;
}
.testimonial-container h2{
    color: #2bbf0dd1;
}
.dot-navigation {
    margin-top: 20px;
}
.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
.active {
    background-color: #717171;
}
/* Responsive Design */
@media (max-width: 1024px) {
  .testimonial-container {
      max-width: 90%;
  }
}

@media (max-width: 768px) {
  h2 {
      font-size: 20px;
  }
  p {
      font-size: 14px;
  }
  .testimonial-card {
      padding: 15px;
   }
  .profile-info span {
      font-size: 14px;
  }
  .dot {
      width: 10px;
      height: 10px;
  }
}

@media (max-width: 480px) {
  h2 {
      font-size: 18px;
  }
  p {
      font-size: 12px;
  }
  .testimonial-card {
      padding: 10px;
  }
  .profile-info img {
      width: 40px;
      height: 40px;
  }
  .profile-info span {
      font-size: 12px;
  }
  .dot {
      width: 8px;
      height: 8px;
  }
  .contact-content {
    align-items: center;
    flex-direction: column;
}
}


  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    padding: 50px 0;
}

.section-title h2 {
    color: #2bbf0dd1;
    font-size: 28px;
    font-weight: bold;
}

.section-title small {
    color: #606060;
    font-size: 16px;
}

#contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#contact-form .form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
}

#contact-form input[type="submit"] {
    background: #2bbf0dd1;
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 20px 34px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

#contact-form input[type="submit"]:hover {
    background: #239a08;
    cursor: pointer;
}

.contact-image img {
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Hover Effect */
.form-control:hover {
    border-color: #2bbf0dd1;
    box-shadow: 0px 0px 5px rgba(43, 191, 13, 0.3);

}


/*---------------------------------------
     FOOTER               
  -----------------------------------------*/

  footer {
    background-color: #2bbf0dd1; /* Light background color for better visibility */
    color: #f8f8f8; /* Light grey text for good contrast */
    padding: 40px 0;
}

footer h2 {
    font-size: 18px;
    color: black;
    margin-bottom: 15px;
}
.branches-section {
  display: block;
  color: white;
 
}
footer p {
    font-size: 14px;
    line-height: 1.5;
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

footer .contact-info p {
    margin: 5px 0;
}
footer .social-icon {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

footer .social-icon li {
    margin-right: 15px;
}

footer .social-icon a {
    font-size: 24px;
    color: #090909; /* White color for social media icons */
    transition: color 0.3s;
}

footer .social-icon a:hover {
    color: #1DA1F2; /* Light blue on hover for icons */
}

footer .copyright-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: white;
}

footer .copyright-text a {
    color:black;
    text-decoration: none;
}

footer .copyright-text a:hover {
    text-decoration: underline;
}

/* Section Styling for new class names */
footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .office-address, 
footer .contact-info-section, 
footer .branches-section, 
footer .copyright-section {
    margin-bottom: 30px;
}

footer .office-address h2,
footer .contact-info-section h2,
footer .branches-section h2 {
    font-size: 1.2em;
    color: #2c3e50; /* Darker color for headings */
}

footer .contact-info p, 
footer .branches-section p {
    font-size: 14px;
    color: white; /* Light text color for consistency */
}


/* Make sure it looks good on mobile devices */
@media (max-width: 767px) {
    footer .footer-row {
        text-align: center;
    }

    footer .social-icon {
        justify-content: center;
    }

    footer .office-address, 
    footer .contact-info-section, 
    footer .branches-section {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #team .container .col-md-12{
      width: 100%;
      text-align: center;
      align-items: center;
    }
    #lgin{
      display: none;
    }
    #contact-section .col-md-12{
      width: 100%;
      text-align: center;
     
      }
      .footer-row .copyright-section{
        text-align: center;
        width: 100%;
      }
  }
  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #060606;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #0937cd;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/


  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
    #about .row{
      align-items: center;
      justify-content: center;
      width: 100%;
     }
     #contact-section .col-md-12{
      width: 100%;
      text-align: center;
     
      }
  }



    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
     
  

  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
    #team .container .section-title{
      width: 100%;
    }
    #about .section-heading{
      width: 100%;
    }
    .contact-content {
      align-items: center;
      flex-direction: column;
  }
  .footer-row{
    text-align: center;
  }

  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
  