/* =========================

   GLOBAL BASE STYLES

========================= */



body {

    font-family: Work Sans,sans-serif;

    background-color: #ffffff;

    color: #1a1a1a;

    margin: 0;

    padding: 0;

    line-height: 1.6;
	
	font-size: 1.0rem;

}







/* Headings */

h1, h2, h3, h4, h5 {

    font-weight: 700;

}



/* Container override (Bootstrap safe) */

.container {

    max-width: 1400px;

}



:root {
    --heading: #1a1a1a;
    --text: #3d4246;
    --hover: #0d6efd;
}



/* Images */

img {

    max-width: 100%;

    height: auto;

}

a:hover,
a:focus {
    text-decoration: none;
}

/* =========================

   HEADER

========================= */
.navbar  { padding:0px;}



.site-header {

    background: #fff;

    border-bottom: 1px solid #eee;

}



/* =========================

   FOOTER

========================= */



/* Submenu items */

button.back-to-top {
    display: none !important;
}


/* Hide submenu initially */

/* Dropdown menu */

.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0px 0;
    margin: 0;
    min-width: 180px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 999;
    border-radius:0px;
	font-size: 1rem;
	
    top: 100%;

    left: 0;
}



/* Show submenu on hover */

.navbar-nav li:hover > .sub-menu {

    display: block;

}

/* Position parent menu */

.navbar-nav li {

    position: relative;

}

/* Submenu items */

.sub-menu li {
 padding: 0px 5px;
 white-space: nowrap;
 width:100%;
}






.sub-menu li:hover {

    background: #f5f5f5;

}

/* Main Menu */

.navbar-nav {

    display: flex;

    align-items: center;

    gap: 10px;

}



.navbar-nav > li {

    list-style: none;

    position: relative;

}



.navbar-nav > li > a {

    display: block;

    padding: 25px 18px;

    color: #212529;

    font-weight: 500;

    text-decoration: none;

    transition: .3s;

}



.navbar-nav > li > a:hover {

    color: #0d6efd;

}



/* Dropdown */







.menu-item-has-children:hover > .sub-menu {

    display: block;

}



.sub-menu li a {

    display: block;

    padding: 10px 20px;

    color: #212529;

    text-decoration: none;

}



.sub-menu li a:hover {

    background: #f8f9fa;

    color: #0d6efd;

}

.menu-item-has-children > a::after {

    content: "";

    display: inline-block;

    width: 6px;

    height: 6px;

    transform: rotate(0deg) translateY(0px);

    vertical-align: middle;

}
/************header page css start*********************/
.custom-logo  {       height: 38px;    width: auto; }
#mainMenu {    justify-content: center;}
#mainMenu .navbar-nav {    margin: 0 auto;}
.announcement-bar {   background-color: #557b97;}
/************header page css end*********************/

/************Home page css start*********************/
/* Sections spacing */
section {
    padding-block: 50px;
}



/* =========================
   HERO SECTION
========================= */
.home-top-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
        url("../images/home_banner.webp") center/cover no-repeat;

}



.dark-blue-color {
    background: #002642;
    border: none;
}

/* =========================
   FEATURED BOOTCAMPS
========================= */
.featured-bootcamps .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.featured-bootcamps .product-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.4s ease;
	will-change: transform;
}

.featured-bootcamps .product-card:hover img {
    transform: scale(1.01);
}

.featured-bootcamps .product-content {
    padding-top: 20px;
}


.featured-bootcamps .product-content a {
    text-decoration: none;
    color: inherit;
}

.featured-bootcamps .product-card:hover h4 a {
    text-decoration: underline;
   
}
.product-content h4 a {     text-decoration: underline; font-size: 1.2rem;}

.featured-bootcamps .price {
    display: block;
    font-weight: 700;
    margin-top: 5px;
    color: #69727b;
}

.center-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}


/* =========================
   NEWSLETTER
========================= */
.newsletter-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    display: grid;
   
}
.home_title_heading {
margin-bottom:40px;}


.newsletter .subtitle {
    color: #6b7280;
    margin: 0;
}

.newsletter-form {
    display: grid;
    grid-template-columns: 1fr auto;
    max-width: 525px;   /* increased from 650px */
    width: 100%;
    margin: 25px auto 0;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
}

.newsletter-form input {
    border: none;
    padding: 14px 16px;
    font-size: 1rem;
    outline: none;
}

.newsletter-form button {
    background: #001f3f;
    color: #fff;
    border: none;
    padding: 0 25px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.newsletter-form button:hover {
    background: #003366;
}
.newsletter {

    background-color: #69727b0d; /* your requested color */
}
/****************************************/

/* Hero Section */
.why-prepip {
    min-height: 60vh;
    background: #566f84;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1.5rem;
}




.why-prepip p {
    color: rgba(255, 255, 255, 0.92);
   
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto 3rem;
    font-weight: 700;
}


/* Testimonial */
.testimonial-card {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.quote-icon2 {
    font-size: 4rem;
    line-height: 1;
    color: #3b3f44;
    margin-bottom: 0rem;
	margin-top: 2rem;
}

.testimonial-card blockquote {
    margin: 0 auto;
    max-width: 1050px;
    color: #6c7680;
    line-height: 1.7;
    font-weight: 400;
}

.testimonial-card cite {
    display: block;
    margin-top: 2.5rem;
    font-style: normal;
    font-size: 0.9rem;
    color: #555;
    letter-spacing: 0.3px;
}

/* Logos */
.client-logos {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.client-logos img {
    max-width: 160px;
    height: auto;
    filter: grayscale(100%);
 transition: all 0.3s ease;
}

.client-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-4px);
}

/**************************footer area************************************/

.footer-top a {
    color: var(--text);
   }


.footer-title {
    padding-bottom: 20px;
}


.footer-top {
    max-width: 1400px;
    margin: auto;
    padding: 30px 30px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 60px;
    padding-top: 50px;
}



.footer-text{

    max-width:420px;
}

.footer-text a{
   
    font-weight:700;
    text-decoration:none;
}

.footer-links ul{
    list-style:none;
}

.footer-links a,
.contact-info a{
    text-decoration:none;
   
    
    transition:.3s ease;
}

.footer-links a:hover,
.contact-info a:hover{
      color: var(--hover);
}

.contact-info{
    display:flex;
    flex-direction:column;
    gap:5px;
}

.footer-bottom{
   border-top: 1px solid #ccc;
}

.footer-bottom-inner {
    max-width: 1400px;
    margin: auto;
    padding: 28px 40px 45px;
    
}

.social-icons{
    display:flex;
    gap:22px;
    margin-bottom:22px;
}

.social-icons a{
    width:25px;
    height:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#4a4f55;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    font-size:20px;
    transition:.3s ease;
}

.social-icons a:hover{
    transform:translateY(-3px);
    background:#222;
}

.copyright {
    font-size: .85rem;
}
/*****************Sale section css************************/
.product-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 650px;
}

/* Tablet & Mobile */


.product-section {
    padding: 30px 0;
}


/* Left Image */

.product-image {
    background: #efefef;
    padding: 40px;
}



/* Right Content */



.product-info h3 {
    font-size: 1.4rem;
    line-height: 1.15;
    font-weight: 700;
    color: #394049;
    margin-bottom: 24px;
}

.product-price {
   
    font-weight: 700;
    color: #5c6168;
    margin-bottom: 0px;
}

.tax {
    font-size: 0.99rem;
    color: #5c6168;
    margin-bottom: 40px;
}

.option-group {
    margin-bottom: 25px;
}

.option-group label {
    display: block;
      font-size: 0.99rem;
    color: #5c6168;
    margin-bottom: 12px;
    
}

.option-group select {
      width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #bdbdbd;
    background: #fff;
    outline: none;
}
button.btn.btn-outline {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 30px;
}

/***********header icon css**********************/
.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
}

.icon-link {
    position: relative;
    color: #444;
    font-size: 20px;
    text-decoration: none;
}

.icon-link:hover {
    color: #000;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #004b87;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*****************home search area css**************************/

.header-search {
    position: relative;
}

.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #333;
}

.search-popup {
    
    position: absolute;
    top: 56px;
    right: 0;
    width: min(350px, 90vw);
    background: #fff;
    padding: 10px;
    border-radius: 1px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
    z-index: 9999;
}
.search-popup2 {
    top: 48px;
 }


.search-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-popup form {
    display: flex;
}

.search-popup input {
    flex: 1;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0 15px;
    outline: none;
}

.search-popup button {
    width: 50px;
    border: none;
    background: #002b49;
    color: #fff;
    cursor: pointer;
}
/**********all pages css************/
 .mobile-menu { display:none;}
 .desktop-menu { display:block;}
 /* Desktop */
 .menu-item-has-children > a::after {display:none; }
 

.class_terms-conditions .container ,.class_about-us  .container   , .class_privacy-policy  .container    ,.class_cookie-policy  .container  { width:60%;}
.class_page h1 {    padding: 50px; }
.class_page img {    padding: 20px 0px; }
.class_page {   padding-bottom:50px; }
.extra_space {  height: 40px;
}


/************Home page css end*********************/


/************contact us css start*********************/
.class_contact-us .container { width:60%;}

.contact-section{
    padding:80px 0;
}

.contact-section a{
    color:#444;
    text-decoration:underline;
}

.contact-section p{
    color:#666;
    font-size:18px;
    line-height:1.5;
}

.contact-section .form-label{
    font-size:18px;
    color:#444;
    margin-bottom:8px;
    font-weight:500;
}

.contact-section .form-control{
    border:1px solid #bfbfbf;
    border-radius:0;
    min-height:50px;
    box-shadow:none;
}

.contact-section textarea.form-control{
    min-height:270px;
    resize:vertical;
}

.contact-section .form-control:focus{
    border-color:#0a2d4e;
    box-shadow:none;
}

.contact-btn {
        margin-left: 10px;
    background:#082b49;
    color:#fff;
    border:none;
    border-radius:2px;
    padding:12px 28px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
	width:160px;
}

.contact-btn:hover{
    background:#0d3c64;
    color:#fff;
}
#contact-response {color: #5adb5a; }


/*************************single product page start*************************************/
/* TOP SECTION */
.single-products  .container { width:1200px; } 
.single-duration {
    width: 100%;
    border: 1px solid #ccc;
    line-height: 40px;
    padding-left: 10px;
	margin-bottom:20px;
}

.product-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  background:var(--card);

}

/* IMAGE */
.single-product-image{
  background:#e5e7eb;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.single-product-image img{
  width:100%;
  height:auto;
  display:block;
}

.product-title {
font-size:2.0em;
}
.single-duration-heading {
    margin-bottom: 20px;
}

/* PRICE */
.single-price {
color: #69727b;
font-weight: 600;
font-size: 1.25em;

}

/* NOTE */
.single-tax {
margin-bottom:20px;
font-size:16px;
color: #69727b;
font-weight: 500;
}
.book-now { margin-bottom:10px; width:100%;  border-radius:0px;}
/**********/
.product-accordion{
 max-width: 100%;
 margin: 45px 0px;
}

.product-accordion details {
    border:1px solid #ddd;
    border-radius:4px;
    margin-bottom:16px;
    overflow:hidden;
    background:#fff;
}

.product-accordion summary{
    list-style: none;
    cursor: pointer;
    padding: 15px 15px;
    font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    user-select: none;
    background: #002d52;
    color: #fff;
}

.product-accordion summary::-webkit-details-marker{
    display:none;
}

.product-accordion summary::after{
    content:"+";
    position:absolute;
    right:24px;
    top:50%;
    transform:translateY(-50%);
    font-size:32px;
    font-weight:300;
    transition:.3s;
}

.product-accordion details[open] summary::after{
    content:"-";
}

.product-accordion .content  h4 {
        font-size: 1.2rem;
    }

.product-accordion .content{
    padding:24px 24px 24px;
    line-height:1.8;
	color:#69727b;
}

.product-accordion a{
    color:#0d6efd;
    text-decoration:none;
}

.product-accordion a:hover{
    text-decoration:underline;
}

.product-accordion ul{
    margin:0;
    padding-left:20px;
	margin-top: 15px;
}

.product-accordion li{
    margin-bottom:7px;
}


.single-product-image{
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

.single-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    transition: transform .15s ease;
}

.single-product-image:hover img {
    transform: scale(2);
}

.single-product-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.single-product-modal-content {
    background: #fff;
    width: 800px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
	
}

.single-product-modal-content input,
.single-product-modal-content textarea {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    border:1px solid  #ccc;
    boeder-radius:4px;
}	

.single-product-close {
position: absolute;
    right: 12px;
    top: -1px;
    font-size: 30px;
    cursor: pointer;
}
.product_inquiry_btn {
    display:block;
    width: 160px;
    margin: 0 auto;
	 padding: 0px;
}
button#stripe-checkout-btn {
    padding: 13px 0px;
    font-weight: 600;
    margin-top: 10px;
	background: #002d52;
	font-size: 16px;
}
button#stripe-checkout-btn:hover {
    background-color: #1e40af;
}

/*************************single product page end*************************************/

/***********All Product page css start********************/
/* Toolbar */

.all-prouct-toolbar-item select { border:none; }

.all-prouct-content h5 {    padding-top: 30px;}

.all-prouct-content h5:hover {  text-decoration: underline; }

.all-prouct-content a  {  color:#3d4246;}

.all-prouct-toolbar {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 0;

    border-top: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

    margin-bottom: 55px;

}



.all-prouct-toolbar-left {



display:flex;

gap:35px;



}



.all-prouct-toolbar-item {



display:flex;

align-items:center;

gap:15px;



}



.all-prouct-toolbar-item label{



font-size:11px;

letter-spacing:1px;

text-transform:uppercase;

color:#9ca3af;



}







.all-prouct-toolbar-right{



font-size:15px;

color:#6b7280;



}



/* Grid */

.all-product-grid{

    display:grid;

    grid-template-columns:repeat(4,minmax(0,1fr));

    gap:30px;

}



/* Card */



.all-product-card {



transition:.35s;

cursor:pointer;



}







.all-product-image img{



width:100%;

aspect-ratio:1;



object-fit:cover;



display:block;



transition:.5s;



}



.all-product-card:hover img{



transform:scale(1.01);



}



.all-product-content {

padding:18px 6px;



}

.all-product-price ,.all-product-coming-soon {

font-weight:600;

color:#69727b;

}



.all-product-coming{



font-size:16px;

font-weight:600;

color:#8b8b8b;



}



/* Hover */



.all-product-card:hover{



transform:translateY(-8px);



}



.all-product-card:hover h3{



color:#2563eb;



}



.all-product-pagination{

    margin:60px 0;

    display:flex;

    justify-content:center;

}



.all-product-pagination ul{

    display:flex;

    gap:10px;

    list-style:none;

    padding:0;

}



.all-product-pagination a,

.all-product-pagination span{



    width:42px;

    height:42px;



    display:flex;

    align-items:center;

    justify-content:center;



    border:1px solid #ddd;



    text-decoration:none;



    color:#222;



    border-radius:8px;

}



.all-product-pagination .current{



    background:#111;

    color:#fff;

    border-color:#111;

}

/***********All Product page css end ***********/