* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
  overflow-x:hidden;
}



/* header */
/* header {position: absolute; top: 0; left: 0; width: 100%; z-index: 999; } */

header .header-top { background-color: #11492c; padding: 3px 0px; }

header .header-top .top-info li,
header .header-top .top-info li a { color: #fff; font-size: 14px; }

/*header .header-top .top-info li:last-child a { display: inline-block; height: 35px; width: 35px; border-radius: 50px; line-height: 35px; text-align: center; background-color: #11492c; color: #fff; border: 1px solid #11492c; transition: .5s; }*/

header .headermn .navbar .navbar-brand { width: 9%; }

header .headermn .navbar .navbar-brand img { width: 100%; }

header .nav-link { color: #11492c; font-size: 13px; font-weight: 500; transition: .5s; position: relative; text-transform: uppercase; padding: 7px 36px;}


header .nav-link:hover,
header .nav-link:focus { color: #fff; background-color: #11492c; }

header .navbar-nav { gap: 10px;}

header .navbar-toggler { border: none; color: #11492c; font-size: 28px; border-radius: 0;}

header .navbar-toggler:focus { box-shadow: none;}

header .offcanvas-title img { width: 34%; }

header .navbar-nav { position: relative; align-items: center; margin:0;}

.sticky { left: 0; right: 0; z-index: 999; position: fixed !important; top: 0px; animation: slideDown .5s ease-out; background-color: #fff; box-shadow: 0 0 10px #00000021; }

.sticky .headermn .navbar .navbar-brand { width: 9%; }

header .dropdown-menu{border-radius: 0; border: 0; padding: 15px 0; box-shadow: 0 0 5px #0000002f;}
header .dropdown-menu li .dropdown-item{padding: 6px 20px; font-size: 18px; font-weight: 500; font-family: initial;}
header .dropdown-menu li .dropdown-item:hover{background-color: #11492c; color: #fff;}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(10); }
}

header .navbar .whatsapp li a { display: inline-block; padding: 5px 10px; background-color: #11492c; color: #fff !important; border-radius: 3px; transition: .5s;  position: relative; transition: .5s; z-index: 1; }

header .navbar .whatsapp li a::before { position: absolute; content: ''; top: 0px; left: 0px; width: 0px; height: 100%; transition: .5s; border: 1px solid #11492c; background-color: #fff !important; z-index: -1; }

header .navbar .whatsapp li a:hover:before { width: 100%;}

header .navbar .whatsapp li a:hover { color: #000 !important; }

@media (max-width:992px) {
  header .nav-link {color: #000;}
  header .navbar .whatsapp li a { margin-top: 15px; display: inline-block; padding: 10px 20px; background-color: #fff !important; color: #000 !important; border-radius: 3px; transition: .5s; border: 1px solid #000; position: relative; transition: .5s; z-index: 1; }
}
/* =================== slider start =================== */

/* .hero-section {position: absolute; top: 0; left: 0;} */

/* =================== slider end =================== */

#automate{
        background: #fbfbfb;
}



/* footer */

footer .footertop { background-image: url(../images/footer-bg.jpg); background-position:center; background-size: cover; background-repeat: no-repeat; padding: 70px 0px 20px; }
footer .row { row-gap: 25px; }
footer .footertop h3{font-size: 20px; margin-bottom: 15px; color:#fff;}
footer .footertop .about img { width: 150px; }
footer .footertop .about p { color: #fff; font-size: 14px; width:77%; margin-top: 20px; }
footer .footertop ul { list-style: none; }
footer .footertop ul li { color: #fff; font-size: 14px; margin-top: 10px; }
footer .footertop ul li i{ color: #fff !important;}
footer .footertop ul li a { color: #fff; font-size: 14px; transition: .5s; display: inline-block; border-bottom: 1px solid transparent;}
footer .footertop ul li a:hover { color: #000; }
footer .footertop .addres li { margin-bottom: 20px; }
footer .footertop .addres li i { color: #11492c; font-size: 22px; }
footer .footerboo ul { display: flex; justify-content: space-between; margin: 0; border-top: 1px solid #fff; padding-top: 20px;}
/*footer .footerboo { background-color: #f8f9fa; padding: 20px; }*/
footer .footerboo .soical li:first-child { color: #000; text-align: center; }
footer .footerboo .soical li:first-child a { color: #fff; font-size: 16px; display: inline-block; width: 35px; height: 35px; line-height: 35px; background-color: #11492c; border-radius: 50%; transition: .5s; }
footer .footerboo .soical li:first-child a:hover { background-color: #11492c; }
footer .footerboo ul li img { width: 195px; background-color: #11492c; padding: 0px 10px 8px; border-radius: 100px; }
#footer .about h3{color: #fff;}

/* quickcontact */
.quickcontact { width: 45px; position: fixed; top: 77%; right: 15px; z-index: 102; }
.contact-left-side { background-color: #11492c; color: #fff;}
.contact-left-side i{color: #fff !important;}
/* modal */

.modal form.row { row-gap: 20px; }
.modal .form-control { border-radius: 0px; border: none; box-shadow: none; background-color: #f1f1f1; }
.modal .form-control:focus { border-color: #000; }
.modal .submit { background-color: #000; color: #fff; font-weight: 500px; padding: 10px; border: 0; transition: .5; }
.modal .submit:hover { background-color: #fff; border: 1px solid #000; color: #000; }


/* ========================================================================== */

/* ========================= about css start ========================= */


.smart-home-section { padding: 60px 20px; font-family: Arial, sans-serif; }

#about-sec1 .container { max-width: 1200px; margin: 0 auto; }

#about-sec1 .content-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; }

#about-sec1 .left,
#about-sec1 .right { flex: 1; }

#about-sec1 h2,p,ul{ margin-top: 20px; }
#about-sec1 h2{ font-size: 36px; font-weight: 700; color: #000; }
#about-sec1 span{ color: #11492c; text-decoration: underline;}

@media (max-width: 992px) {#about-sec1 .content-box { flex-direction: column; text-align: center;}
                           #about-sec1 .left img { max-width: 100%; } 
                           #about-sec1 h2 {font-size: 26px;}
                           #about-sec1 p , ul{text-align: justify;}
                           #about-sec1 ul li{margin: 20px 0;}
                           #about-sec1 .right{text-align:left;}
                          }


/* ========================= about css end ========================= */


/* ========================= partner css start ========================= */

#why-choose h2 { font-weight: 700; font-size: 36px; color: #083b2b; }
#why-choose h2 span { color: #007a4d; }
#why-choose .why-choose-box { text-align: center; background: #fff; border-radius: 15px; padding: 60px 30px; position: relative; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); transition: all 0.4s ease; height: 100%; }
#why-choose .why-choose-box:hover { background-color: #ffce26; transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
#why-choose .why-choose-box .why-choose-img { display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
#why-choose .why-choose-box h4 { font-size: 20px; font-weight: 600; color: #083b2b; margin-bottom: 10px; }
#why-choose .why-choose-box p { color: #555; margin: 0; }
#why-choose .why-choose-box a { font-size: 15px; color: #555; margin: 40px 0 !important; color: #007a4d; text-decoration: underline;}

/* Responsive */
@media (max-width: 992px) {
  #partner h2 { font-size: 30px; }
  #partner .partner-box { padding: 25px 20px; }
}

@media (max-width: 768px) {
  #partner .partner-box { text-align: center }
  #partner .partner-box .number { margin: 0 auto 15px auto; }
  #partner h2 { font-size: 26px; }
}

@media (max-width: 480px) {
  #partner h2 { font-size: 22px; }
  #partner .partner-box h4 { font-size: 18px; }
  #partner .partner-box p { font-size: 14px; }
}

/* ========================= partner css end ========================= */


/* ========================= core-services css start ========================= */
#core-services h2 { font-weight: 700; font-size: 36px; color: #083b2b ; }
#core-services h2 span { color: #007a4d; }
#core-services .col-lg-6 {display: flex; justify-content: center; align-items: center; flex-direction: column;}
#core-services .core-service-contant h2 { font-size: 36px; font-weight: 700; color: #000 !important; margin-bottom: 10px; }
#core-services p { font-size: 15px; line-height: 1.7; color: #333; margin-bottom: 20px; }
#core-services a { display: inline-block; padding: 10px 20px; background-color: #11492c; margin-top: 30px; color: #fff; border-radius: 5px; font-size: 15px; font-weight: 500; transition: background-color 0.3s ease; }
#core-services a:hover { background: #000; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }

@media (max-width:992px) {
  #core-services .core-service-contant h2 { font-size: 20px; }
  #core-services .core-service-contant {text-align: center;}
  #core-services .core-service-reverse { flex-direction: column-reverse; }
}
/* ========================= core-services css end ========================= */



/* ========================= counter css start ========================= */

.counter-section { background: url(../images/count_bg.jpg) center/cover no-repeat; background-attachment: fixed; padding: 80px 20px; color: #fff; text-align: center; position: relative; }

.counter-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); }

.counter-container { position: relative; display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; z-index: 2; }

.counter-box { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 10px; padding: 30px 50px; width: 200px; transition: all 0.3s ease; }

.counter-box:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-5px); }

.counter-number { font-size: 40px; font-weight: 700; color: #fff; margin-bottom: 10px; }

/*.counter-number::after { content: "+"; font-size: 36px; vertical-align: super; margin-left: 2px; }*/
.counter-number::after { content: "+"; font-size: 36px; margin-left: 2px; }
.cr-text-add::after {content: "Cr+"; font-size: 36px;  margin-left: 2px; }
.counter-title { font-size: 14px; font-weight: 500; color: #fff; }

.section-heading { font-size: 16px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 50px; position: relative; z-index: 2; }

/* Responsive */
@media (max-width: 768px) {
  .counter-box { width: 250px; padding: 25px 30px; }
  .counter-number { font-size: 36px; }
  .section-heading { font-size: 12px; }
}

/* ========================= counter css end ========================= */

/* ========================= automate css start ========================= */


.slider-overlay { position: relative; z-index: 2; color: #000; text-align: left; top: 50%; padding: 0 20px; width: 600px;}

.slider-overlay h1 { font-size: 48px; font-weight: bold; margin-bottom: 20px; }

.slider-overlay h2 {margin-bottom: 20px; }

.slider-overlay .btn { display: inline-block; padding: 12px 28px; background-color: #11492c; color: #fff; text-decoration: none; transition: all 0.3s ease; margin-right: 20px;}

.slider-overlay .btn:hover { background: #000; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); } 

@media (max-width: 991px) {
  .slider-overlay { width: 100%; transform: none; margin: 30px 0; top:0;}
  .slider-overlay h1 { font-size: 20px; }
  .slider-overlay h2 { font-size: 17px; }
  .slider-overlay a { font-size: 12px; padding: 7px !important; margin: 0;}
  .slider-overlay .btn {margin-right: 0; }
}


/* ========================= automate css end ========================= */

#testimonial .client-img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; padding: 5px; margin: 0 auto 15px; border: 3px solid #000; }

/* ========================= contact css start ========================= */

#contact .btn-animated { position: relative; overflow: hidden; background: #0f4a2c; color: #fff; border: none; border-radius: 30px; transition: all 0.3s ease-in-out; }

#contact .btn-animated::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(120deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); transition: all 0.5s; }

#contact .btn-animated:hover { transform: scale(1.05); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); background-color: #000; }

#contact .btn-animated:hover::before { left: 100%;  }

/* ========================= contact css end ========================= */


/* ========================= scale css start ========================= */


#scale-section { background: #083b2b; color: #fff; padding: 70px 0; position: relative; overflow: hidden; }

#scale-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.05); z-index: 0; }

#scale-section .container,
#scale-section .conatiner { position: relative; z-index: 2; }

.scale-section-cnt h2 { font-size: 2.4rem; font-weight: 700; margin-bottom: 15px; letter-spacing: 0.5px; }

.scale-section-cnt p { font-size: 1.1rem; margin-bottom: 0; color: #f2f2f2; }

.scale-section-btn { display: flex; align-items: center; justify-content: flex-end; height: 100%; }

.scale-section-btn .btn { background: #fff; color: #0056b3; font-weight: 600; padding: 14px 32px; border-radius: 50px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }

.scale-section-btn .btn:hover { background: #ffcd39; color: #000; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }

/* ==== Responsive ==== */
@media (max-width: 991px) {
  #scale-section { text-align: center; padding: 60px 0; }
  .scale-section-cnt h2 { font-size: 2rem; }
  .scale-section-btn { justify-content: center; margin-top: 20px; }
}

@media (max-width: 576px) {
  .scale-section-cnt h2 { font-size: 1.7rem; }
  .scale-section-btn .btn { padding: 12px 28px; font-size: 0.95rem; }
}

/* ========================= scale css end ========================= */


/* ========================= brief about vegaruddhi css start ========================= */


/* ==== Brief About Vegavruddhi Section ==== */
#about-vegavruddhi { background: #11492c; color: #fff; padding: 80px 0; position: relative; overflow: hidden; }

#about-vegavruddhi .section-title { font-size: 2.2rem; font-weight: 700; letter-spacing: 0.5px; text-transform: capitalize; }

#about-vegavruddhi .about-text { font-size: 1.1rem; max-width: 750px; line-height: 1.8; color: #f2f2f2; }

#about-vegavruddhi .about-box { background: rgba(54, 27, 27, 0.05); padding: 50px 30px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: all 0.4s ease; }

#about-vegavruddhi .about-box:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0,0,0,0.15); }

/* ==== Responsive ==== */
@media (max-width: 768px) {
  #about-vegavruddhi { padding: 60px 0; }
  #about-vegavruddhi .section-title { font-size: 24px; }
  #about-vegavruddhi .about-box { padding: 30px 0; }
  #about-vegavruddhi .about-text { font-size: 1rem; padding: 0 10px !important; text-align: justify;}
}


/* ========================= brief about vegaruddhi css end ========================= */


#industries-section { padding-top: 80px ; }

#industries-section .section-title { font-size: 32px; font-weight: 700; color: #333; margin-bottom: 40px; }

.industry-box { text-align: center; transition: all 0.3s ease; margin: 7px 0;}

.industry-box img { width: 100px; }

.industry-box p { margin-top: 10px; }

.industry-box:hover { transform: translateY(-5px); }


@media (max-width: 991px) {
  #industries-section { text-align: center; }

  .industries-image { margin-top: 40px; }
}


/* ========================= careers css start ========================= */

.sp-two { padding: 100px 0; background: #f8f9fb; }

.careers-content .subtitle { color: #0f4a2c; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }

.careers-content .title { font-size: 36px; font-weight: 700; color: #222; margin-bottom: 20px; line-height: 1.3; }

.careers-content p { color: #555; font-size: 16px; line-height: 1.7; margin-bottom: 15px; }

.theme-btn { display: inline-block; background-color: #0f4a2c; color: #fff; padding: 12px 28px; border-radius: 8px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }

.theme-btn:hover { background: #000; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }

.careers-image img { max-width: 100%; height: auto; }

@media (max-width: 991px) {
  .sp-two { text-align: center; padding: 60px 0; }

  .careers-content { margin-bottom: 40px; }

  .careers-content .title { font-size: 28px;
  }

  .theme-btn { padding: 10px 22px;  }
}


/* ========================= careers css end ========================= */


/* ========================= partner css start ========================= */


.sp-two { padding: 80px 0; background: #fff; }

.sp-two .section-title { font-size: 36px; font-weight: 700; color: #222; }

.sp-two .section-subtitle { font-size: 20px; color: #0f4a2c; margin-bottom: 20px; font-weight: 500; }

.sp-two p { color: #555; line-height: 1.7; margin-bottom: 15px; }

.sp-two .theme-btn { display: inline-block; padding: 12px 30px; background: #0f4a2c; color: #fff; border-radius: 8px; text-transform: uppercase; font-weight: 600; transition: all 0.3s ease; }

.sp-two .theme-btn:hover { background: #000; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }




/* ========================= partner css end ========================= */


/* ========================= about page css start ========================= */
.our-story h2 { color: #10492c; font-size: 40px; font-weight: 700; }
.mission-vision .mv-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin: 40px 0; }

.mv-card { background: #f8f9fa; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: 0.3s; }

.mv-card:hover { transform: translateY(-5px); background: #fff; }

.mv-card img { width: 60px; height: auto; margin-bottom: 20px;}

.core-values { text-align: center; padding: 80px 0; background: #f6f6f6; }

.core-values h2 { margin-bottom: 40px; }

.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }

.value-item { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: 0.3s; }

.value-item img { width: 65px; margin: 20px 0; height: auto; }
.value-item:hover img {filter: invert(1);}
.value-item:hover { background: #11492c; color:#fff; transform: translateY(-5px); }

.team-culture .col-lg-6 { display: flex; align-items: center; justify-content: center; }

.our-story { padding-top: 50px; background: #fafafa;}
.social-impact { padding: 80px 0; }

.social-impact { background: #eaf5ec; text-align: left; }

/* ========================= about page css end ========================= */


/* ========================= service-detail page css start ========================= */


#service-detail { padding: 80px 0; background: #fff; }
#service-detail .container { width: 90%; max-width: 1200px; margin: auto; }

#service-detail .service-header { display: flex; align-items: center; gap: 50px; flex-wrap: wrap; }
#service-detail .service-text { flex: 1; }
#service-detail .service-text h2 { color: #1a7f4a; font-size: 2.5rem; margin-bottom: 15px; }
#service-detail .service-text .intro { font-size: 1.1rem; line-height: 1.8; }

#service-detail .service-img { flex: 1; text-align: right; }

#service-detail .service-capabilities, .service-benefits, .industries-served { margin-top: 60px; }
#service-detail .service-capabilities h3, .service-benefits h3, .industries-served h3 { color: #1a7f4a; margin-bottom: 20px; font-size: 1.8rem; }

#service-detail .service-capabilities ul { list-style: none; padding: 0; }
#service-detail .service-capabilities li {
  background: #fff; padding: 12px 20px; margin-bottom: 10px; border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); position: relative; transition: 0.3s;
}
#service-detail .service-capabilities li::before {
  content: "✓"; color: #1a7f4a; font-weight: bold; margin-right: 10px;
}
#service-detail .service-capabilities li:hover { transform: translateX(5px); }

#service-detail .service-benefits ul {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px;
}
#service-detail .service-benefits li {
  background: #1a7f4a; color: #fff; padding: 20px; border-radius: 10px; text-align: center;
  font-weight: 500; transition: 0.3s;
}
#service-detail .service-benefits li:hover { background: #145c37; transform: translateY(-5px); }

#service-detail .industries-served p { font-size: 1.1rem; color: #555; }

#service-detail .cta-section { text-align: center; margin-top: 50px; }
#service-detail .cta-btn {
  background: #1a7f4a; color: #fff; padding: 15px 40px; border-radius: 50px; text-decoration: none;
  font-weight: 600; transition: 0.3s; letter-spacing: 0.5px;
}
#service-detail .cta-btn:hover { background: #145c37; }

@media (max-width: 768px) {
#service-detail .service-header { flex-direction: column-reverse; text-align: center; }
#service-detail .service-img img { width: 100%; }
#service-detail .cta-btn { padding: 12px 15px; font-size: 14px;}
}

/* ========================= service-detail css end ========================= */


/* ========================= partner css start ========================= */


    /* ------------- Hero Section -------------- */
#partner-hero { padding: 80px 20px;  background: #10482b; color: #fff; text-align: center; }
#partner-hero h1 { font-size: 42px; margin: 0 0 10px; font-weight: 700; }
#partner-hero h2 { font-size: 28px; font-weight: 500; }
#partner-hero p { max-width: 700px; margin: 15px auto; font-size: 17px; opacity: 0.9; }
.partner-btn { display: inline-block; margin-top: 18px; padding: 12px 28px; background: #fff; color: #000; font-weight: bold; border-radius: 6px; text-decoration: none; transition: 0.3s; }
.partner-btn:hover { background: none; border: 1px solid #fff; color: #fff; }

/* ------------- Partnership Opportunities -------------- */
#partner-opportunities { padding: 70px 20px; text-align: center; }
#partner-opportunities h2 { font-size: 32px; margin-bottom: 25px; }

#partner-opportunities .op-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
#partner-opportunities .op-box { padding: 25px; background: #f7f7f7; border-radius: 10px; transition: 0.3s; }

#partner-opportunities .op-box a{ color:#000; }
#partner-opportunities .op-box:hover { transform: translateY(-5px) background: #10482b; box-shadow: 0px 5px 20px rgba(0,0,0,0.1); }
#partner-opportunities .op-box:hover a{ color: #fff; }

/* ------------- why collab -------------- */

#why-collab{ background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); padding: 2.7rem 1rem; text-align: center; font-family: "Inter", "Segoe UI", Roboto, system-ui, -apple-system, "Helvetica Neue", Arial; color: #111827; }
#why-collab h2{ font-size: 1.9rem; margin: 0 0 1.5rem; font-weight: 700; letter-spacing: -0.02em; color: #0b1220; }
#why-collab .container{ max-width: 1200px; margin: 0 auto; padding: 0 0.5rem; }
#why-collab .why-item{ background: #ffffff; border-radius: 14px; padding: 1.35rem; box-shadow: 0 6px 18px rgba(14,30,60,0.08); display: flex; flex-direction: column; align-items: center; gap: 0.8rem; transition: transform 280ms cubic-bezier(.2,.9,.3,1), box-shadow 280ms cubic-bezier(.2,.9,.3,1), border-color 280ms cubic-bezier(.2,.9,.3,1); border: 1px solid rgba(15, 108, 204, 0.04); cursor: default; min-height: 150px; }
#why-collab .why-item:focus-within,
#why-collab .why-item:focus { outline: 3px solid rgba(15,108,204,0.12); transform: translateY(-4px) scale(1.002); ox-shadow: 0 10px 30px rgba(14,30,60,0.12); }
#why-collab .why-item:hover{ transform: translateY(-8px); box-shadow: 0 18px 40px rgba(14,30,60,0.14); border-color: rgba(15,108,204,0.12); }
#why-collab .why-item img{ width: 72px; height: 72px; object-fit: contain; display: block; border-radius: 12px; background: linear-gradient(180deg, rgba(15,108,204,0.06), rgba(15,108,204,0.02)); padding: 10px; box-sizing: border-box; transition: transform 280ms cubic-bezier(.2,.9,.3,1); }
#why-collab .why-item:hover img{ transform: translateY(-4px) scale(1.03); }
#why-collab .why-item p{ margin: 0; font-weight: 600; color: #0b1220; font-size: 0.98rem; line-height: 1.25; text-align: center; padding: 0 0.25rem; }
#why-collab .why-item .muted{ color: #6b7280; font-weight: 500; font-size: 0.88rem; }

/* Responsive breakpoints */
@media (max-width: 992px){
  #why-collab .row{ grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  #why-collab h2{ font-size: 1.75rem; }
}

@media (max-width: 576px){
  #why-collab{ padding: 2rem 0.75rem; }
  #why-collab .row{ grid-template-columns: 1fr; gap: 0.85rem; }
  #why-collab .why-item{ flex-direction: row; align-items: center; gap: 1rem; padding: 0.9rem; }
  #why-collab .why-item img{ width:56px; height:56px; padding:8px; }
  #why-collab .why-item p{ text-align: left; font-size: 0.98rem; }
}

/* ------------- Steps -------------- */

#how-work { padding: 80px 0; background: #f8fafc; text-align: center; }
#how-work .section-title { font-size: 34px; font-weight: 700; margin-bottom: 50px; color: #111; }
#how-work .steps { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
#how-work .step-box { background: #fff; width: 300px; padding: 30px 25px; border-radius: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }
#how-work .step-box:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.12); }
#how-work .icon-circle { width: 60px; height: 60px; background: #10482b; color: #fff; font-size: 24px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; }
#how-work .step-box h4 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
#how-work .step-box p { font-size: 15px; color: #555; margin: 0; }

/* ------------- Form Section -------------- */

#partner-form { padding: 70px 20px; background: #f5f5f5; }
#partner-form h2 { text-align: center; font-size: 32px; margin-bottom: 25px; }
#partner-form form { max-width: 600px; margin: auto; background: #fff; padding: 30px; border-radius: 10px; }
#partner-form .form-group { margin-bottom: 18px; }
#partner-form .form-group label { font-weight: 600; display: block; margin-bottom: 5px; }
#partner-form .form-group input { width: 100%; padding: 10px 12px; border-radius: 6px; border: 1px solid #ccc; }
#partner-form .submit-btn { width: 100%; padding: 12px 28px; background: #10482b; color: #fff; font-weight: bold; border-radius: 6px; text-decoration: none; transition: 0.3s; }






/* ========================= partner css end ========================= */











/* ========================= Life at Vegavruddhi css start ========================= */



#blog-section { padding: 60px 0; background-color: #f8f9fa; }
#blog-section .section-title { text-align: center; font-size: 2.5em; margin-bottom: 50px; color: #212529; }
#blog-section .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr);  gap: 30px; margin-bottom: 40px; }
#blog-section .blog-post { border: 1px solid #dee2e6; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; background-color: #ffffff; }
#blog-section .blog-post:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); }
#blog-section .post-image img { height: 220px; width:100%; object-fit: cover; }
#blog-section .post-content { padding: 25px; }
#blog-section .post-title { margin-top:20px ; font-size: 25px; color: #11492c; }
#blog-section .post-meta { font-size: 0.9em; color: #6c757d; margin-bottom: 15px; font-style: italic; }
#blog-section .post-excerpt { margin-bottom: 20px; line-height: 1.6; color: #495057; }
#blog-section .read-more { display: inline-block; color: #11492c; text-decoration: none; font-weight: 600; }
#blog-section .read-more:hover { text-decoration: underline; }
#blog-section .all-posts-link { text-align: center; }


/* 📱 Responsive Design (Media Queries) */
@media (max-width: 992px) {
    #blog-section .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    #blog-section .blog-grid { grid-template-columns: 1fr; }
    #blog-section .post-content { padding: 20px; }
    #blog-section .section-title { font-size: 2em; }
}


/* ========================= Life at Vegavruddhi css end ========================= */



/* ========================= Life at Vegavruddhi- detail css start ========================= */

#detail-section { margin: 60px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
#detail-section .detail-image img { width: 100%; border-radius: 18px; }
#detail-section .category { color: #11492c; font-weight: 700; font-size: 14px; letter-spacing: .6px; }
#detail-section .title { font-size: 34px; margin: 15px 0; font-weight: 700; line-height: 1.3; }
#detail-section .detail-content p { font-size: 17px; color: #555; line-height: 1.7; }
/* Responsive */
@media(max-width: 900px) {
    #detail-section  { grid-template-columns: 1fr; text-align: center; }
}

#gallery-section {margin: 60px auto;}
/*#gallery-section .normal-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }*/
#gallery-section .normal-gallery { gap: 18px; }
#gallery-section .normal-gallery .g-item { border-radius: 12px; overflow: hidden; box-shadow: 0px 3px 10px rgba(0,0,0,0.08); }
#gallery-section .normal-gallery .g-item img { width: 100%; height: 200px; object-fit: cover; transition: .3s ease; }
#gallery-section .normal-gallery .g-item:hover img { transform: scale(1.06); }









/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.lightbox-img {
    max-width: 85%;
    max-height: 85%;
    border-radius: 10px;
}

/* Close Button */
.lightbox .close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 45px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

/* Left and Right Arrows */
.lightbox-controls span {
    position: absolute;
    top: 50%;
    font-size: 55px;
    color: white;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
}

.lightbox-controls .prev {
    left: 40px;
}

.lightbox-controls .next {
    right: 40px;
}


/* ========================= Life at Vegavruddhi- detail css end ========================= */
