@charset "utf-8";


/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

em {
    font-style: normal;
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    overflow-x: hidden !important;
}


/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

/* p {
font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
} */
p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    /* color: #000000; */
    margin-bottom: 20px;
    font-family: "Poppins", serif;
}

p span,
p strong {
    font-weight: bold;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.navbarSection {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0;
    background: #0054a6;
    /* background: linear-gradient(266deg, rgba(254, 189, 0, 1) 10%, rgba(254, 0, 35, 1) 100%); */
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: inline-block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.tophead-right-menu {
    text-align: right;
}


/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    display: inline-block;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #000;
    color: #fff;
    border-color: transparent;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #fff;
    overflow: hidden;
}


/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 10px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 75px;
    position: relative;
    top: -5px;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #000;
    /* height: 50px; */
    padding: 0;
    position: relative;
    font-family: "Poppins", serif;
    /* font-family: 'Karma'; */
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

/* .navbar-default .navbar-nav>li>a.btn-text {
    padding: 6px 12px;
    background: #00468c;
    color: #fff;
} */
.navbar-default .navbar-nav>li>a.btn {
    padding: 0 18px;
    background: #0054a6;
    color: #fff !important;
    border-radius: 16px;
    margin-top: 14px;
}

.navigationBarFixed .navbar-collapse>ul>li>a.btn {
    margin-top: 10px;
}

.navbar-default .navbar-nav>li>a.btn:hover {
    background: #0356a7 !important;
    color: #ffffff !important;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 15px 15px;
    /* margin: 0 1px;
    height: 50px; */
    line-height: 50px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 300ms;
}

.navbar-collapse>ul>li:last-child:before {
    display: none;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #0356a7;
    color: #fff;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

/* .navbar-collapse>ul>li:hover:after,
.navbar-collapse>ul>li.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
} */

/* .navbar-collapse>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #fe6810;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
} */

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #00468c !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: #222;
    font-size: 16px;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #00768f;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #00768f;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBar fixed*/

.navigationBarFixed {
    position: fixed;
    height: 60px;
    border-bottom: none;
    background: #fff !important;
    z-index: 100;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.navigationBarFixed .navbar-brand {
    margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
    height: 61px;
}

.navigationBarFixed .navbar-collapse>ul>li {
    height: 40px;
    line-height: 40px;
    color: #000;
}

.navigationBarFixed .navbar-collapse>ul>li>a {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
    height: auto;
    line-height: normal;
}

.navigationBarFixed:before {
    display: none;
}

/* ----------------my css-------------------- */


/* -------------------------bannersection----------------------------- */



.bannersection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000cc;
    opacity: 0.8;
}

.banner-txt {
    width: 90%;
    border: 10px;
    position: absolute;
    top: 0%;
    /* left: 75px; */
    color: #fffdfd;
    font-weight: 900;
    line-height: 1.1;
    /* background: #fffffff0; */
    /* border-radius: 170px 0px 170px 0px; */
    padding: 55px;
    /* border: 2px solid #00468c; */
}

.bannerbox {
    position: absolute;
    width: 100%;
    /* z-index: 999; */
    top: 200px;
}

.banner-img img {
    width: 100%;
}

.banner-img {
    width: 100%;
}

.banner-txt h1 strong {
    color: #fff;
    /* font-weight: 700; */
}

.banner-txt p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #147364;
    padding: 2px 10px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.banner-txt h1 {
    color: #fbbc05;
    padding: 0;
    font-size: 45px;
    text-transform: capitalize;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.banner-txt h1 strong {
    /* font-size: 40px; */
}

.banner-form {
    padding: 20px 20px;
    position: absolute;
    width: 80%;
    top: -40px;
    right: 90px;
    background-color: #fff;
    /* background-color: #ffffff50;
    backdrop-filter: blur(30px); */
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 10px;
    float: right;
}

.banner-txt a {
    color: #252525;
    background-color: #ffffff;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 33px;
    line-height: normal;
    font-size: 19px;
}

.banner-txt a:hover {
    background-color: #de6045;
    color: #fff;
}

.owl-pagination {
    margin-top: -46px;
    text-align: left;
    position: relative;
    left: 155px;
    bottom: 157px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 19px !important;
    height: 19px !important;
    margin: 4px 5px !important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #f66244 !important;
}

/********** form **********/


.banner-form h2 {
    text-align: left;
    font-weight: 600;
    color: #00468c;
    font-size: 24px;
    margin-bottom: 0;
}

.banner-form p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.banner-form .form-group {
    margin-bottom: 25px;
}


.banner-form .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
    border-radius: 0 0 0px 0px;
}

.banner-form .form-control {
    border-radius: 0 0 0px 0px;
    box-shadow: 0 0 13px 2px #0000001a;
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
}

.banner-form label {
    font-weight: 600;
}

.banner-form input[type="checkbox"],
input[type="radio"] {
    height: auto;
    display: unset;
    float: left;
    width: auto;
    margin: 4px 10px 0 0;
}

.banner-form .form-checkbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 25px;
}

.form-control:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


/* ================= MAIN SECTION ================= */
.why-section {
  width: 100%;
  padding: 80px 0;
 background: linear-gradient(180deg, #eef6f8, #eef6f8);
}

/* ================= HEADINGS ================= */
.why-section .sse-block-header {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #002c5f;
  letter-spacing: 0.5px;
}

.why-section .sse-block-header small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #0054a6;
}

/* ================= SECTION SPACING ================= */
.section-gap {
  margin-top: 50px;
}

/* ================= POINT LIST (UPGRADED) ================= */
.simple-point-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-point-list li {
  background: #ffffff;
  padding: 14px 18px 14px 46px;
  border-radius: 12px;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333;
  position: relative;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.simple-point-list li:hover {
  transform: translateX(6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Arrow icon bubble */
.simple-point-list li::before {
  content: "➤";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  background: #0054a6;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}

/* ================= BIOTIC POINT WRAPPER ================= */
.biotic-points {
  margin-top: 25px;
}

/* ================= SLIDER ================= */
.solar-slider img {
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}

.solar-slider img:hover {
  transform: scale(1.03);
}

/* ================= DOSAGE INFO (PREMIUM CARDS) ================= */
.dosage-info {
  margin-top: 60px;
}

.dose-box {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  padding: 26px;
  border-radius: 16px;
  border-top: 4px solid #0054a6;
  height: 100%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.dose-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.dose-box h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #002c5f;
  letter-spacing: 0.3px;
}

.dose-box p {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: #333;
  margin-bottom: 6px;
}

/* ===== BIOTIC / ABIOTIC ROW BACKGROUND ===== */
.section-gap{
  background: linear-gradient(180deg, #eef6f8, #eef6f8);
  padding: 50px 40px;
  border-radius: 18px;
  margin: 20px 0;
 
}

/* Headings */
.section-gap .sse-block-header{
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 18px;
}

/* ===== SIMPLE POINT LIST (COMMON STYLE) ===== */
.simple-point-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-point-list li{
  position: relative;
  background: #0054a6;
  padding: 14px 16px 14px 42px;
  margin-bottom: 14px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #f7f7f7;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

/* Arrow icon */
.simple-point-list li::before{
  content: "➤";
  position: absolute;
  background: #0054a6;
  left: 16px;
  top: 20px;
  color: #ffffff;
  font-weight: bold;
}

/* Hover effect – SAME FOR ALL */
.simple-point-list li:hover{
  background: #ffffff;
  color: #000000;
  transform: translateX(6px);
}

.simple-point-list li:hover::before{
  color: #ffffff;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .section-gap{
    padding: 35px 20px;
  }

  .section-gap .sse-block-header{
    font-size: 22px;
    text-align: center;
  }
}


/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  .why-section .sse-block-header {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .why-section {
    padding: 50px 15px;
  }

  .why-section .sse-block-header {
    font-size: 26px;
  }

  .simple-point-list li {
    font-size: 14px;
  }

  .dosage-info .col-md-4 {
    margin-bottom: 25px;
  }
}

.silicon-unique-section {
  padding: 90px 0;
  background: #e6e8e8;
}

/* LEFT STRIP */
.silicon-highlights {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.highlight-box {
    border-radius: 10px;
  background: #0054a6;
  padding: 22px;
  border-left: 5px solid #000000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-box:hover {
  transform: translateX(6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.highlight-title {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0054a6;
  margin-bottom: 6px;
}

.highlight-box p {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

/* CONTENT PANEL */
.silicon-content-panel {
  background: #0054a6;
  padding: 45px;
  border-radius: 14px;
  box-shadow: 0 25px 50px rgba(255, 255, 255, 0.08);
}

.silicon-content-panel h2 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 22px;
}

.silicon-content-panel p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #fffbfb;
  margin-bottom: 18px;
}

.silicon-note {
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
  padding: 18px 22px;
  border-radius: 10px;
  background: #eff1f3;
  border-left: 4px solid #040301;
  font-size: 15px;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .silicon-content-panel {
    padding: 28px;
    margin-top: 30px;
  }
  
.why-section h2 small{
    line-height: 20px;
}
}




/* aboutus */
.aboutus {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 70px 00px 150px;
    background: #fff;
}

.about-boxx {
    display: flex;
    align-items: center;
}


.about-img img {
    /* filter: drop-shadow(0px 0px 7px #000000a1); */
    box-shadow: 30px 31px 0px 8px #001219;
}

.about-boxx p {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.number-box {
    background: #00468c;
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -75px;
    right: 25px;
    border: 10px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 8px 3px #ccc;

    /* background: #00468c;
    width: 250px;
    height: 250px;
    position: relative;
    bottom: 181px;
    left: 55%;
    border: 10px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 8px 3px #ccc; */
}

.number-box h4 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.number-box p {
    font-size: 18px;
    margin: 0;
    text-align: center;
    color: #fff;
}

.about-txt {
    padding: 0 0 0 40px
}

.about-txt h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px !important;
    /* border-bottom: 10px solid #fbb600; */
}

.about-txt h2 span {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #00468c;
    line-height: 0px !important;
}

.aboutsub-box i {
    font-size: 25px;
    padding: 15px;
    background: #0054a6;
    color: #fff;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    line-height: 34px;
    text-indent: 0px;
}

.aboutsub-box h3 {
    margin: 10px 0 3px;
    font-weight: 600;
    font-size: 21px;
}

.aboutsub-box p {
    margin: 0;
}

.about-boxx .btn-solar {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 30px !important;
}



/*  Technical properties */
.technical-section-modern {
  padding: 70px 0;
  background: linear-gradient(180deg, #96dd7363, #ffffff);
}

/* Title */
.tech-title-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.tech-title-wrap h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}

/* Main Box */
.tech-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.tech-box:hover {
  transform: translateY(-6px);
}

/* Table */
.modern-tech-table {
  width: 100%;
  border-collapse: collapse;
}

.modern-tech-table thead th {
  background: #0054a6;
  color: #ffffff;
  padding: 15px 18px;
  font-size: 15px;
  text-align: left;
}

.modern-tech-table td {
  padding: 15px 18px;
  font-size: 15px;
  border-bottom: 1px solid #e3eaf3;
  color: #000;
}

.modern-tech-table tbody tr:last-child td {
  border-bottom: none;
}

.modern-tech-table tbody tr:hover {
  background: #f1f6fd;
}

/* Paragraph */
.tech-insight-modern {
  margin-top: 35px;
  padding: 28px 32px;
  background: #0054a6;
  border-left: 5px solid #090907;
  font-size: 15.5px;
  border-radius: 10px;
  line-height: 1.8;
  box-shadow: 0 18px 35px rgba(0,0,0,0.06);
}
.tech-insight-modern p{
    color: white;
}



/* Mobile */
@media (max-width: 768px) {
  .tech-title-wrap h2 {
    font-size: 26px;
  }

  .tech-box {
    padding: 20px;
  }

  .tech-insight-modern {
    padding: 22px;
  }
}



  /* solace-silicon */
.solace-silicon-section {
    position: relative;
    padding: 50px 0px;
    width: 100%;
    clear: both;
  background: linear-gradient(180deg, #eef6f8, #eef6f8);
}

.solace-silicon-header {
  text-align: center;
  margin-bottom: 45px;
}

/* .solace-silicon-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #00468c;
} */

.solace-silicon-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.solace-info-block h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.solace-info-block {
  background: #ffffff;
  padding: 22px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
  border-left: 4px solid #0356a7;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solace-info-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}


.solace-info-block ul {
  list-style: disc;      /* ✅ bullets added */
  padding-left: 18px;
  margin: 0;
}

.solace-info-block ul li {
  margin-bottom: 10px;
  font-family: "Poppins", serif;
  font-size: 14.5px;
  
}

.solace-silicon-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}


.solace-silicon-table table:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.solace-silicon-table th {
  background: #00468c;
  color: #ffffff;
  padding: 12px;
  font-size: 14px;
}

.solace-silicon-table td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

/* Responsive */
@media (max-width: 768px) {
  .solace-silicon-section {
    padding: 50px 15px;
  }

  .solace-silicon-header h2 {
    font-size: 26px;
  }

  .solace-silicon-info {
    margin-bottom: 30px;
  }
}

  /******** solace-growth ************/
/************ MAIN SECTION ************/
.solace-growth-panel {
  position: relative;
  padding: 70px 0;
  background: url('../images/bgun.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.solace-growth-panel .row{
    align-items: center;
    justify-content: center;
    display: flex;
}

/* dark overlay so text is readable */
.solace-growth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 0;
}

/* bring content above overlay */
.solace-growth-panel .container {
  position: relative;
  z-index: 1;
}

/************ CONTENT BOX ************/
.solace-panel-box {
  background: rgb(0 84 166);
  padding: 45px 50px;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.solace-panel-box h2 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}

/************ LIST ************/
.solace-panel-list {
  list-style: none;
  padding: 0;
  color: whitesmoke;
  margin-bottom: 25px;
}

.solace-panel-list li {
  font-size: 15.5px;
  color: #ffffff;
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
}

.solace-panel-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-weight: bold;
}

/************ NOTE BOX ************/
.solace-panel-note {
  background: #f1f7f8;
  padding: 22px;
  border-radius: 14px;
  border-left: 5px solid #0054a6;
}



.solace-panel-note p {
  position: relative;
  font-size: 14.5px;
  margin-bottom: 10px;
  padding-left: 26px;              /* space for checkbox */
  font-family: "Poppins", serif;
  color: #333;
}

/* checkbox icon */
.solace-panel-note p::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #0356a7;                  /* theme blue */
  font-weight: 600;
}


/************ IMAGE ************/
.solace-growth-image img {
    margin-top: 15px;
  max-width: 100%;
  border-radius: 14px;
  background-color: white;
 
}

/************ RESPONSIVE ************/
@media (max-width: 768px) {
  .solace-growth-panel {
    padding: 50px 15px;
  }

  .solace-panel-box {
    padding: 30px 22px;
  }

  .solace-panel-box h2 {
    font-size: 26px;
  }

  .solace-growth-image {
    margin-top: 30px;
  }
}



/******** tech section *********/
.silicon-tech-section {
  padding: 70px 0;
  /* background: linear-gradient(180deg, #eef6f8, #eef6f8); */
}

/* Title */
.silicon-tech-title {
  text-align: center;
  margin-bottom: 40px;
}

.silicon-tech-title h2 {
  text-align: center;
  font-family: "Poppins", serif;
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

/* Wrapper */
.silicon-tech-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 50px;
}

/* Left */
.silicon-tech-left {
  flex: 1;
  background: #0054a6;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.silicon-tech-left:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.badge-title {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
}

.silicon-tech-left p {
  font-size: 15px;
  line-height: 1.8;
  /* color: #444; */
  margin-bottom: 12px;
  color: #ffffff;
}

/* Right */
.silicon-tech-right {
  flex: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.silicon-tech-right:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.silicon-tech-table {
  width: 100%;
  border-collapse: collapse;
  background: #0054a6;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e3eee7;
}

.silicon-tech-table th {
  background: #0054a6;
  color: #ffffff;
  padding: 12px;
  font-size: 14px;
  text-align: left;
}

.silicon-tech-table td {
  padding: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #ffffff;
  border-top: 1px solid #edf3ef;
  /* color: #333; */
}

.silicon-tech-table tbody tr:hover {
  background: #181c1a;
}


/* Benefits */
.silicon-benefits {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  border-left: 5px solid #0356a7;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.silicon-benefits:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* Circle Image */
.silicon-benefits-img img {
  width: 90px;        
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #0054a6;
}

/* Content */
.silicon-benefits-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

.silicon-benefits-content ul {
  margin: 0;
  padding-left: 20px;
}

.silicon-benefits-content ul li {
  font-size: 15px;
  margin-bottom: 10px;
  /* color: #333; */
}

/* Responsive */
@media (max-width: 768px) {
  .silicon-benefits {
    flex-direction: column;
    text-align: center;
  }

  .silicon-benefits-content ul {
    padding-left: 18px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .silicon-tech-wrapper {
    flex-direction: column;
  }

  .silicon-tech-title h2 {
    font-size: 24px;
  }

  .silicon-tech-left,
  .silicon-tech-right,
  .silicon-benefits {
    padding: 22px;
  }
}




/* whatsapp chat */

.WA-icon {
    position: fixed;
    width: 60px;
    line-height: 1.8;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #20ee0b;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: inset 0px 0px 5px #0000006b;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.fixed-whatsapp i {
    filter: drop-shadow(2px 4px 6px black);
}


/* End of whatsapp */

/* CALL ICON – BOTTOM RIGHT (WhatsApp style) */

.fixed-call {
  position: fixed;
  right: 10px;
  bottom: 40px;        /* 👈 BOTTOM ला fix */
  z-index: 9999;
}

.CALL-icon {
  width: 60px;
  height: 60px;
  background-color: #fbbc05;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: inset 0px 0px 2px #00000078;
}

/* icon shadow */
.CALL-icon i {
  filter: drop-shadow(2px 4px 6px black);
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .fixed-call {
          right: 9px;
        bottom: 40px;*/
  }
}


/*footerSection*/


ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
    background: linear-gradient(90.16deg, #000000 -15.84%, #11111c 122.54%);
}

.footer-cta {
    border-bottom: 1px solid #fff;
    padding: 50px 0 20px 0;
}

.single-cta i {
    color: #fff;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #fff;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 260px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #fff;
    /* line-height: 8px; */
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #fff;
}

.footer-widget ul li {
    display: block;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ccc;
}

.footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #fff;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #000000;
    padding: 13px 20px;
    border: 1px solid #fff;
    top: 0;
}

.subscribe-form button i {
    color: #ffffff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #000;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #fff;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #fff;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}


/*footerStrip*/


.footerStrip {
    display: block;
    clear: both;
    background: #0000009c;
    text-align: center;
    padding: 15px 0;
    color: #ffffff;
    font-size: 15px;
}

.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}



/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #0356a7;
}

.heading-left {
    display: block;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #0356a7;
}

.heading:after,
.heading-left:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00468c;
    position: absolute;
    bottom: 0;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #00768f;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00468c;
    position: absolute;
    bottom: 0;
}

.heading small {
    font-size: 18px;
    color: #00768f;
}

.heading small a {
    color: inherit;
}


/* .heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00768f;
    position: absolute;
    bottom: 0;
} */

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #00768f;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fe2b1b;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    /* background: #00768f !important; */
    background: linear-gradient(266deg, rgba(254, 189, 0, 1) 10%, rgba(254, 0, 35, 1) 100%) !important;
    border: none !important;
    border-color: transparent !important;
    color: #000000;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: #00468c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #f4e808;
    color: #000000;
    border: none;
}

.btn-solar {
    width: 100%;
    display: block;
}

.btn-rounded {
    border-radius: 30px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    position: fixed;
    bottom: 120px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    /* display: none; */
    border-radius: 5px;
    background: #0054a6;
    /*background: url(../images/up.png) no-repeat;*/
    /* background: linear-gradient(266deg, rgba(254,189,0,1) 10%, rgba(254,0,35,1) 100%); */
    z-index: 200;
}

.scrollup:hover {
    background: #000000;
    opacity: 1;
    color: #ffffff;
}


/*media queries*/

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 30px;
    }
}

@media (max-width: 1220px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 25px;
    }
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }

    #banner-slider .owl-controls {
        right: 0px;
        bottom: 35% !important;
    }

    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 895px) {
    .navbar-collapse>ul>li>a {
        font-size: 16px;
        padding: 0 5px;
    }

    .section2 .sectionLeft {
        width: 75%;
    }

    .mediaGallery .col-sm-3 {
        width: 50%;
        float: left;
    }

    .addressInfo p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .banner-img {
        width: 100%;
        margin-top: 94px;
    }

    .heading-center,
    .heading {
        letter-spacing: 1px;
    }

    h2 {
        font-size: 26px;
    }

    .why-section h2 {
        margin-bottom: -30px;
        font-size: 26px;
    }

    .about-txt h2 {
        font-size: 26px;
        line-height: normal !important;
    }

    .tophead {
        display: none;
    }

    .banner-slider-section {
        height: 500px;
    }

    .down-arrow-box {
        display: none;
    }

    .banner-slider-section .banner-info p {
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .bannerbox {
        width: 100%;
        top: 180px;
    }

    .banner-slider-section:before {
        background-size: cover;
        bottom: -30px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 24px !important;
    }

    .banner-slider-section .banner-info .btn-transparent {
        padding: 6px 10px;
        font-size: 14px;
        margin-top: 5px;
    }

    .banner-txt {
        width: 100%;
        border: 10px;
        position: relative;
        top: -20px;
        left: 0;
        color: #fff;
        /* font-weight: 900; */
        /* line-height: 1.1; */
        /* background: #fffffff0; */
        /* border-radius: 170px 0px 170px 0px; */
        padding: 10px;
        /* border: 2px solid #00468c; */
    }

    .banner-txt h1 {
        font-size: 20px;
    }

    .banner-txt p {
        line-height: 20px;
        font-size: 10px;
        padding: 0 9px;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .banner-form {
        position: relative;
        width: 100%;
        right: 0;
        filter: drop-shadow(2px 4px 6px black);
        border-radius: 5px;
        /* z-index: 111; */
        top: 10px;
    }

    .why-section {
        position: relative;
        /* margin-top: 460px; */
        overflow: hidden;
    }





    .navbar-collapse>ul>li:hover:after,
    .navbar-collapse>ul>li.active::after {
        top: 0;
        visibility: visible;
        opacity: 1;
        display: none;
    }

    .aboutblock {
        border: none;
    }

    .aboutusSection:before {
        height: 80px;
        top: -70px;
    }

    .aboutusSection,
    .OverviewSection {
        padding: 30px 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }

    .about-boxx {
        display: grid;
    }

    .about-boxx h3 {
        padding: 23px 0 9px 0;
    }

    .aboutusSection img {
        margin-top: 0px;
        width: 80%;

    }

    .aboutus {
        width: 100%;
        position: relative;
        overflow: hidden;
        /* margin-top: 380px; */
        clear: both;
        padding: 50px 0px;
        /* box-shadow: inset 0px 0px 13px 0px #00000073; */
        /* top: 460px; */
    }

    .aboutblock ul {
        font-size: 14px;
        padding: 0 0 0 15px;
        text-align: justify;
        line-height: 30px;
    }

    .mediaImgLink {
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .logofooter {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .clientImg {
        text-align: center;
        border-left: 0px;
        display: block;
    }

    .keyIndicatorsSection .project-fig h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .keyIndicatorsSection .project-fig {
        height: 260px;
    }

    .key-side-img {
        display: none;
    }

    .about-txt {
        padding: 0 15px;
        margin: 70px 0 0 0;
    }

    .footer-widget-heading {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse>ul>li:before {
        display: none;
    }

    .navigationBar {
        position: relative !important;
        height: auto;
        background: #fff;
    }

    .navigationBar:before {
        display: none;
    }

    .navbar-collapse>ul>li {
        margin: 2px 0;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

    .navbar-brand {
        margin: 10px 0;
    }

    .navbar-nav {
        margin: 0;
        padding-top: 20px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 18px;
    }

    .navbar-collapse>ul>li {
        height: auto;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .aboutblock {
        margin: 0 auto;
        text-align: center;
    }

    .aboutImg {
        margin-top: 50px;
        margin: 0 auto;
        text-align: center;
        padding: 0px 10px;
    }

    .aboutblock .heading {
        padding-left: 0;
        text-align: center;
    }

    .aboutblock p {
        padding: 10px;
        border: none;
    }

    .groupofcompanies .groupBlock ul>li {
        width: 96%;
        margin: 10px;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-prev {
        left: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-next {
        right: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div {
        color: #00768f !important;
    }

    .footer .heading {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
    }

    .section2 .sectionLeft {
        width: 100%;
    }

    .section2 .sectionLeft::before,
    .section2 .sectionLeft::after {
        display: none;
    }

    .section2 {
        padding: 50px 0;
    }

    .section2::before {
        opacity: 0.7;
    }

    .section2 .sectionLeft .sectionLeftInner {
        padding: 0 15px;
    }

    .mediaGallery .col-sm-3 {
        width: 100%;
        float: none;
        clear: both;
    }

    .fancybox-overlay-fixed {
        z-index: 0 !important;
    }


    .scrollup {
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 650px) {
    .navbar-toggle {
        margin-right: 0;
        border-color: transparent !important;
    }

    .banner-slider-section {
        height: 300px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 18px !important;
    }

    .banner-slider-section .banner-info {
        width: 82%;
        top: 45%;
        width: 65%;
    }

    .banner-slider-full .item::before {
        height: 120%;
    }

    /* #banner-slider .owl-controls {
        bottom: 0 !important;
    } */
}


html {
  scroll-behavior: smooth;
}

#plant-growth {
  scroll-margin-top: 100px;
}



/******** ENQUIRY FORM***********/
.enquiry-sidebar {
  position: fixed;
  top: 27%;
  right: 0;
  z-index: 9999;
}

.enquiry-tab {
  position: relative;
}

/* Button */
.enquiry-label {
  background: #0054a6;
  color: #fff;
  padding: 14px 8px;
  font-weight: 600;
  writing-mode: vertical-rl;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
}

/* Form box (hidden by default) */
.enquiry-content {
  position: absolute;
  right: 48px;
  top: 0;
  width: 280px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);

  display: none;   /* 🔴 hidden */
}

/* Show class */
.enquiry-content.show {
  display: block; /* 🟢 visible */
}

/* Form */
.enquiry-content h3 {
  margin-bottom: 15px;
  color: #0054a6;
}

.enquiry-content form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.enquiry-content input {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.enquiry-content button {
  background: #0054a6;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
  .enquiry-sidebar {
                 top: 24%;
   
  }

  /*.enquiry-label {*/
  /*  writing-mode: horizontal-tb;*/
  /*  border-radius: 8px;*/
  /*}*/

  .enquiry-content {
right: 40px;

  }
  .solace-growth-image{
      display:none;
  }
  .solace-growth-panel .row {

    display: block;
}
}
.enquiry-content p{
    margin-bottom:0;
}
