body{
    margin: 0px;
    padding: 0px;
}

*{
    font-family: "Montserrat", sans-serif;
}

h1,h2,h3,h4,h5,h6,ol,ul,img{
    margin: 0px;
    padding: 0px;
}
p{
    line-height: 23px;
    font-size: 15px;
    padding-bottom: 10px;
}

.bggrey{
    background-color: #fbfbfb;
    color: #003566;
}

.contact-section {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 50px auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .contact-info {
      flex: 1;
      padding: 30px;
      background-color: #ffffff;
      color: #0f0f0f;
    }

    .contact-info h2 {
      margin-top: 0;
    }

    .contact-info p {
      margin: 15px 0;
      line-height: 1.6;
    }

    .contact-form {
      flex: 2;
      padding: 30px;
      background-color: #fff;
    }

    .contact-form h2 {
      margin-top: 0;
    }

    .contact-form form {
      display: flex;
      flex-direction: column;
    }

    .contact-form input,
    .contact-form textarea {
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
      resize: vertical;
    }

    .contact-form button {
      background-color: #003566;
      color: white;
      padding: 12px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
    }

    .contact-form button:hover {
      background-color: #C29504;
    }

    .map-container {
      width: 100%;
      height: 400px;
      margin-top: 30px;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: none;
    }


.fulid-container{
    width:100%;
}

.container{
    width: 1200px;
    margin:auto;
}

.bgblue{
    background: #003566;
    padding: 20px;
}

.leadssection{
    background: #003566;
    height: 280px;
    padding: 20px;
    color: #fff;
}

.coursedetails{
    background: #ffcc00;
    height: 580px;
    padding: 20px;
    color: #fff;
}

.logo{
    float: left;
    width: 248px;
    
}

.nav{
    width:460px;
    float: left;
}

.nav ul{
    list-style: none;
}

.nav ul li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.nav ul li a{
    color: aliceblue;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .4s;
}

.nav ul li a:hover{
    color: #ccc;
}

.button{
    float:left;
}
.button a{
    transition: all .4s;
}

.button a:hover{
    background-color: #ffcc00;
}

.button a{
   background-color: aliceblue;
   text-decoration: none;
   padding: 10px;
   border-radius: 10px;
}

.navmain{
    width: 600px;
    float: right;padding-top: 10px;
}

.herotext{
    width: 640px;
}

.brdrrad{
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.img-fluid{
    max-width: 70%!important;
}

.img-fluid1{
    width: 100%;
}

.clear{
    clear: both;
}

.mt20{
    margin-top:31px;
}

.herotext span{
    color: #fff;
}
.herotext h1{
    margin-top: 20px;
    color: #ffcc00!important;
    font-size: 64px!important;
}
.herotext p{
    padding-top: 10px;
    color: #fff;
}

.forrmarea{
    background: #ccc;
    border-radius:10px;
    padding: 10px;
}
.forrmarea img{
    width:82%;

}
.contentarea{
    width:58%;
    float: left;
    margin-top: 80px;
}
.contentarea ol{
    padding-left: 4%;
    font-size: 15px;
    line-height: 23px;
}

.cont{
    color: #fff;
}

.topbg{
    background-color: #ffcc00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 1px;
}

.topbg h2 {
    font-size: 18px;
    text-decoration: #fff;

}

.formbg{
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 290px;
    width: 100%;
    padding: 10px;
    padding-top: 20px;
}

input[type="text"]{
    border:1px solid #000;
    padding: 15px;
    width: 90%;
    border-radius: 10px;
    margin-bottom: 10px;
    align
}

input[type="email"]{
    border:1px solid #000;
    padding: 15px;
    width: 90%;
    border-radius: 10px;
    margin-bottom: 10px;
    align
}

.contact-form textarea{
    border:1px solid #000;
    padding: 15px;
    width: 90%;
    border-radius: 10px;
    margin-bottom: 10px;
    align
}

.btn{
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffcc00;
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: none;
    transition: all .4s;
}

.btn:hover{
    background-color: #C29504;
}

.btnleads{
    width: 20%;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    color: #003566;
    text-decoration: none;
    transition: all .4s;
}

.btnleads:hover{
    border: 1px solid #fff;
    color: #fff;
    background: none;
}

.bgblue1{
    background: #003566;
    height: 220px;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.leads{
    width: 70%;
    color: #fff;
    text-align: center;
    padding-top: 18px;
}

.bgyellow{
    background: url(../images/bg-services.jpg) no-repeat;
    background-size: cover;
    height: 800px;
    padding: 20px;
    color: #003566;
    background-position:top;
    position: relative;
}
.modules{
    width: 813px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 8px;
}
.sections{
    width: 374px;
    padding-top: 20px;
}
.trainer img{
    position: absolute;
    width: 157%;
}

.fa-searchengin{
    font-size: 40px;
    color: #fff;
    padding: 15px;
}

.fa-chart-simple{
    font-size: 40px;
    color: #fff;
    padding: 15px;
}

.fa-square-poll-horizontal{
    font-size: 40px;
    color: #fff;
    padding: 15px;
}

.circle{
    background-color: #003566;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.sections h4{
    padding-top: 12px;
}

.playbutton a{
    font-size: 42px;
    font-weight: 300;
    transition: all .4s;
    text-decoration: none;
    color: #003566;
}

.playbutton a:hover{
    color:brown;
    text-decoration: none;
}

.nav-link{
    color: #fff!important;
}
.btn-primary{
    color: #fff!important;
    background: #003566!important;
}

.footerblue{
    background: #003566;
    padding: 20px;
}

.footerdetails{
    color: #fff;
    padding-top: 20px;
}
.footersections{
    color: #fff;
    padding-top: 20px;
}
.footersections ul{
    list-style: none;
    padding-top: 20px;
}
.footersections ul li a{
    color: #fff;
    text-decoration: none;
}
.footersections ul li{
    line-height: 25px;
}
/*media*/

@media only screen and (max-width:420px){

.container{
    width: 100%;
    height: auto;
}

.herotext{
    width:100%;
}

.herotext h1{
    font-size: 56px;
}
.bgblue{
    height: auto;

}
.forrmarea{
    width: 90%;
    margin: auto;
}
.mt20{
    width: 100%;
}
.contentarea{
    width: 100%;
}

.rghtimg{
    width: 100%;
    padding: 10px;
}
.leads{
    width: 100%;
}
.bgblue1{
    height: auto;
}
.bgyellow{
    background: url(../images/bg-services.jpg) no-repeat;
    background-size: cover;
    height: auto;
    color: #003566;
    background-position:left;
    position: relative;
    display: table;
    }
.trainer img{
    display: none;
}

.bggrey{
    background-color: #ccc;
}

.modules{
    width: 100%;
    height: auto;
}
.footerblue{
    background: #003566;
    height: auto;
    display: table;
    padding: 20px;
}

.footerdetails{
    float: left;
    width: 90%;
    color: #fff;
    padding-top: 20px;
}

.footersections{
    width: 60%;
    color: #fff;
    float: left;
    padding-top: 20px;
}

}
@media only screen and (max-width:576px){

.container{
    width: 100%;

}

.herotext{
    width:100%;
}

.herotext h1{
    font-size: 56px;
}
.bgblue{
    height: auto;

}
.forrmarea{
    width: 90%;
    margin: auto;
}

}

/*4 cards*/
/* --- Horizontal Alignment & Equal Height Grid Fix --- */

/* Force all Bootstrap rows to behave as a flex container */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Ensure columns sit horizontally and stretch evenly */
.row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; /* Adds spacing between rows when they wrap */
}

/* Force any direct wrapper div inside the column to fill full height */
.row > [class*="col-"] > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

/* Push the text and content to expand evenly, anchoring buttons at the bottom */
.row > [class*="col-"] > div p {
  flex-grow: 1;
}

/*Form Redesign*/
/* --- Professional Full-Width Hero Form Styling --- */

.forrmarea {
  background: #ffffff !important;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.forrmarea .topbg {
  background-color: #ffcc00 !important;
  padding: 18px 15px;
  text-align: center;
}

.forrmarea .topbg h2 {
  font-size: 19px !important;
  color: #003566 !important;
  margin: 0;
  font-weight: 700;
}

.forrmarea .formbg {
  background-color: #ffffff !important;
  height: auto !important;
  width: 100% !important;
  padding: 28px 22px 32px 22px !important; /* Increased bottom padding pushes the button further down */
}

/* Elegant, proportioned input fields with increased spacing */
.forrmarea input[type="text"],
.forrmarea input[type="email"],
.forrmarea input[type="tel"],
.forrmarea .formbg input {
  width: 100% !important;
  padding: 12px 14px !important;
  margin-bottom: 22px !important; /* Increased space between fields */
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  background-color: #f8fafc !important;
  color: #1e293b !important;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.forrmarea input:focus {
  border-color: #003566 !important;
  background-color: #ffffff !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 53, 102, 0.12);
}

/* Professional button styling with spacing above */
.forrmarea .btn {
  width: 100% !important;
  padding: 12px !important;
  font-size: 15px !important;
  font-weight: 600;
  background-color: #003566 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  border: none !important;
  cursor: pointer;
  margin-top: 10px !important; /* Adds professional clearance above the button */
  margin-bottom: 0 !important;
  transition: background-color 0.2s ease;
}

.forrmarea .btn:hover {
  background-color: #C29504 !important;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 768px) {
  .forrmarea {
    width: 90% !important;
    margin: 25px auto !important;
  }
  
  .forrmarea .formbg {
    padding: 22px 15px 25px 15px !important;
  }
}
/* fixed image overlapping zirakpur*/
/* --- Professional Fix for Services/Modules Layout & Trainer Image Overlap --- */

.bgyellow {
  height: auto !important; /* Prevents fixed height crushing content */
  min-height: 700px;
  padding: 40px 20px !important;
  overflow: hidden;
}

/* Ensure the modules container spans properly and sits on the left */
.modules {
  width: 65% !important;
  float: left !important;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Individual feature text sections styled as clean grid items */
.modules .sections {
  width: 46% !important; /* Forces a neat 2-column layout for the 4 features */
  padding-top: 10px;
  box-sizing: border-box;
}

/* Fix the trainer image positioning so it doesn't overlap text */
.trainer {
  position: relative;
  width: 32% !important;
  float: right !important;
  margin-top: -40px;
}

.trainer img {
  position: relative !important; /* Switches from absolute to relative to stay in layout flow */
  width: 100% !important;
  max-width: 380px;
  height: auto;
  display: block;
}

/* Clear floats to keep the container intact */
.bgyellow::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive adjustment for mobile screens */
@media only screen and (max-width: 768px) {
  .modules {
    width: 100% !important;
    float: none !important;
  }
  
  .modules .sections {
    width: 100% !important;
  }
  
  .trainer {
    display: none !important; /* Hides trainer image gracefully on mobile where space is tight */
  }
}

/* === Final Complete Footer Fix: Background Glow, Layout & Hover Effects === */
.footerblue {
    background: linear-gradient(135deg, #002855, #003566) !important;
    padding: 60px 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Background Radial Glow Design */
.footerblue::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -50% !important;
    width: 200% !important;
    height: 100% !important;
    background: radial-gradient(
      circle at center,
      rgba(255, 204, 0, 0.15),
      transparent 70%
    ) !important;
    transform: rotate(10deg) !important;
    pointer-events: none !important;
}

.footerblue .container {
    width: 1200px !important;
    margin: auto !important;
    position: relative !important;
    z-index: 1 !important;
}

.footerblue .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.footerblue .col-md-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    box-sizing: border-box !important;
    display: block !important;
}

.footerblue .col-md-3 > div {
    display: block !important;
    height: auto !important;
}

.footersections {
    color: #fff !important;
    padding-top: 0 !important;
    width: 100% !important;
    float: none !important;
}

.footersections strong {
    color: #ffcc00 !important;
    font-size: 18px !important;
    display: inline-block !important;
    margin-bottom: 15px !important;
}

.footersections p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 23px !important;
    padding-bottom: 10px !important;
    opacity: 0.9 !important;
}

.footersections ul {
    list-style: none !important;
    padding-top: 0 !important;
    margin: 0 !important;
}

.footersections ul li {
    line-height: 25px !important;
    margin-bottom: 5px !important;
    transition: transform 0.3s ease !important;
}

.footersections ul li::before {
    content: "» " !important;
    color: #ffcc00 !important;
}

/* Gold Hover Text Effect & Padding Shift */
.footersections ul li a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    transition: color 0.3s ease, padding-left 0.3s ease !important;
}

.footersections ul li a:hover {
    color: #ffcc00 !important;
    padding-left: 5px !important;
}

/* Responsive Footer for Mobile */
@media only screen and (max-width: 768px) {
    .footerblue .container {
        width: 100% !important;
        padding: 0 15px !important;
    }

    .footerblue .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }
}