body {
  font-family: "Roboto", sans-serif;

  background-color: #fff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.hero_area {
  height: 90vh;
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}

.hero_area.custom_page-height {
  height: 86px;
}

.hero_area.custom_page-height::after {
  display: none;
}

.hero_area::after {
  position: absolute;
  content: "";
  background-image: url(../images/blue-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 42%;
  height: 70px;
  top: 98.5%;
  right: -4%;
  z-index: -1;
}

/*header section*/



.logo-box {
  padding-top: 5px;
}

.logo-box span {
  font-size: 22px;
  font-weight: bold;
  color: #0a0057;
  font-family: "Roboto", sans-serif;
}

.header_section .header_container {
  display: flex;
  justify-content: space-between;
}

.header_top {
  display: flex;
  justify-content: flex-end;
  padding-top: 7px;
}

.header_top img {
  margin-right: 5px;
}

.header_top-social {
  display: flex;
}

.header_top-contact {
  display: flex;
  margin-right: 20%;
}

.header_top-contact a,
.header_top-contact a:hover {
  display: flex;
  color: #c3c3c5;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #0a0057;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.heading_style {
  border-left: 12px solid #78cffd;
  font-size: 40px;
  padding-left: 3px;
  font-weight: lighter;
  color: #0a0057;
}

.custom_nav-container .navbar-toggler {}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {}

.custom_nav-container .nav_search-btn {}

.navbar {}

.nav-link:hover {}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 48px;
}

/*end header section*/

/* slider section */
.slider_section {
  position: relative;
}

.slider_form-box form {
  display: flex;
}

.slider_form-box form .search_input {
  position: relative;
}

.slider_form-box form .search_input input {
  width: 250px;
  height: 45px;
  outline: none;
  border: none;
  background-color: #f7f6fd;
  padding-left: 10%;
}

.slider_form-box form .search_input img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

.slider_form-box form button {
  border: none;
  background-color: #78cffd;
  color: #fff;
  padding: 10px 25px;
}

.slider_section .slider_item-container {
  margin-top: 10%;
}

.slider_section .slider_item-container.col-md-6 {
  padding: 0;
}

.slider_item-detail h1 {
  font-weight: bold;
  margin: 35px 0;
  color: #000002;
}

.read-btn,
.quote-btn,
.read-btn:hover,
.quote-btn:hover {
  padding: 15px 20px;

  color: #fff;
}

.read-btn {
  background-color: #78cffd;
}

.quote-btn {
  background-color: #0a0057;
}

.read-btn img,
.quote-btn img {
  margin-left: 5px;
  width: 20px;
}

.slider_section .carousel-indicators {
  position: absolute;
  top: 50%;
  left: -10%;
  bottom: auto;
  right: auto;
  flex-direction: column;
  transform: translateY(-50%);
}

.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #78cffd;
  background-clip: padding-box;
  margin: 3px;
  border: none;
  opacity: 1;
  border-radius: 100%;
  transition: background-color 0.6s;
}

.slider_section .carousel-indicators .active {
  background-color: #0a0057;
}


/* end slider section */

.about_section {
  background: #fff;
  color: #111;
  position: relative;
}

.about_section .heading_style {
  position: relative;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 5px solid #0ac5d6;
}

.about_section .lead {
  font-size: 1.125rem;
  color: #555;
}

.about-list {
  margin-top: 1.5rem;
}
.about-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.about-list i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

.about_section .btn-primary {
  background-color: #0a2540;
  border-color: #0a2540;
  margin-top: 1rem;
}
.about_section .btn-primary:hover {
  background-color: #091f35;
  border-color: #091f35;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  height: 120px;
  transform: translateY(-50%);
  background-image: url(../images/circle-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .about_section .col-md-6 {
    padding: 1rem 0;
    text-align: center;
  }

  .about_section .heading_style {
    font-size: 1.75rem;
    text-align: center;
    padding-left: 0;
    border-left: none;
  }
}


/* service section */
.service_img-box {
  position: relative;
}

.service_img-box h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  padding: 10px 15px;
  padding-right: 35px;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.s-b-1 h3 {
  background-image: url(../images/hbg.png);
}

.s-b-2 h3 {
  background-image: url(../images/hbg-2.png);
}

.s-b-3 h3 {
  background-image: url(../images/hbg-3.png);
}

.service_img-box img {
  width: 100%;
}

.service-btn,
.service-btn:hover {
  padding: 7px 12px;
  background-color: #0a0057;
  color: #fff;
}

/* service section */

/* shop section */

.shop_section {}

.shop_section .row {
  margin-top: 100px;
  background-color: #0a0057;
}

.shop-detail {
  padding: 50px;
}

.shop-detail h5 {
  color: #78cffd;
  font-size: 22px;
}

.shop-detail p {
  color: #fff;
}

.shop_img-box {
  position: relative;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: 50px;
}

/* end shop section */

/* client section */
.client_section {
  padding-bottom: 125px;
}

.client_box {
  position: relative;
  margin-top: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.c-b-1 {
  background-image: url(../images/client1-bg.png);
}

.c-b-2 {
  background-image: url(../images/client2-bg.png);
}

.client_detail {
  padding: 20px 30px;
  padding-left: 50px;
}

.client_detail h5 {
  padding-left: 20%;
  color: #78cffd;
}

.client_detail p {
  padding-top: 20px;
  color: #fff;
}

.client_box .client_img {
  position: absolute;
  top: -40%;
}

.client_section .carousel-indicators {
  position: absolute;
  top: 115%;
  left: 33%;
  bottom: auto;
  right: auto;
}

.client_section .carousel-indicators li {
  width: 21px;
  height: 10px;
  background-color: #0a0057;
  background-clip: padding-box;
  margin: 0;
  border: none;
  opacity: 1;
  transition: background-color 0.6s;
}

.client_section .carousel-indicators .active {
  background-color: #78cffd;
}

/* end client section */

/* company section */
.company_section {
  background-color: #78cffd;
}

.company-detail h3 {
  color: #060000;
  font-weight: bold;
}

.company-detail p {
  color: #fff;
  width: 85%;
}

/* end company section */

/* contact_section */

.contact_section .col-md-6 {
  padding: 0;
}

.contact_form-container {
  padding: 60px;
  background-color: #78cffd;
  position: relative;
}

.contact_form-container form {
  width: 100%;
}

.contact_form-container form input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;

  background-color: #fcfcfc;
  margin: 10px 0;
}

.message_input {
  height: 100px;
}

.contact_form-container button {
  border: none;
  display: inline-block;
  padding: 8px 40px;
  background-color: #0a0057;
  color: #fff;

  margin-top: 20px;
}


.contact_form-container::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #78cffd;
  position: absolute;
  /* right: 0; */
  /* bottom: 25%; */
  left: -50px;
  top: 15%;

}

/* end contact_section */

/* info section */
.info_section {
  padding-top: 150px;
  padding-bottom: 1px;
  color: #fff;
  background-image: url(../images/info-bg.png);
  background-size: 100% 101%;

  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}

.info_section h5 {

  font-size: 22px;

}

.info_section a,
.info_section a:hover {
  color: #fff;
}

.info_logo .logo-box {
  padding-top: 0;
  margin-top: -10px;
}

.info_logo .logo-box img {
  width: 65px;
}

.info_logo .logo-box span {
  color: #fff;
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_news {
  padding-right: 8%;
}

.info_news input {
  border: none;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  background-color: #fff;
  outline: none;
  padding-left: 20px;
}

.info_news button {
  border: none;
  background-color: #78cffd;
  color: #fff;
  padding: 7px 12px;
  margin-top: 10px;
}

.info_nav nav {
  width: 70%;
  margin: 0 auto;
}

.info_nav ul {
  display: flex;
  flex-direction: column;
}

.info_nav ul li {
  list-style-type: none;
}

.info_nav ul li a {
  color: #fff;
}

.info_social {
  display: flex;
  justify-content: space-between;
  width: 150px;
}

.info_social a img {
  width: 30px;
}

/* end info section */
/* footer section*/

.footer_section {
  background-color: #78cffd;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fff;
}

/* end footer section*/












/* ---------- Shipment / Quote form polish ---------- */

/*   1) OVERALL SECTION  */
.quote_section {
  background:#fff;
  color:#222;
  padding:2rem max(1rem,env(safe-area-inset-left)) 1rem max(1rem,env(safe-area-inset-right));
}

.quote_section .section_title {
  font-size:2rem;
  font-weight:700;
  text-align:left;
  margin:0 0 2rem;
  border-bottom:4px solid #78cffd;
  display:inline-block;
  padding-bottom:.25rem;
}

/*   2) 3-COLUMN GRID  */
.shipment_form{
  --card-bg:#f8f9fb;
  --border:#d9d9d9;
  --radius:6px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
}

@media (max-width:1024px){         /* 2 col tablets */
  .shipment_form{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:680px){          /* 1 col phones  */
  .shipment_form{grid-template-columns:1fr;}
}

/*   3) FIELDSET CARDS  */
.shipment_form fieldset{
  background:var(--card-bg);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:1.75rem;
  min-width:0;                    /* no overflow */
}
.shipment_form legend{
  font-size:1.125rem;
  font-weight:600;
  color:#0a0057;
  padding:0 .25rem;
  margin-bottom:.75rem;
}

/*   4) INPUTS  */
.shipment_form input,
.shipment_form textarea{
  width:100%;
  padding:.65rem .85rem;
  font-size:.95rem;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:#fff;
  color:#333;
  margin-top:.5rem;
  transition:border-color .15s;
}
.shipment_form input:focus{
  border-color: #0096ff;   /* or whatever colour you like */
  outline:none;           /* optional – remove default outline */
}

  /* --- Shipment notes textarea tweak --------------------------- */
.shipment_form textarea{
  height:160px;     /* ← adjust to your taste (e.g. 120-200px)   */
  resize:none;      /* no manual resize grip                    */
  line-height:1.4;  /* nicer vertical rhythm                    */
}

/* === Radio-line layout ==================================== */
.radio_group{
  display:inline-flex;   /* sit left-to-right */
  flex-wrap:nowrap;      /* stay on one row (will wrap below in @media) */
  align-items:center;
  gap:1.25rem;           /* space between blocks */
}

/* main label “Temperature Controlled” */
.radio_group span{
  flex:0 0 auto;         /* just the text width */
  margin:0;              /* kill earlier bottom margin */
  font-weight:500;
}

/* Yes / No bits */
.radio_group label{
  display:inline-flex;
  align-items:center;
  gap:.4rem;             /* circle ↔ text */
}

/* safety: if the row gets *too* narrow, allow wrap */
@media (max-width:480px){
  .radio_group{flex-wrap:wrap; gap:.6rem;}
}

/*   5) LABELS   */
.shipment_form label{
  display:block;                  /* each label on its own line */
  font-weight:500;
  margin-top:1rem;
}

/*   6) SUBMIT BUTTON  */
.shipment_form button{
  grid-column:1/-1;               /* full-width bottom row */
  align-self:end;
  justify-self:end;
  margin-top:2rem;
  padding:.9rem 3.25rem;
  font-size:1rem;
  background:#0a0057;
  color:#fff;
  border:none;
  border-radius:var(--radius);
  cursor:pointer;
  transition:opacity .2s;
  max-width:200px;      /* stops before touching screen edges   */
  width:100%;
}
.shipment_form button:hover{opacity:.9;}

/* Vertical radio layout — comment out if you prefer inline */
@media (max-width:480px){
  .radio_group{
    flex-direction:column;
    align-items:flex-start;
    gap:.5rem;
  }
}

/* ---------- Mobile input tuning ----------- */
@media (max-width: 768px) {
  /* 1) Prevent Safari zoom by using ≥16 px font */
  .shipment_form input,
  .shipment_form textarea,
  .shipment_form select {
    font-size: 16px;       /* 👈 key value */
  }
}

/* 2) Make text & number inputs a normal line-height box */
.shipment_form input[type="text"],
.shipment_form input[type="number"],
.shipment_form input[type="email"],
.shipment_form input[type="tel"]{
  height:48px;             /* consistent, comfortable tap target   */
  line-height:1.2;
}

/* Keep textarea tall & non-resizable */
.shipment_form textarea{
  height:160px;
  resize:none;
  
}
/* Slightly lighter card & tiny shadow */
.shipment_form fieldset{
  background:#fdfdfd;                 /* almost white */
  box-shadow:0 2px 4px rgba(0,0,0,.04);
}

/* Better label spacing */
.shipment_form label{ margin:.25rem 0 .35rem; }

/* 1) Two half-width inputs side-by-side (First / Last, radio “Other”) */
.two_up{
  display:flex;
  gap:1rem;
}
.two_up > *{flex:1 1 50%;}

/* 2) Uniform spacing for radio / check rows */
.check_line{
  display:flex;
  align-items:center;
  gap:.5rem;
  margin:.35rem 0;
}



/* ─────────────────  Extras layout  ───────────────── */
/* drop this next to your other helpers */
.full_row { grid-column: 1 / -1; }   /* span every column */
/* titles inside the card */
.block_title{
  font-weight:600;
  margin:.25rem 0 .75rem;
}

/* ------------- “How did you find us?” radios ------------- */
.choice_grid{
  display:flex;            /* sit side-by-side */
  flex-wrap:wrap;          /* drop to the next line only if container gets too narrow */
  gap:0.75rem 1.5rem;      /* vertical | horizontal space between options */
  align-items:center;
  padding:0;               /* kill any extra grid padding */
}

/* every label keeps its natural size */
.choice_grid label{
  flex:0 0 auto;
}

/* make only the “Other” line break to its own row */
.choice_grid .other_wrap{
  flex:0 0 100%;           /* full-width */
  gap:.45rem;
}

/* phones: fall back to a tidy single column if you like */
@media (max-width:680px){
  .choice_grid{
    flex-direction:column;
    gap:.55rem;
  }
}
.button_bar { grid-column: 1 / -1;       /* full-width */
  display: flex;
  justify-content: flex-end; }

.service_img-box.full-banner img {
  width: 100%;
  height: 400px;         /* adjust as needed */
  object-fit: cover;
}

.service_img-box.full-banner {
  position: relative;
  margin-bottom: 20px;
}

.service_img-box.full-banner h3 {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: white;
  font-size: 36px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  margin: 0;
}

.framed-box {
  background-color: transparent; /* or keep #fff if you want white box */
  border: none;
  padding: 40px 30px;
  border-radius: 0;
  box-shadow: none;
  margin-top: -20px;
}




















/* in css/style.css, after your dark-theme rules */

.features_section {
  background: #fff !important;    /* white background */
  color: #111;                     /* dark text */
}

.features_section .heading_style {
  color: #111;                     /* heading in dark */
}

.features_section .feature-item {
  border-bottom: 1px solid #eee;   /* optional light dividers */
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.features_section .feature-item:last-child {
  border-bottom: none;             /* no divider on last */
}

.features_section h4 {
  color: #111;                     /* feature titles in dark */
}

.features_section p {
  color: #333;                     /* body copy in dark gray */
}

.feature-icon {
  font-size: 1.8rem;      /* tweak size */
  color: #0ac5d6;         /* your accent color */
  display: block;
  margin: 0 auto 1rem;
}

.service_img-box.full-banner img {
  display: block;
  margin: 0 auto;      /* center it */
  max-width: 900px;     /* pick your ideal width */
  width: 100%;          /* scale down on mobile */
  height: auto;
}






