:root{
--primary:#26336e;
--dark:#000;
--light:#fff;
--gray:#f5f7fb;
}

body{
font-family:'Inter',sans-serif;
scroll-behavior:smooth;
}

h1,h2,h3,h4{
font-family:'Playfair Display',serif;
}

section{
padding:100px 0;
}

.section-light{background:var(--gray);}
.section-dark{background:var(--primary); color:#fff;}

/* NAV */

.nav-link {
        color: #fff;
    }

.navbar{
transition:.4s;
}
.navbar.scrolled{
background:#fff !important;
box-shadow:0 10px 30px rgba(0,0,0,.05);
    .nav-link {
        color: #000;
    }
}

/* HERO */
.carousel-item{
height:100vh;
background-size:cover;
background-position:center;
position:relative;
}
.carousel-overlay{
position:absolute;
inset:0;
background:#2d2d2dbf;
}
.carousel-caption{
bottom:30%;
}
.carousel-caption h1{
font-size:60px;
}

.btn-custom{
background:#fff;
color:var(--primary);
padding:12px 30px;
border-radius:40px;
font-weight:600;
border:none;
}
.btn-custom:hover{
background:#000;
color:#fff;
}

/* CARD */
.custom-card{
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 20px 60px rgba(0,0,0,.05);
transition:.4s;
}
.custom-card:hover{
transform:translateY(-10px);
}

.service-card {
  background: linear-gradient(to bottom, #022B50 50%, #ffffff 50%);
  padding: 6px;
  border-radius: 12px;
  transition: 0.3s ease;
}

.service-inner {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 9px 22px rgba(183, 183, 183, 0.25);
  height: 100%;
  transition: 0.3s ease;
  min-height: 190px;
}

.service-icon i {
  font-size: 40px;
  color: #133F86;
}

.service-card:hover {
  transform: translateY(-8px);
}


.about-section {
  background: linear-gradient(to bottom, #f5f9ff, #ffffff);
}

.about-section {
  background: linear-gradient(to bottom, #f5f9ff, #ffffff);
}

/* Founder */
.founder-section {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.founder-img-wrapper {
  background: linear-gradient(135deg, #f0f6ff, #ffffff);
  padding: 15px;
  border-radius: 20px;
}

.founder-img {
  border-radius: 15px;
}

.founder-label {
  font-size: 13px;
  text-transform: uppercase;
  color: #133F86;
  font-weight: 600;
  letter-spacing: 1px;
}

.qualification-text {
  font-size: 13px;
  color: #6c757d;
  font-style: italic;
}

.founder-description {
  color: #555;
  line-height: 1.8;
}

/* Vision Mission */
.vm-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%;
  transition: 0.3s ease;
}

.vm-box:hover {
  transform: translateY(-5px);
}

/* Achievements */
.achievement-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.achievement-box:hover {
  transform: translateY(-5px);
}

.achievement-box h2 {
  font-size: 42px;
  color: #133F86;
  font-weight: 700;
}



/* Achivement  */

.achievement-section {
  position: relative; /* Important */
  background: url('../images/bg-parallax1.webp') center center / cover no-repeat fixed;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}

.achievement-section::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; left:0; right:0; bottom:0 */
  background: rgba(0, 0, 0, 0.55); /* dark overlay */
  z-index: 1;
}

.achievement-section .container {
  position: relative;
  z-index: 2; /* keeps text above overlay */
  padding: 50px;
}

.achievement-section h3,
.achievement-section p {
  color: #ffffff;
}

p.mx-auto.mb-4.achievement-text {
    width: 70%;
}

/* Testimonial */

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 40px;
  max-width: 750px;
  width: 100%;
  transition: 0.3s ease;
  border-bottom: solid 5px #ffffff00;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-bottom: solid 5px #26336e;
}

.testimonial-text {
  font-size: 16px;
  color: #606162;
  text-align: left;
  line-height: 1.7;
}

.bg-dark {
 
    background-color: #26336e !important;
}
#testimonialCarousel .carousel-item {
    height: auto;
}

.verified-badge {
  background: #dffbde;
  color: #1a7f37;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

div#testimonialCarousel {
    min-height: 320px;
}

/* CONTACT */
.contact-box{
background:#fff;
padding:50px;
border-radius:20px;
box-shadow:0 20px 60px rgba(0,0,0,.1);
}

/* FOOTER */
footer{
background:#000;
color:#fff;
padding:70px 0 20px;
}
footer a{
color:#ccc;
text-decoration:none;
}
footer a:hover{color:#fff;}


/* custom css */

.p-\[6px\] {
    padding: 6px;
}

.to-50\% {
    --tw-gradient-to-position: 50%;
}

.to-\[\#ffffff\], .to-white
 {
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.from-50\% {
    --tw-gradient-from-position: 50%;
}
.from-\[\#022B50\] {
    --tw-gradient-from: #022b50 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(2, 43, 80, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}


.founder-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* Subtle top accent line */
.founder-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #133F86, #0d6efd);
}

/* Image wrapper with soft background */
.founder-img-wrapper {
  background: linear-gradient(145deg, #f5f9ff, #ffffff);
  padding: 15px;
  border-radius: 16px;
}

.founder-img {
  border-radius: 14px;
  object-fit: cover;
}

/* Label */
.founder-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #133F86;
  font-weight: 600;
}

/* Qualification */
.qualification-text {
  font-size: 13px;
  color: #6c757d;
  font-style: italic;
}

/* Description */
.founder-description {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.vm-box {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  height: 100%;
}

.vm-box:hover {
  transform: translateY(-6px);
}

.vm-icon {
  font-size: 40px;
  color: #133F86;
}

.vm-box p {
  color: #555;
  line-height: 1.8;
}


.contact-clean {
  background: #ffffff;
}

/* Contact List */
.contact-list {
  font-size: 16px;
  color: #555;
}

.contact-icon {
  font-size: 20px;
  color: #133F86;
  margin-top: 4px;
}

/* Form Styling */
.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 10px 0;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #133F86;
}

.btn-custom {
  background-color: #133F86;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #0d2f66;
}


/* Modal Styling */
.custom-modal {
  border-radius: 20px;
  padding: 20px;
  border: none;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Inputs */
.custom-modal .form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.custom-modal .form-control:focus {
  border-color: #133F86;
  box-shadow: 0 0 0 0.2rem rgba(19,63,134,0.1);
}

/* Button */
.btn-custom {
  background-color: #133F86;
  color: #fff;
  border-radius: 30px;
  transition: 0.3s ease;
}

.btn-custom:hover {
  background-color: #0d2f66;
}


/* Top Bar */
.top-bar {
  background: #0f2f66;
  color: #fff;
  font-size: 14px;
}

.social-icon {
  color: #fff;
  margin-left: 15px;
  transition: 0.3s;
}

.social-icon:hover {
  color: #ffd700;
}

.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    width: 100%;
}

.iti {
  width: 100%;
  position: relative;
  z-index: 5;
}

.iti__country-list {
  z-index: 99999 !important;
}

/* Make sure parent containers don't clip dropdown */
/* VERY IMPORTANT FIX */
.row {
  overflow: visible !important;
}

.contact-form .row {
  overflow: visible !important;
}

.contact-form .col-6,
.contact-form .col-md-6,
.contact-form .col-12 {
  position: static !important;
}

/* Make intl-tel-input render above everything */
.iti {
  position: relative !important;
  z-index: 1000;
}

.iti__country-list {
  position: fixed !important;
  z-index: 999999 !important;
}
/* transition css


/* Initial state */
.carousel-caption h1,
.carousel-caption p,
.carousel-caption .btn {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

/* When slide becomes active */
.carousel-item.active .carousel-caption h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.carousel-item.active .carousel-caption p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.carousel-item.active .carousel-caption .btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}


@media(max-width:768px){
.carousel-caption h1{font-size:32px;}
a.navbar-brand.fw-bold img {
    width: 200px;
}
p.mx-auto.mb-4.achievement-text {
    width: 100%;
}
.achievement-section .container {
  padding: 20px;
}
nav.navbar.navbar-expand-lg.fixed-top.bg-transparent {
    background-color: #fff !important;
}
.show {
    background-color: #fff;
    /* padding: 30px 0px; */
}

.nav-item a.nav-link {
    color: #000;
    padding-left: 20px;
    border-bottom: solid 1px #6e6e6e;
}

.nav-item a.btn.btn-custom.ms-3 {
    margin-top: 10px;
}

}
