@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
        :root {
      --saffron: #FF6B00;
      --saffron-light: #FF9933;
      --green: #138808;
      --navy: #1A237E;
      --gold: #C8920A;
      --gold-light: #F0C040;
      --cream: #FFFCF5;
      --warm-white: #FDF8F0;
    }
         /* ===== DIVIDER ===== */
    .orn-div {display:flex;align-items:center;gap:12px;margin:30px 0;opacity:0;animation:fadeUp 0.8s ease 1.2s forwards;}
    .orn-line { flex:1; height:1px; background:linear-gradient(to right, transparent, rgba(200,146,10,0.6), transparent); }
    .orn-mid { display:flex; align-items:center; gap:8px; }
    .orn-dot { width:6px; height:6px; border-radius:50%; background:var(--gold); }
    .orn-diamond { width:10px; height:10px; background:var(--saffron-light); transform:rotate(45deg); }

    @keyframes fadeUp { from{opacity:0;transform:translateY(14px)} to{opacity:1;transform:translateY(0)} }
    @keyframes fadeDown { from{opacity:0;transform:translateY(-12px)} to{opacity:1;transform:translateY(0)} }
    @keyframes scaleIn { from{opacity:0;transform:scale(0.6)} to{opacity:1;transform:scale(1)} }
    @keyframes spinChakra { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
    body {
      background: linear-gradient(
        to bottom,
        #ffe5c2 0%,        /* light saffron/orange */
        #fff8f0 18%,       /* fade to near white */
        #ffffff 35%,       /* white center */
        #ffffff 50%,
        #ffffff 65%,       /* white center */
        #f0fff4 82%,       /* fade to near white */
        #c2f0d4 100%       /* light green */
      );
      min-height: 100vh;
    }
      /* ===== TOP TRICOLOR ===== */
    .tricolor-strip { width:100%; height:5px; display:flex; position:relative; z-index:10; }
    .tc-s { flex:1; background:var(--saffron-light); }
    .tc-w { flex:1; background:#ffffff; border-top:1px solid #eee; border-bottom:1px solid #eee; }
    .tc-g { flex:1; background:var(--green); }

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.img-container img {
    max-width: 68%;
    height: auto;
}*/

.rotate-logo {
  animation: globeSpin 5s linear infinite;
  transform-style: preserve-3d;
}

@keyframes globeSpin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
/* Mobile devices (max 576px) */
@media (max-width: 576px) {

  .heading h2{
    font-size: 1.4rem;
  }

  .heading p{
    font-size: 0.9rem;
  }

}


/* Tablet devices (577px to 768px) */

@media (min-width: 577px) and (max-width: 768px){

  .heading h2{
    font-size: 1.7rem;
  }

  .heading p{
    font-size: 1rem;
  }

}


/* Laptop devices (769px to 992px) */

@media (min-width: 769px) and (max-width: 992px){

  .heading h2{
    font-size: 1.9rem;
  }

  .heading p{
    font-size: 1.05rem;
  }

}


/* Large Desktop (993px and above) */

@media (min-width: 993px){

  .heading h2{
    font-size: 2.2rem;
  }

  .heading p{
    font-size: 1.1rem;
  }

}

.heading h2{
 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  

}
.heading p{
font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.img-section img{
  max-width: 300px;   
  height: auto;
  margin-top: -40px;
}
.img-section p{
 font-size: 1.1rem;
  font-weight: 500;
  color: #222;
}
.img-section span{
	color: red;
}
.dot-container p {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #444;
}
.form-check-label {
  font-size: 0.95rem;
  margin-left: 4px;
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #FD250D;
  border-color: #0d6efd;
}
.desc p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
  background: #fcfeff;
  padding: 12px;
  border-left: 4px solid orange;
  border-radius: 4px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.btns {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #0d3964;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  height: 57px;
  line-height: 56px;
  padding: 0px 50px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
  text-decoration:none;
}

.btns::before {
  content: "";
  background: #0e0e0e;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btns::after {
  content: "";
  background: #0e0e0e;
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btns:focus, .btns:focus:active {
  box-shadow: none;
}

.btns:hover {
  color: #ffffff;
}

.btns:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.btns:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

/* Desktop logo */
.desktop-logo{
  max-height: 114px;
}

/* Mobile logo bigger */
.mobile-logo{
  max-height: 200px;
}


/* Mobile XS */
@media (max-width: 320px) {
  .heading h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
     font-size: 15px; 
}
}

/* Mobile S */
@media (max-width: 375px) {
    .heading h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
     font-size: 15px; 
}
}

/* Mobile M */
@media (max-width: 414px) {}

/* Mobile L / Android */
@media (max-width: 480px) {
    .heading h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
     font-size: 15px; 
}
}

/* Tablets */
@media (min-width: 600px) and (max-width: 768px) {
    .heading h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
     font-size: 15px; 
}
}

/* Tablets Landscape */
@media (min-width: 769px) and (max-width: 1024px) {}

/* Small Laptops */
@media (min-width: 1025px) and (max-width: 1280px) {}

/* Medium Desktops */
@media (min-width: 1281px) and (max-width: 1440px) {}

/* Large Desktops */
@media (min-width: 1441px) and (max-width: 1920px) {}

/* Ultra HD / 4K */
@media (min-width: 1921px) {}

/* Orientation Portrait */
@media (orientation: portrait) {}

/* Orientation Landscape */
@media (orientation: landscape) {}