/********** Template CSS **********/
:root {
    --primary: #88B44E;
    --secondary: #FB9F38;
    --light: #F5F8F2;
    --dark: #252C30;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: absolute;
    padding: 0;
    width: 170px;
    height: 130px;
    top: 0;
    left: 0;
    
}


.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #003459;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        width: 126px;
        height: 100px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 75px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(136, 180, 78, .7);
    z-index: 1;
}
#header-carousel .carousel-item img {
    height: 550px;
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 177px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-para{
      text-align: justify;
    }
    .about-content{
      text-align: justify;
    }
}



.page-header {
    background: linear-gradient(rgba(190, 179, 77, 0.7), #01437291), url("https://img.freepik.com/free-photo/brown-wrinkle-paper_1150-12261.jpg?semt=ais_hybrid&w=740&q=80") center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}
.about-title{
    font-size: 52px;
    line-height: 44px;
    margin-top: -18px;
}


.about-para{
    margin-top: -35px;
}

.about-subheading{
    font-size: 30px;
    color: #003459 !important;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--primary);
}


.about-h3{
    font-size: 20px;
}

.about-button{
    background-color:#003459;
    color: white;
    padding: 8px 25px;
    border-radius: 20px;
    /* margin-bottom: 20px; */
}
.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(25% - 13px);
    background: var(--dark);
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}


/*** Products ***/
.product-heading{
    font-size: 49px;
    color: #003459 !important;
}

.text-body{
    font-size: 14px;
    
}

.product-container{
    height: 180px;
}
.product {
    background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/bg-image.png) left bottom no-repeat;
    background-size: auto;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #003459;
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #FFFFFF;
    color: var(--primary);
}



/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.info-div{
    padding-left: 40px;
}

.footer-img{
    margin-top: -15px;
}
.quick-div{
    padding-left: 80px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: black;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #003459;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: black;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #252525;
}

.copyright a:hover {
    color: #FFFFFF !important;
}


/* indstries we serve */
/* ---------------------------
   CLEAN + PREMIUM YELLOW THEME
   --------------------------- */
section.industries {
  padding: 80px 0;
  background: #fff7da;
  position: relative;
  overflow: hidden;
}

section.industries::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #00345959;
  top: -80px;
  right: -80px;
  border-radius: 50%;
  filter: blur(40px);
  animation: float1 7s infinite ease-in-out alternate;
}
section.industries::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background: #00345959;
  bottom: -70px;
  left: -60px;
  border-radius: 50%;
  filter: blur(40px);
  animation: float2 6s infinite ease-in-out alternate;
}

@keyframes float1 { from { transform: translateY(0);} to {transform: translateY(30px);} }
@keyframes float2 { from { transform: translateY(0);} to {transform: translateY(-25px);} }


.heading-box {
  text-align: center;
  margin-bottom: 45px;
  animation: fadeUp 1s ease forwards;
  opacity: 0;
}
@keyframes fadeUp {
  from {opacity:0; transform: translateY(25px);} 
  to {opacity:1; transform: translateY(0);} 
}

.heading-box span {
  background: #003459;
  color: #000;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  color: white;
  margin-bottom: 12px;
}

.heading-box h2 {
  font-size: 34px;
  font-weight: 800;
  color: #222;
}


.ind-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.07);
  transition: 0.35s;
  display: flex;
  align-items: center;
  gap: 15px;
  animation: fadeIn 1s ease forwards;
  opacity: 0;
}

.ind-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 16px 45px rgba(0,0,0,0.12);
}

.ind-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: #ffe9a3;
  padding: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ind-card h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #222;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}


@media(max-width:767px) {
  .heading-box h2 {font-size: 26px;}
  .ind-card {padding: 18px;}
}

/*  */



/* why we work */
.why-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #fff1b8, #ffe8a0);
  position: relative;
  overflow: hidden;
}

/* Floating Glow Blobs */
.why-section::before,
.why-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(251, 200, 0, 0.22);
  filter: blur(45px);
  border-radius: 50%;
  animation: floatBlob 6s ease-in-out infinite alternate;
}

.why-section::before { top: -60px; left: -40px; }
.why-section::after { bottom: -60px; right: -40px; animation-delay: 1s; }

@keyframes floatBlob {
  from { transform: translateY(0); }
  to { transform: translateY(35px); }
}

/* Main Container */
.why-box {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.45);
  animation: fadeUp 1s ease forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Title */
.why-title {
  text-align: center;
  margin-bottom: 35px;
}
.why-title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1e1e1e;
}
.why-title span {
  background: #003459;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
  color: white;
}

/* Content Section */
.why-content {
  display: flex;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
}

/* LEFT IMAGE BOX */
.why-img-box {
  flex: 1;
  width: 320px;
  height: 450px; /* YOUR IMAGE SIZE */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  animation: slideLeft 1s ease forwards;
  opacity: 0;
}

@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

.why-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: scale(1.15); */
  transition: 0.6s;
}
.why-img-box:hover img {
  transform: scale(1.02);
}


@media(max-width:767px) {
  .why-box{
    padding: 17px;
  }
} 



/* RIGHT TEXT */
.why-features {
  flex: 1;
  min-width: 320px;
  animation: slideRight 1s ease forwards;
  opacity: 0;
}

@keyframes slideRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

.feature-item {
  background: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  margin-bottom: 12px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 5px solid #003459;
  transition: 0.3s;
}

.feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.feature-item i {
  font-size: 22px;
  color: #003459;
}

/* clent support */
.support-section {
  position: relative;
  width: 100%;
  padding: 40px 8%;
  overflow: hidden;
}

/* ------------ Animated Background Shapes ------------ */
.animated-bg .shape {
  position: absolute;
  background: #fbc800;
  opacity: 0.15;
  border-radius: 50%;
  animation: float 8s infinite ease-in-out;
}

.s1 {
  width: 180px;
  height: 180px;
  top: -40px;
  left: -40px;
}

.s2 {
  width: 250px;
  height: 250px;
  bottom: -60px;
  right: 10%;
  animation-duration: 10s;
}

.s3 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  left: 40%;
  animation-duration: 12s;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-25px); }
  100% { transform: translateY(0px); }
}

/* ------------ Layout ------------ */
.support-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.left-content {
  flex: 1;
}

.left-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
}

.left-content p {
  font-size: 18px;
  color: #333;
  line-height: 1.4;
}

.left-content ul {
  margin-top: 15px;
  list-style: none;
  padding-left: 0;
}

.left-content ul li {
  padding: 7px 0;
  font-size: 19px;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.left-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  bottom: 4px;
  color: #003459;
  font-size: 25px;
  /* margin-bottom: -15px; */
}

.priority {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

/* ------------ Right Side Image ------------ */
.right-img {
  width: 450px;   /* <-- Canva image size (you can adjust) */
  height: auto;
  flex-shrink: 0;
}

.right-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ------------ Mobile Responsive ------------ */
@media(max-width: 850px) {
  .support-container {
    flex-direction: column;
    text-align: center;
  }

  .right-img {
    width: 300px; /* Smaller image for mobile */
  }

  .left-content h2 {
    font-size: 32px;
  }

  .left-content p,
  .left-content li {
    font-size: 16px;
    text-align: justify;
  }

  .left-content ul{
    text-align: left;
  }

  .info-div{
    padding-left: 28px;
  }

  .quick-div{
    padding-left: 28px;
  }
}


/* counter */
.clean-counter-section {
    position: relative;
    padding: 70px 0;
    background: url("https://i.pinimg.com/564x/9e/62/18/9e6218d384d2437205f660fcc798c07a.jpg")
        center/cover no-repeat;
    overflow: hidden;
}

/* Soft dark overlay */
.clean-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.342);
    backdrop-filter: blur(2px);
}

/* Content */
.clean-content {
    position: relative;
    z-index: 5;
    text-align: center;
    color: white;
}

.clean-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    color: white;
}

.clean-sub {
    max-width: 680px;
    margin: 0 auto 50px;
    opacity: 0.9;
}

/* Minimal elegant card */
.clean-card {
    background: rgba(255,255,255,0.08);
    padding: 32px 20px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(4px);
    transition: 0.25s ease;
}

.clean-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.12);
}

/* Genuine decent animation */
.fade-up {
    opacity: 0;
    transform: translateY(25px);
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Numbers */
.clean-number {
    font-size: 55px;
    font-weight: 900;
    color: #003459;
}

.clean-text {
    margin-top: 6px;
    opacity: 0.95;
    font-size: 21px;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 576px) {
    .clean-title { font-size: 28px; }
    .clean-number { font-size: 36px; }
}


/* about us page */

.aboutus-para{
  margin-top: -30px;
  font-size: 20px;
}

.aboutus-content{
font-size: 20px;
}
/*  */
/* mission vission */

/* .se-hero-section {
    position: relative;
    width: 100%;
}

.se-hero-bg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}


.se-card-wrapper {
    position: relative;
    margin-top: -120px; 
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 5;
    padding: 0 30px;
}


.se-card {
    width: 32%;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    transition: 0.3s ease;
    min-height: 450px;
    border-top: 6px solid #FDCA00;
    position: relative;
    overflow: hidden;
}


.se-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}


.se-icon {
    width: 70px;
    height: 70px;
    background: #FDCA00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.se-icon img {
    width: 35px;
    height: 35px;
}

.se-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.se-card p {
    font-size: 15px;
    line-height: 1.6;
}

@media(max-width: 900px) {
    .se-card-wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: -100px;
    }

    .se-card {
        width: 90%;
        min-height: auto;
    }
} */


  :root{
    --se-yellow:#FDCA00;
    --se-yellow-dark:#F4B400;
    --se-ease:cubic-bezier(.2,.9,.3,1);
    --se-bg:#f8f8f8;
    --se-card-shadow:0 18px 40px rgba(8,25,50,0.08);
    --se-card-radius:18px;
    --se-max-width:1200px;
  }

  /* HERO / BACKGROUND */
  .se-hero{position:relative;width:100%;overflow:hidden;}
  .se-hero__bg{width:100%;height:420px;display:block;position:relative}
  .se-hero__bg img{width:100%;height:100%;object-fit:cover;display:block;filter:contrast(1.02) saturate(1.02)}
  /* subtle diagonal shade overlay like reference */
  .se-hero__bg::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(250,245,230,0.15) 40%, rgba(255,255,255,0.06) 100%);} 

  /* CARD WRAPPER (lifted cards) */
  .se-cards{position:relative;max-width:var(--se-max-width);margin:0 auto;padding:0 20px;display:flex;gap:24px;justify-content:center;transform:translateY(-90px);z-index:30}

  /* INDIVIDUAL CARD */
  .se-card{flex:1 1 0;min-width:260px;background:#fff;border-radius:var(--se-card-radius);box-shadow:var(--se-card-shadow);padding:28px 26px 32px;position:relative;overflow:visible;transition:transform .35s var(--se-ease),box-shadow .35s var(--se-ease);display:flex;flex-direction:column;align-items:flex-start;}
  .se-card:hover{transform:translateY(-12px);box-shadow:0 30px 60px rgba(12,30,60,0.12)}
  /* top accent border */
  .se-card--accent{border-top:6px solid #003459}

  /* icon circle inside card */
  .se-card__icon{width:78px;height:78px;border-radius:50%;background:var(--se-yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 26px rgba(0,0,0,0.12);margin-bottom:18px}
  .se-card__icon img{width:38px;height:38px;display:block}

  /* heading + body */
  .se-card__title{font-size:20px;font-weight:700;color:#07103a;margin-bottom:10px}
  .se-card__body{font-size:15px;line-height:1.6;color:#333}

  /* VALUES list (custom bullets) */
  .se-values{list-style:none;padding:0;margin-top:10px;width:100%}
  .se-values__item{display:flex;gap:12px;align-items:flex-start;margin:12px 0}
  .se-values__dot{width:12px;height:12px;border-radius:50%;background:var(--se-yellow);flex-shrink:0;margin-top:6px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
  .se-values__text{color:#fff;font-size:15px;line-height:1.5}

  /* Specific style for the Values card (dark background) */
  .se-card--values{background:linear-gradient(180deg,#0b4a86 0%, #0a3f74 100%);color:#fff}
  .se-card--values .se-card__title{color:#fff}
  .se-card--values .se-card__body{color:#fff}

  /* ensure all cards same height visually */
  .se-card{min-height:380px}

  /* RESPONSIVE */
  @media (max-width:1100px){
    .se-cards{gap:18px;transform:translateY(-70px);padding:0 16px}
    .se-card{min-height:360px}
  }
  @media (max-width:820px){
    .se-cards{flex-direction:column;transform:translateY(-40px);gap:18px;padding:0 14px}
    .se-card{width:100%;min-height:auto}
    .se-hero__bg{height:320px}
  }

  /* Small animation on entrance */
  .se-animate{opacity:0;transform:translateY(10px);animation:seFadeUp .7s var(--se-ease) forwards}
  .se-animate--delay-1{animation-delay:.08s}
  .se-animate--delay-2{animation-delay:.16s}
  .se-animate--delay-3{animation-delay:.24s}
  @keyframes seFadeUp{to{opacity:1;transform:none}}

  /* utility: container centering */
  .se-container{max-width:var(--se-max-width);margin:0 auto;padding:0 20px}


  /*  */
  /* utility: container centering */
.se-container{max-width:var(--se-max-width);margin:0 auto;padding:0 20px}


.se-quality{padding:40px 20px;background:#fff;position:relative;z-index:10}
.se-quality__inner{max-width:850px;margin:0 auto;background:#ffffff;border-radius:20px;padding:50px 40px;box-shadow:0 18px 40px rgba(8,25,50,0.08);position:relative;text-align:center}
.se-quality__icon{width:100px;height:100px;border-radius:50%;background:var(--se-yellow);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(0,0,0,0.12);margin:0 auto 25px auto}
.se-quality__icon img{width:55px;height:55px}
.se-quality__title{font-size:30px;font-weight:700;color:#03254c;margin-bottom:18px}
.se-quality__text{font-size:16px;line-height:1.65;color:#333;margin-bottom:18px}


/* Animation */
.se-quality__inner{opacity:0;transform:translateY(15px);animation:seFadeUp .7s var(--se-ease) .2s forwards}


/* contact us */

.contact-heading{
font-size: 45px;
color: #003459;
}



/* contact-container */
/* Container */
.contact-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
  background: #f5f5f5;
  border-radius: 15px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* Individual Cards */
.contact-card {
  background: white;
  flex: 1 1 30%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

/* Icon */
.icon {
  font-size: 40px;
  background: #003459;
  color: white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.contact-button{
  background-color: #003459;
  color: white;
}

/* Contact info */
.contact-info h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #333;
}

.contact-info p {
  margin: 0;
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding: 20px;
  }

  .contact-card {
    flex: 1 1 100%;
  }
}


/* art paper */
/* SECTION CONTAINER */
.ap-pro-section {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

/* MAIN WRAPPER */
.ap-pro-wrapper {
  width: 95%;
  max-width: 1100px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  overflow: hidden;
  animation: fadeSlideUp 1s ease forwards;
}

/* LEFT IMAGE BOX */
.ap-pro-imgBox {
  width: 50%;
  height: 500px;           /* FIXED HEIGHT SO BOTH DIVS STAY SAME */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #FECA00; */
  margin-top: 70px;
  position: relative;
}

.ap-pro-imgBox video {
  width: 500px;            /* CANVA EXPORT EXACT SIZE */
  height: 500px;           /* CANVA EXPORT EXACT SIZE */
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  /* animation: floatImage 6s ease-in-out infinite; */
  /* transition: transform .5s ease; */
}



/* RIGHT CONTENT BOX */
.ap-pro-content {
  width: 50%;
  padding: 40px;
  animation: slideRight 0.9s ease forwards;
}

/* TITLE */
.ap-pro-title {
  font-size: 30px;
  font-weight: 800;
  color: #003459;
  position: relative;
  margin-bottom: 18px;
}

.ap-pro-title::after {
  content: "";
  width: 70px;
  height: 5px;
  background: #003459;
  display: block;
  margin-top: 6px;
  border-radius: 6px;
  animation: growLine 1s ease forwards;
}

/* CONTENT PARAGRAPH */
.ap-pro-content p {
  line-height: 1.5;
  color: #333;
  margin-bottom: 12px;
  opacity: 0;
  animation: fadeInText .9s ease forwards;
}

/* ANIMATIONS */
@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideRight {
  0% { opacity: 0; transform: translateX(20px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes growLine {
  from { transform: scaleX(0); transform-origin: left; }
  to   { transform: scaleX(1); }
}

@keyframes floatImage {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes fadeInText {
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ap-pro-wrapper {
    flex-direction: column;
  }

  .ap-pro-imgBox,
  .ap-pro-content {
    width: 100%;
  }

  .ap-pro-imgBox {
    height: 360px;
  }

  .ap-pro-imgBox video {
    width: 100%;
    height: 360px;
  }
}

:root{--gold:#FECA00;}

/* SECTION */
.spec-pro-section{
  padding: 60px 20px;
  background: #fffaf0;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(254,202,0,0.25);
}

.spec-pro-inner{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT: Table */
.spec-pro-left{
  flex:1;
  animation: fadeLeft 0.9s ease forwards;
}

/* HEADING */
.spec-pro-title{
  font-size: 28px;
  font-weight: 800;
  color: #003459;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  text-align: left;
  animation: fadeDown 0.9s ease forwards;
}

.spec-pro-title::after{
  content:"";
  width: 70px;
  height: 4px;
  background: #003459;
  display:block;
  margin-top:8px;
  border-radius:50px;
  animation: widthGrow 1s ease;
}

/* TABLE */
.spec-pro-table{
  display:flex;
  flex-direction:column;
  gap: 16px;
}

.spec-pro-row{
  padding: 18px 22px;
  background:#ffffff;
  border-radius:14px;
  border:1px solid #f5e3a0;
  box-shadow:0 3px 10px rgba(254,202,0,0.25);
  display:flex;
  justify-content:space-between;
  align-items:center;
  transform: scale(0.98);
  opacity:0;
  animation: rowFadeSlide 0.8s ease forwards;
  transition:0.35s ease;
}

.spec-pro-row:hover{
  transform: scale(1.01);
  box-shadow: 0 6px 18px rgba(254,202,0,0.35);
}

.spec-pro-label{
  font-size: 17px;
  font-weight:700;
  color: #003459;
}

.spec-pro-value{
  font-size:16px;
  font-weight:600;
  color:#6b5a00;
}

/* RIGHT: IMAGE */
.spec-pro-right{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  animation: fadeRight 0.9s ease forwards;
}

.spec-pro-right img{
  width: 450px; /* fixed width for placeholder */
  max-width:100%;
  height: 370px;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(254,202,0,0.2);
}

/* ANIMATIONS */
@keyframes fadeUp{
  from {opacity:0; transform:translateY(20px);}
  to {opacity:1; transform:translateY(0);}
}
@keyframes fadeDown{
  from {opacity:0; transform:translateY(-20px);}
  to {opacity:1; transform:translateY(0);}
}
@keyframes widthGrow{
  from{width:0;}
  to{width:70px;}
}
@keyframes rowFadeSlide{
  from{opacity:0; transform:translateX(-15px) scale(0.95);}
  to{opacity:1; transform:translateX(0) scale(0.98);}
}
@keyframes fadeLeft{
  from{opacity:0; transform:translateX(-30px);}
  to{opacity:1; transform:translateX(0);}
}
@keyframes fadeRight{
  from{opacity:0; transform:translateX(30px);}
  to{opacity:1; transform:translateX(0);}
}

/* RESPONSIVE */
@media(max-width:900px){
  .spec-pro-inner{
    flex-direction:column;
    gap: 30px;
  }
  .spec-pro-right img{
    width:100%;
    max-width:400px;
  }
}
@media(max-width:500px){
  .spec-pro-title{font-size:24px;}
  .spec-pro-label{font-size:16px;}
  .spec-pro-value{font-size:15px;}
}
/*  */

/* WRAPPER – 2 COLUMN */
.goldrow-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  padding: 60px;
  border-radius: 25px;
  background: linear-gradient(to bottom right, #6b4a00, #3a2b00);
  box-shadow: 0 18px 40px rgba(254, 202, 0, 0.25);
  animation: fadeIn 1s ease forwards;
}

/* CARDS */
.goldrow-box {
  background: rgba(255, 222, 140, 0.08);
  border: 1px solid rgba(254, 202, 0, 0.35);
  border-radius: 20px;
  padding: 35px;
  backdrop-filter: blur(6px);
  box-shadow: 0 15px 35px rgba(254, 202, 0, 0.22);
  animation: cardUp 1s ease forwards;
  opacity: 0;
  transform: translateY(45px);
}

.goldrow-box:nth-child(2) {
  animation-delay: 0.25s;
}

/* ICON */
.goldrow-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #FECA00;
  color: #4b3a00;
  font-size: 26px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 0 20px rgba(254, 202, 0, 0.7);
  animation: pulse 2.5s ease-in-out infinite;
}

/* HEADINGS */
.goldrow-box h3 {
  color: #FECA00;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
}

/* LIST */
.goldrow-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.goldrow-box li {
  font-size: 16px;
  color: #f6e4ad;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  opacity: 0;
  animation: listFade 0.8s ease forwards;
}

.goldrow-box li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FECA00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes cardUp {
  from { opacity: 0; transform: translateY(45px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes listFade {
  from { opacity: 0; transform: translateX(-12px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes pulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

/* RESPONSIVE */
@media (max-width: 850px) {
  .goldrow-section {
    grid-template-columns: 1fr;
    padding: 40px 25px;
  }
}


:root{--gold:#FECA00;}

.benefit-section{
  padding: 60px 20px;
  background: #fffaf0; /* light warm background */
  border-radius: 20px;
}

.benefit-inner{
  max-width: 900px;
  margin: 0 auto;
}

.benefit-card{
  background: #ffffffcc; /* glassy card */
  padding: 35px 28px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(254,202,0,0.2);
  text-align: left;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  animation: cardEntrance 0.9s forwards;
  transition: transform .4s ease, box-shadow .4s ease;
}

.benefit-card:hover,
.benefit-card:focus{
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(254,202,0,0.3);
}

.benefit-icon{
  font-size: 46px;
  margin-bottom: 18px;
  color: var(--gold);
  transition: transform .5s ease;
}

.benefit-card:hover .benefit-icon,
.benefit-card:focus .benefit-icon{
  transform: translateY(-3px) scale(1.05);
}

.benefit-title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #003459;
}

.benefit-list{
  list-style:none;
  padding:0;
  margin:0;
}

.benefit-list li{
  font-size: 17px;
  font-weight: 600;
  color: #5c4a00;
  margin-bottom: 12px;
  position: relative;
  padding-left: 26px;
  opacity: 0;
  transform: translateX(-12px);
  animation: listFade 0.6s forwards;
}

.benefit-list li::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background: #003459;
  position:absolute;
  left:0;
  top:5px;
  box-shadow: 0 0 12px rgba(254,202,0,0.6);
}

/* Stagger list animations */
.benefit-list li:nth-child(1){animation-delay:.3s;}
.benefit-list li:nth-child(2){animation-delay:.45s;}
.benefit-list li:nth-child(3){animation-delay:.6s;}
.benefit-list li:nth-child(4){animation-delay:.75s;}

/* Keyframes */
@keyframes cardEntrance{
  0%{opacity:0; transform:translateY(30px);}
  100%{opacity:1; transform:translateY(0);}
}

@keyframes listFade{
  0%{opacity:0; transform:translateX(-12px);}
  100%{opacity:1; transform:translateX(0);}
}

/* Responsive */
@media(max-width: 600px){
  .benefit-card{padding:28px 20px;}
  .benefit-title{font-size:20px;}
  .benefit-list li{font-size:16px;}
  .benefit-icon{font-size:38px;}
}


/* disclaimer */
/* MAIN WRAPPER */
.disclaimer-sec {
  max-width: 1100px;
  margin: 50px auto;
  padding: 30px;
  background: #fff9d4;
  border-radius: 22px;
  box-shadow: 0 8px 25px rgba(254,202,0,0.25);
  animation: fadeUp 0.8s ease;
}

/* TITLE */
.disclaimer-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #FECA00;
  margin-bottom: 35px;
  animation: fadeDown 0.9s ease;
}

.disclaimer-title::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #FECA00;
  display: block;
  margin: 12px auto 0;
  border-radius: 50px;
  animation: growLine 1s ease;
}

/* BOX */
.disclaimer-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

/* ITEM CARD */
.disclaimer-item {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid #f8e8a3;
  box-shadow: 0 6px 18px rgba(254,202,0,0.22);
  animation: smoothSlide 0.8s ease;
  transition: 0.3s ease;
}

/* HOVER */
.disclaimer-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(254,202,0,0.32);
}

/* HEADINGS */
.disclaimer-head {
  font-size: 20px;
  font-weight: 700;
  color: #FECA00;
  margin-bottom: 10px;
}

/* TEXT */
.disclaimer-item p {
  color: #6d5d00;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 8px;
}

/* ANIMATIONS */
@keyframes fadeUp {
  from {opacity: 0; transform: translateY(25px);}
  to   {opacity: 1; transform: translateY(0);}
}

@keyframes fadeDown {
  from {opacity: 0; transform: translateY(-20px);}
  to   {opacity: 1; transform: translateY(0);}
}

@keyframes growLine {
  from {width: 0;}
  to   {width: 100px;}
}

@keyframes smoothSlide {
  from {opacity: 0; transform: translateX(-20px);}
  to   {opacity: 1; transform: translateX(0);}
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .disclaimer-box {
    grid-template-columns: 1fr;
  }

  .disclaimer-item {
    padding: 18px;
  }
}
/* privacy policy */
/* MAIN SECTION */
.privacy-sec {
  background: #fff8d0;
  padding: 60px 20px;
  animation: fadeUp 0.8s ease-in-out;
}

.privacy-container {
  max-width: 950px;
  margin: auto;
  background: #ffffff;
  padding: 35px;
  border-radius: 22px;
  box-shadow: 0 10px 25px rgba(254,202,0,0.30);
  border: 1px solid #f6e6a7;
}

/* TITLE */
.privacy-title {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  color: #FECA00;
  margin-bottom: 20px;
  position: relative;
}

.privacy-title::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #FECA00;
  display: block;
  margin: 10px auto 0;
  border-radius: 50px;
  animation: widthGrow 1s ease;
}

/* INTRO */
.privacy-intro {
  color: #6b5a00;
  font-size: 17px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BOX */
.privacy-box {
  background: #fffdf1;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #f3e0a2;
  box-shadow: 0 3px 15px rgba(254,202,0,0.25);
}

/* SUB HEADINGS */
.privacy-sub {
  color: #FECA00;
  font-size: 22px;
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 10px;
}

/* TEXT */
.privacy-text {
  color: #6b5a00;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* LISTS */
.privacy-list {
  margin-left: 20px;
  margin-bottom: 15px;
}

.privacy-list li {
  color: #6b5a00;
  font-size: 16px;
  margin-bottom: 6px;
  list-style: disc;
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes widthGrow {
  from { width: 0; }
  to { width: 90px; }
}

/* RESPONSIVE */
@media (max-width: 700px) {
  .privacy-container {
    padding: 25px;
  }

  .privacy-title {
    font-size: 28px;
  }

  .privacy-sub {
    font-size: 20px;
  }

  .privacy-text,
  .privacy-list li {
    font-size: 15px;
  }
}
/* terms & condition */
/* MAIN SECTION */
.terms-sec {
  background: #fff8d0;
  padding: 60px 20px;
  animation: fadeUp 0.8s ease-in-out;
}

/* MAIN CONTAINER */
.terms-container {
  max-width: 950px;
  margin: auto;
  background: #ffffff;
  padding: 35px;
  border-radius: 22px;
  box-shadow: 0 10px 25px rgba(254,202,0,0.30);
  border: 1px solid #f6e6a7;
}

/* TITLE */
.terms-title {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  color: #FECA00;
  margin-bottom: 20px;
  position: relative;
}

.terms-title::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #FECA00;
  display: block;
  margin: 10px auto 0;
  border-radius: 50px;
  animation: widthGrow 1s ease;
}

/* INTRO */
.terms-intro {
  color: #6b5a00;
  font-size: 17px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BOX */
.terms-box {
  background: #fffdf1;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #f3e0a2;
  box-shadow: 0 3px 15px rgba(254,202,0,0.25);
}

/* SUBHEADINGS */
.terms-sub {
  color: #FECA00;
  font-size: 22px;
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 10px;
}

/* LISTS */
.terms-list {
  margin-left: 20px;
  margin-bottom: 15px;
}

.terms-list li {
  color: #6b5a00;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 6px;
  list-style: disc;
}

/* PARAGRAPH */
.terms-text {
  color: #6b5a00;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes widthGrow {
  from { width: 0; }
  to { width: 90px; }
}

/* RESPONSIVE */
@media (max-width: 700px) {
  .terms-container {
    padding: 25px;
  }

  .terms-title {
    font-size: 28px;
  }

  .terms-sub {
    font-size: 20px;
  }

  .terms-text,
  .terms-list li {
    font-size: 15px;
  }
}


/* sitemap */

/* MAIN SECTION */
.sitemap-vertical {
  width: 100%;
  padding: 60px 20px;
  background: #fff9d7;
}

/* INNER CONTAINER */
.sitemap-v-container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 20px;
  border: 1px solid #f5e4a5;
  box-shadow: 0 8px 25px rgba(251, 200, 0, 0.25);
  animation: fadeUp 0.8s ease;
}

/* SECTION TITLE */
.sitemap-v-title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: #FBC800;
  margin-bottom: 35px;
}

.sitemap-v-title::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #FBC800;
  display: block;
  margin: 12px auto 0;
  border-radius: 50px;
  animation: growLine 1s ease;
}

/* MAIN LIST STYLE */
.sitemap-v-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-v-list > li {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 800;
  color: #FBC800;
  position: relative;
  padding-left: 25px;
  animation: fadeSlide 0.8s ease forwards;
  opacity: 0;
}

/* GOLDEN DOT ICON */
.sitemap-v-list > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 22px;
  color: #FBC800;
}

/* MAIN LINKS */
.sitemap-v-list > li > a {
  color: #6b5a00;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
}

.sitemap-v-list > li > a:hover {
  color: #FBC800;
  padding-left: 5px;
}

/* SUB MENU */
.sitemap-v-sub {
  list-style: none;
  padding-left: 25px;
  margin-top: 8px;
}

.sitemap-v-sub li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

/* DOTS FOR SUB LINKS */
.sitemap-v-sub li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
  color: #FBC800;
}

.sitemap-v-sub li a {
  font-size: 16px;
  font-weight: 600;
  color: #6b5a00;
  text-decoration: none;
  transition: 0.3s;
}

.sitemap-v-sub li a:hover {
  color: #FBC800;
  padding-left: 5px;
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateX(-15px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes growLine {
  from { width: 0; }
  to { width: 90px; }
}

/* MOBILE RESPONSIVE */
@media (max-width: 600px) {
  .sitemap-v-container {
    padding: 30px 25px;
  }

  .sitemap-v-title {
    font-size: 28px;
  }

  .sitemap-v-list > li {
    font-size: 18px;
  }

  .sitemap-v-sub li a {
    font-size: 15px;
  }
}
