   body{
    scroll-behavior: smooth;
    
   }
   section {
  scroll-margin-top: 1rem; /* adds 1rem gap when scrolled into view */
}
  
   .container_new{
    max-width: 1700px !important;
   }






@font-face {
    font-family: "Geometos";
    src: url("../font/Geometos.eot");
    src: url("../font/Geometos.eot?#iefix")format("embedded-opentype"),
    url("../font/Geometos.woff2")format("woff2"),
    url("../font/Geometos.woff")format("woff"),
    url("../font/Geometos.ttf")format("truetype"),
    url("../font/Geometos.svg")format("svg");
}







   
   /* ===== Custom Navbar ===== */
   
   #navbar{
    width: 100%;
    float: left;
   }
    .my-navbar {
      background: #ffffff;
        padding: 20px 0 !important;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .my-navbar-logo img {
      max-height: 50px; /* Adjust logo size */
    }

    .my-navbar-links .nav-link {
      color: #304c9d;  /* Dark Blue */
      font-weight: 600;  font-family: "Geometos";
      margin: 0 12px;
      transition: color 0.3s ease;
    }

    .my-navbar-links .nav-link:hover {
      color: #f44336;  /* Red on hover */
    }

   .my-navbar-btn {
    background-color: #ee5529;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;  font-family: "Geometos";
    padding: 8px 22px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    border: none;
    display: inline-block;
   }

    .my-navbar-btn:hover {
      background-color: #304c9d; /* Darker Red */
    }

    /* Center dropdown links on mobile */
    .my-navbar-collapse {
      text-align: justify;
    }

    /* home  */
    #home{
    width: 100%;
    margin: 100px 0 0 0;
    float: left;
}
.carousel-item{
    background-color: #ee5529;
}
/* Banner Content */
.banner-content {
 position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-0%, -50%);
    color: #000000;
    /* max-width: 1600px; */
    width: 50%;
    text-align: left;
    padding: 20px;
}

.banner-content h1 {
  font-size: 48px;color: #fff;
  font-weight: 700;
  line-height: 1.3;  font-family: "Geometos";
}

.banner-content h1 span {
  color: #ffcc80; /* Highlight color for 'Expert Guidance' */  font-family: "Geometos";
}

.banner-content p {
  font-size: 1.2rem;
  margin: 34px 0; font-family: "Roboto", sans-serif;
  color: #fff;
}

.btn-banner {
  font-size: 17px;
  background-color: #ee5529; /* Orange button */
  color: #fff !important;
  font-weight: 600;
  padding: 13px 45px;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s ease;  font-family: "Geometos";
}

.btn-banner:hover {
  background-color: #d35400; /* Darker orange */
}


/* ===== About Section ===== */
 #about{
    width: 100%;
    float: left;
 } 
    .about-section {
background: #f05e22  bottom right;
    padding: 7% 0;
    }
    .about-section h2 {
      font-weight: 800;
      color: #ffffff;
      font-size: 48px;  font-family: "Geometos";
      margin-bottom: 50px;
    }

    .about-card {
      background: #fff;
      border-radius: 14px;
      padding: 40px 104px;
      text-align: center;
      transition: all 0.3s ease;
      /* height: 113%; */
      position: relative;
      border: 10px solid #304c9d;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .about-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .about-icon {
      font-size: 48px;
      color: #ff6b35;
      margin-bottom: 20px;
      display: inline-block;
    }

    .about-icon {width: 17%;}
    .about-icon img{width: 100%;}

    .about-title {
      font-weight: 700;
      font-size: 22px;
      color: #304c9d;  font-family: "Geometos";
      margin-bottom: 15px;
    }

    .about-text {
      /* font-size: 0.95rem; */
      color: #555;
      line-height: 1.6;
      font-size: 17px;font-family: "Roboto", sans-serif;
    }





/* ===== Courses Section ===== */
#courses{
    width: 100%;
    float: left;
    padding: 7% 0 !important;
}
.courses-section {
  background: #304c9d;
}

.courses-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
 color: #fff;
    font-family: "Geometos";
}
.courses-title::after {
    content: "";
    display: block;
    width: 6%;
    height: 4px;
    background: #ee5529;
    margin: 12px auto 0;
    border-radius: 2px;
}


/* Main Tabs */
.custom-main-tabs .nav-link {
  font-weight: 600;
  color: #cdcdcd;
  border: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
      font-size: 18px;
}


.custom-main-tabs .nav-link:focus, .custom-main-tabs .nav-link:hover{  color: #ffffff !important;}


.custom-main-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: unset !important;
    border-bottom: 3px solid #ffffff;
    border-color: unset !important;
}
.custom-main-tabs  .nav-tabs .nav-link {
    border: 0 !important;
}
.nav-tabs .nav-link {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
/* Side Tabs */
.custom-side-tabs .nav-link {
  text-align: left;
      font-size: 16px;
  font-weight: 500;
  color: #0d47a1;
  border-radius: 8px;
  width: 100%;
  border: 0 !important;
  margin-bottom: 8px;
  transition: background 0.3s ease;
}
.custom-side-tabs .nav-link.active {
      background:#ffffff !important;
    color: #304c9d !important;
}

/* Tab Content */
.course-detail {
  padding: 46px 62px;
}
.course-icon {
  font-size: 5em;
  margin-bottom: 15px;
}
.course-subtitle {
font-size:25px;
  font-weight: 600;
  color: #0d47a1;
  margin-bottom: 15px;
}
.course-detail p{
 
    font-size: 16px;    color: #666;
}
.custom-tab-content {
    background-color: #ffffff; /* white background */
    padding: 20px;             /* inner spacing */
    border-radius: 10px;       /* rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* soft shadow */
    margin-bottom: 20px;       /* spacing below */
}
.tables{
    background-color: #efefef; /* white background */
  padding: 20px !important;
    border-radius: 10px;       /* rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* soft shadow */
    margin-bottom: 20px;  
  /* border: 1px solid red; */
}
 .btn-new{
font-size: 15px !important;
    background-color: #ee5529 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 14px 30px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
    border: 0 !important;
}

 .btn-new:hover{ background-color: #304c9d !important;}

.course_box{
  padding: 1%;

}
/* Side Tabs (Nested Tabs) */



/* why_choose_us */

    /* Custom Section Styling */
    #why_choose_us{
      width: 100%;
      float: left;
    }
    .why-choose-us {
      background: #f8f9fa; /* light grey background */
      padding: 7% 0 !important;
    }
    .why-choose-us h2 {
      font-weight: 700;
      font-size:48px;
      margin-bottom: 50px;
      color: #304c9d; /* custom heading color */
          font-family: "Geometos";
    }

    /* Custom Card */
    .feature-box {
      background: #304c9d;
      border-radius: 12px;
      padding: 50px 20px;
      text-align: center;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
      height: 100%;
    }
    .feature-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }

    .feature-icon {
      font-size: 70px;
      margin-bottom: 20px;
      color: #ff6b35; /* highlight color */
    }

    .feature-title {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 12px;
      color: #fff;font-family: "Geometos";
    }

    .feature-text {
      font-size: 17px;
      color: #dadada;
      line-height: 1.5;
    }
    .container_neww{
       max-width: 1500px !important;
    }


/* stats-section */
.stats-section {
  background: #f8f9fa;
  padding: 10px 0 70px;
}

.stat-card {
  background: #304c9d; /* Bootstrap primary blue */
  color: #fff;
  border-radius: 12px;
  padding: 25% 20px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.stat-card:hover {
  transform: translateY(-6px);
}

.stat-icon {
  font-size: 36px;
  color: #ff6b35; /* orange highlight */
  margin-right: 10px;
  vertical-align: middle;
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.stat-plus {
  font-weight: 800;
  margin-left: 2px;
}

.stat-label {
font-size: 1.5rem;
    margin-top: 6px;
    opacity: 0.95;
    font-family: "Geometos";
}



 /* contact Section */
 #contact{
  width: 100%;
float: left;
}
    .contact-section{background: #304c9d;
    padding: 7% 0;}
    .contact-heading{    color: #ffffff;
    font-weight: 800;
    margin-bottom: 30px;font-family: "Geometos";
    font-size: 48px;}

    /* Left form */
    .contact-form .form-label{font-weight:600;color:#ee5529}
    .contact-form .form-control,.contact-form .form-select{
      border-radius:10px;border:1px solid #ee5529;padding:.75rem .9rem
    }
    .contact-form .form-control:focus,.contact-form .form-select:focus{
      border-color:#ee5529; box-shadow:0 0 0 .25rem rgba(31,107,255,.1)
    }
    .contact-btn{    font-size: 17px !important;
    background-color: #ee5529 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 13px 45px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
    border: 0 !important;
  }
    .contact-btn:hover{background:#ee5529}

    /* Right card */
    .contact-card{
      background:#ffffff;color:#000000;border-radius:18px;padding:28px; height:100%;
     
    }
    .contact-title{font-weight:600;margin-bottom:12px; color: #21314d;}
    .contact-divider{height:3px;width:80px;background:#ff6b35;border-radius:4px;margin:10px 0 18px}
    .contact-item{display:flex;gap:12px;margin-bottom:12px}
    .contact-item i{font-size:22px;color:#ee5529}
    .contact-card a{color:#000000;text-decoration:none}
    .contact-card a:hover{text-decoration:underline}
    .contact-map{border:0;border-radius:12px;overflow:hidden}











    /* Footer Section */
    #footer{
      width: 100%;
      float: left;
    }
.custom-footer {
    background-color: #ffffff;
    color: #f05e22;
    padding: 60px 0 30px;
}

.custom-footer .footer-logo {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.custom-footer .footer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #bbb;
}

/* Titles */
.custom-footer .footer-title {
  font-size: 18px;
 /* font-weight: 600;
  */margin-bottom: 15px;
color: #f05e22;
}

/* Links */
.custom-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer .footer-links li {
  margin-bottom: 10px;
}

.custom-footer .footer-links a {
  color: #f05e22;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-footer .footer-links a:hover {
  color: #304c9d;
}

/* Social Icons */
.custom-footer .footer-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #304c9d;
  border-radius: 50%;
  color: #fff;
  margin: 0 5px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.custom-footer .footer-social a:hover {
  background: #f48120;
  transform: translateY(-3px);
}

/* Bottom Bar */
.custom-footer .footer-bottom {
 border-top: 1px solid #f05e22;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;
    color: #f05e22;
}

/* Responsive */

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
.banner-content h1 {  font-size: 43px;}
.about-section h2{font-size: 43px;}
  .my-navbar-links .nav-link{font-size: 13px;}
  .about-section h2{font-size: 43px;}
  .courses-title{font-size: 43px;}
  .why-choose-us h2{font-size:43px;}
  .contact-heading{font-size: 43px;}
  .custom-footer .footer-logo img{width: 100%;}
  .my-navbar-btn{font-size: 13px;}
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  .banner-content h1 {  font-size: 43px;}
.about-section h2{font-size: 43px;}
  .my-navbar-links .nav-link{font-size: 13px;}
  .about-section h2{font-size: 43px;}
  .courses-title{font-size: 43px;}
  .why-choose-us h2{font-size:43px;}
  .contact-heading{font-size: 43px;}
  .custom-footer .footer-logo img{width: 100%;}
  .my-navbar-btn{font-size: 13px;}

}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
.banner-content h1 {  font-size: 40px;}
.about-section h2{font-size: 40px;}
  .my-navbar-links .nav-link{font-size: 12px;}
  .about-section h2{font-size: 40px;}
  .courses-title{font-size: 40px;}
  .why-choose-us h2{font-size:40px;}
  .contact-heading{font-size: 40px;}
  .custom-footer .footer-logo img{width: 100%;}
  .my-navbar-btn{font-size: 12px;}

}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
.banner-content h1 {  font-size: 40px;}
.about-section h2{font-size: 40px;}
  .my-navbar-links .nav-link{font-size: 12px;}
  .about-section h2{font-size: 40px;}
  .courses-title{font-size: 40px;}
  .why-choose-us h2{font-size:40px;}
  .contact-heading{font-size: 40px;}
  .custom-footer .footer-logo img{width: 100%;}
    .my-navbar-btn{font-size: 12px;}
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.my-navbar-btn{font-size: 12px;}
.custom-footer .footer-logo img{width: 100%;}
.banner-content h1 {  font-size: 33px;}
  .my-navbar-links .nav-link{font-size: 12px;}
  .about-section h2{font-size: 33px;}
  .courses-title{font-size: 33px;}
  .why-choose-us h2{font-size: 33px;}
  .contact-heading{font-size: 33px;}
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .my-navbar-btn{font-size: 12px;}
.custom-footer .footer-logo img{width: 100%;}
.banner-content h1 {  font-size: 33px;}
  .my-navbar-links .nav-link{font-size: 12px;}
  .about-section h2{font-size: 33px;}
  .courses-title{font-size: 33px;}
  .why-choose-us h2{font-size: 33px;}
  .contact-heading{font-size: 33px;}
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
.my-navbar-btn{font-size: 12px;}
.custom-footer .footer-logo img{width: 100%;}
.banner-content h1 {  font-size: 30px;}
  .my-navbar-links .nav-link{font-size: 12px;}
  .about-section h2{font-size: 30px;}
  .courses-title{font-size: 30px;}
  .why-choose-us h2{font-size: 30px;}
  .contact-heading{font-size: 30px;}
}

@media (max-width: 1000px) {
.my-navbar-btn{font-size: 12px;}
.custom-footer .footer-logo img{width: 100%;}
.banner-content h1 {  font-size: 30px;}
  .my-navbar-links .nav-link{font-size: 12px;}
}

/* Responsive */
@media (max-width: 767px) {
  .custom-footer {    text-align: center;}
  .custom-footer .text-md-end {    text-align: center !important;}
.banner-content {position: absolute;    top: 25%;    width: 100%;left: 0;}
.banner-content h1 {  font-size: 20px;   font-weight: 700;  line-height: 1.3; }
.banner-content p {  font-size: 1rem;  margin: 13px 0;  font-family: "Roboto", sans-serif; }
.btn-banner {  font-size: 10px;   padding: 13px 45px; }
.custom-footer .footer-logo img{ width: 100%;}
.contact-card {   font-size: 14px;}
}

