@charset "UTF-8";
/*----------------------------------------------------------------------------------- 



------------------------------------------------------
   CSS INDEX
------------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
        # Header CSS
        # Footer CSS
----------------------------------------------------*/
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #4F6BD6;
  --heading-color: #0E0C0A;
  --primary-black-color: #031B33;
  --black-dark-color: #0A0A0A;
  --gray-light-color: #F1FCF9;
  --white-color: #ffffff;
  --text-color: #2D4443;
  --border-color: #E5E5E5;
  --heading-font: "Albert Sans", sans-serif;
  --body-font: "Rubik", sans-serif;
  
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: var(--heading-color);
  /* font-family: var(--heading-font); */
   font-family: 'Lexend Deca', sans-serif;
}

h1 {
  font-size: 85px;
  line-height: 100px;
}

h2 {
  font-size: 48px;
  line-height: 65px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 1;
}

h6 {
  font-size: 18px;
  line-height: 1;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  /* font-family: var(--body-font); */
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden;
  /* background: linear-gradient(90deg, #eaf4ff 0%, #f4ebff 100%); */
  background: linear-gradient(90deg, #e6f3ff 0%, #f8fbff 50%, #ccdff1 100%);
}
@media (max-width: 1650px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}

main {
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
#smooth-wrapper {
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1 {
  color: var(--white-color);
}
.text-white .sub-heading {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}

.gray-light-color {
  background-color: var(--gray-light-color);
}

.sub-title {
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #9d84ff;
  font-weight: 500;
  font-family: var(--heading-font);
  line-height: 24px;
  margin-bottom: 12px;
}
.sub-title:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--heading-color);
  margin-right: 10px;
}

@media (max-width: 1399.98px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.title-white h2 {
  color: var(--white-color);
}
.title-white p {
  color: var(--white-color);
}

.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}
.check-list.style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}
.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* Nice Select */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}

/* Animated List Wrap */
.headline-wrap {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.headline-wrap .marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.headline-wrap .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
.headline-wrap .marquee-item i {
  margin-right: 15px;
  line-height: 0;
}
.headline-wrap .marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline-wrap .marquee-inner.left {
  -webkit-animation: marquee_left 35s linear infinite;
          animation: marquee_left 35s linear infinite;
}
.headline-wrap.style-one {
  padding: 15px 0;
  font-family: var(--heading-font);
  color: var(--heading-color);
  background-color: var(--primary-color);
}

/* Headline Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
          animation: zoomInOut 6s linear infinite;
}

/* Pagination */
.medolia-pagination ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.medolia-pagination ul li a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
}
.medolia-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Form Check & Radio */
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}

.form-input-radio {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-right: 10px;
}
.form-input-radio:checked {
  border-color: var(--secondary-color);
}
.form-input-radio:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
}

/*===  Back To top  ====*/
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  font-size: 16px;
  z-index: 2;
  cursor: pointer;
  color: var(--white-color);
}
.back-to-top:hover {
  color: var(--primary-black-color);
  color: var(--white-color);
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
}
.preloader .loader {
  position: relative;
  overflow: hidden;
}

.loader {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--primary-black-color) var(--primary-black-color) transparent transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent var(--primary-color) var(--primary-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotationBack 0.5s linear infinite;
          animation: rotationBack 0.5s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.loader::before {
  width: 50px;
  height: 50px;
  border-color: var(--secondary-color) var(--primary-black-color) transparent transparent;
  -webkit-animation: rotation 1.5s linear infinite;
          animation: rotation 1.5s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 44px;
  line-height: 20px;
  font-family: var(--heading-font);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one {
  background-color: #2896b4;
  color: var(--white-color);
}
.theme-btn.style-one i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one:hover {
  background-color: #0e447c !important;
  color: var(--white-color);
}
.theme-btn.style-two {
  padding: 17px 22px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.theme-btn.style-two:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}

.read-more.style-one {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}
.read-more.style-one i {
  margin-left: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.read-more.style-one:hover i {
  margin-left: 10px;
}

.header-area {
  position: relative;
  z-index: 999;
}

.transparent-header {
  /* position: absolute; */
 background: linear-gradient(90deg, #d4e9ff 0%, #eadaff 100%);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* Header Navigation */
@media screen and (max-width: 991.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navigation .site-branding {
  max-width: 200px;
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 500 18px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 36px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
  }
}
.header-navigation .main-menu ul > li > a:after {
  position: absolute;
  bottom: 35%;
  right: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 991.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 25px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 20px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-nav-button .theme-btn.style-one {
    padding: 17px 24px;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .nav-button .theme-btn.style-one {
  padding: 13px 21px;
}

.header-one {
  background-color: var(--white-color);
}

.header-three .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1199.98px) {
  .header-three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Header Sticky */
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-color: transparent;
  background-color: var(--white-color);
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
  -webkit-box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
          box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
}
.header-area.sticky.header-one {
  background-color: var(--white-color);
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.footer-widget .widget-title {
  color: var(--white-color);
  margin-bottom: 28px;
}
.footer-widget .widget-content .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
}
.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.footer-widget .widget-content .social-box a:hover {
  border-color: transparent;
  background-color: var(--primary-color);
}
.footer-widget .widget-content .widget-nav li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget .widget-content .widget-nav li a {
  font-size: 18px;
  color: var(--white-color);
}
.footer-widget .widget-content .widget-nav li a:hover {
  color: var(--primary-color);
}
.footer-widget.footer-schedule-widget .widget-content span {
  color: var(--white-color);
}
.footer-widget.footer-contact-info-widget .medolia-info-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-widget.footer-contact-info-widget .medolia-info-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.footer-widget.footer-contact-info-widget .medolia-info-box .content p {
  color: var(--white-color);
  font-size: 18px;
  line-height: 30px;
}

.footer-schedule-widget .widget-content span:not(:last-child) {
  margin-bottom: 20px;
}

.default-footer .footer-widget-area .footer-widget.footer-about-widget p {
  color: #CDD1D6;
  margin-bottom: 20px;
}
.default-footer .footer-widget-area .footer-widget.footer-contact-info-widget {
  padding-left: 70px;
}
@media screen and (max-width: 1199.98px) {
  .default-footer .footer-widget-area .footer-widget.footer-contact-info-widget {
    padding-left: 0;
  }
}
.default-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1199.98px) {
  .default-footer .footer-top {
    text-align: center;
  }
}
.default-footer .footer-top h2 {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .default-footer .footer-top h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .default-footer .footer-top .footer-top-right {
    text-align: center;
  }
}
.default-footer .footer-top .footer-top-right p {
  line-height: 30px;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 25px;
}
.default-footer .footer-top .footer-top-right form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .default-footer .footer-top .footer-top-right form .form-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .default-footer .footer-top .footer-top-right form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.default-footer .footer-top .footer-top-right form .form_control {
  border-radius: 10px;
  padding: 9px 20px;
  max-width: 320px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--primary-black-color);
  color: var(--white-color);
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .default-footer .footer-top .footer-top-right form .form_control {
    max-width: 270px;
  }
}
.default-footer .footer-top .footer-top-right form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.default-footer .footer-top .footer-top-right form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.default-footer .footer-top .footer-top-right form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.default-footer .footer-top .footer-top-right form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.default-footer .footer-top .footer-top-right form .form_control::placeholder {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .default-footer .footer-top .footer-top-right form .theme-btn {
    margin-top: 20px;
  }
}
.default-footer .footer-top .footer-top-right form .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.default-footer .copyright-area {
  padding: 20px 0;
  background-color: #10263D;
}
.default-footer .copyright-area .copyright-text p {
  color: var(--white-color);
}

.footer-two .footer-widget .widget-content .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.footer-two .copyright-area {
  background-color: #3280c0;
}

.footer-three {
  position: relative;
  z-index: 1;
  background-color: #01121C;
}
.footer-three .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-three .footer-top-content {
  padding: 50px 0;
  text-align: center;
}
.footer-three .footer-top-content h3 {
  color: var(--white-color);
  margin-bottom: 20px;
}
.footer-three .footer-top-content .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .footer-three .footer-top-content .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-three .footer-top-content .form-group .form_control {
  max-width: 330px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background-color: transparent;
  padding: 10px 20px;
  font-weight: 500;
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control::-moz-placeholder {
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control::placeholder {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .footer-three .footer-top-content .form-group .form_control {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer-three .footer-top-content .form-group .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.footer-three .copyright-area {
  background-color: #0E1E27;
}

/*whatsapp function*/
.float{
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 127px;
  right: 19px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 38px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float .fa {
  color: #fff !important;
  top: 2px;
  position: relative;
}

.float .fa-brands{
  position: relative;
  bottom:-7px;
  right: 0px;
}
/* Force WhatsApp icon to white */
.float .fab.fa-whatsapp {
    color: #fff !important;
    font-size: 32px;      /* adjust icon size */
    line-height: 45px;    /* centers inside the circle */
}


/*Distributors*/

.distributor-banner{
    right: 0px;
}

.distributors-section {
 
  position: relative;
  
  
}

.section-title {
  /* font-size: 2rem; */
  color: #002f6c;
  position: relative;
  display: inline-block;
}



.section-subtitle {
  color: #555;
  font-size: 1rem;
}

.distributor-card {
  background: #ffffff45;
  border-radius: 16px;
 box-shadow: 0 5px 20px rgb(25 119 141 / 62%);
  transition: all 0.4s ease;
  border-top: 4px solid transparent;
  backdrop-filter: blur(4px);
  background-color: #ffffff;
}

.distributor-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-top: 4px solid #2896b4;
   border-bottom: 4px solid #2896b4;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.25);
}

.icon-box {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #0d6efd, #d36f6e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0 5px 15px rgba(27, 124, 163, 0.4);
  transition: all 0.3s ease;
}

.distributor-card:hover .icon-box {
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.5);
}

.distributor-name {
  color: #0d6efd;
  font-weight: 600;
  font-size: 1.3rem;
}

.contact-link {
  color: #25d366;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1.2rem;
}

.contact-link:hover {
  color: #128c7e;
  text-decoration: underline;
}
.company-name{
  font-size: 1.2rem;
}

/*Distributors Map Section*/
 .map-label {
        background-color: #ffffffdd;
        color: #004a7c;
        font-weight: 600;
        font-size: 13px;
        border: 1px solid #cce0ff;
        border-radius: 6px;
        padding: 2px 8px;
      }
      .leaflet-touch .leaflet-control-attribution,
      .leaflet-touch .leaflet-control-layers,
      .leaflet-touch .leaflet-bar {
        display: none !important;
      }
      .responsive-map {
        width: 100%;
        height: 520px;
        margin: 0 auto;
        border-radius: 12px;
        z-index: 2;
        /* box-shadow: 0 0 10px rgba(84, 120, 199, 0.83),
          0 0 25px rgba(84, 120, 199, 0.83); */
      }

      /* Responsive adjustments */
      @media (max-width: 992px) {
        .responsive-map {
          height: 450px;
        }
      }

      @media (max-width: 768px) {
        .responsive-map {
          height: 350px;
        }
      }

      @media (max-width: 576px) {
        .responsive-map {
          height: 500px;
        }
      }



      /*about img 2 hide*/
      @media (max-width: 767px) {
    .about-img-hide {
      display: none !important;
    }
    }

    /*Active class css*/
    .nav-active {
  color: #d46b6d !important;
  font-weight: 600 !important;

}


/* Top Red Banner */
.product-hero .top-banner {
    background: radial-gradient(circle, #ff2d35 0, #b41b1e 100%);
    padding: 55px 20px;
    color: #fff;
     transition: transform 0.6s ease-in-out;  /* smooth zoom animation */
}

.product-hero .top-banner:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.product-hero .top-banner h2 {
     font-size: clamp(1.8rem, 4vw, 3.0rem); 
    font-weight: 800;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.product-hero .top-banner p {
    font-size: clamp(1.2rem, 3vw, 2.1rem);
    font-weight: 500;
    margin-top: 8px;
}

/* V shape background */
.v-shape-bg {
    width: 55%;
    opacity: 0.35;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* Product Spray Image */
.product-img {
    position: relative;
    z-index: 5;
    
}

/* Buy Logos */
.buy-logo {
    height: 35px;
    margin-left: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
 
    .product-hero .top-banner h2 {
        font-size: 30px;
    }
    .product-hero .top-banner p {
        font-size: 16px;
    }
    .v-shape-bg {
        width: 100%;
        top: -35px;
    }
    .product-img {
        max-width: 100%;
    }
    .product-hero .top-banner{
       padding: 30px 20px;
    }
}


/*Dibenza Box Section Start*/
/* UNIQUE CLASSES START */
         /* UNIQUE DIBENZA CLASSES */
        .dibenza-wrapper {
            background: #c9151b;
            color: #ffffff;
            padding: 100px 0;
            text-align: center;
            font-family: 'Poppins', sans-serif;
        }

        /* MAIN TITLES */
        .dibenza-title {
            font-weight: 800;
            font-size: 28px;
            margin-bottom: 12px;
            text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
            letter-spacing: 0.4px;
            color: #ffffff;
        }

        /* DESCRIPTION TEXT */
        .dibenza-desc {
            font-size: 16px;
            font-weight: 400;
            max-width: 360px;
            line-height: 1.6;
            margin: 0 auto 20px;
            opacity: 0.94;
        }

        /* CENTER DOT */
        .dibenza-dot {
            width: 13px;
            height: 13px;
            background: #fff;
            border-radius: 50%;
            margin: 12px auto;
            box-shadow: 0px 0px 18px #fff;
        }

        /* BIGGER IMAGE + EFFECT */
        .dibenza-img {
            width: 100%;         /* Bigger Image */
            height: auto;
            max-width: 100%;
            transform: rotate(-20deg);
           filter: drop-shadow(0px 22px 50px rgba(255,255,255,0.70));
            transition: 0.4s ease;
             transform: scale(1.3) rotate(-20deg);
        }

        .dibenza-img:hover {
            transform: rotate(-20deg) scale(1.08);
            filter: drop-shadow(0px 22px 50px rgba(255,255,255,0.45));
        }

        /* RESPONSIVE TWEAKS */
        @media (max-width: 992px) {
            .dibenza-img {
                width: 420px;
            }
            .dibenza-title {
                font-size: 24px;
            }
        }

        @media (max-width: 768px) {
            .dibenza-img {
                width: 350px;
                transform: rotate(-10deg);
            }
            .dibenza-title {
                font-size: 22px;
            }
        }

        @media (max-width: 576px) {
            .dibenza-img {
                width: 300px;
            }
            .dibenza-desc {
                font-size: 15px;
                max-width: 90%;
            }
        }

        /* UNIQUE CLASSES END */

        /*Dibenza Box Section End*/


        /*FAQ Section */


        .product-hero .top-second-banner{
          background: linear-gradient(90deg, #3b438b 0%, #4b54a5 50%, #5c66bf 100%);
        }

        .product-hero .top-second-banner h2{
          color: #ffffff;
          text-shadow: 0 2px 6px #c9151b;

        }
        .product-hero .top-second-banner p{
         color: #ffffff;
         text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);

        }

        /* Main container */
        .gv-accordion {
            width: 100%;
            display: block;
        }

        /* Each accordion item */
        .gv-acc-item {
            border: 1px solid #e5e9f2;
            border-radius: 12px;
            margin-bottom: 18px;
            overflow: hidden;
            background: #ffffff;
            transition: all 0.3s ease;
        }

        /* Hover effect */
        .gv-acc-item:hover {
            box-shadow: 0px 5px 20px rgba(0, 47, 108, 0.08);
            border-color: #d1d9e8;
        }

        /* Header */
        .gv-acc-header {
            padding: 15px 22px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            gap: 10px;
        }

        /* Title text */
        .gv-acc-title {
            margin: 0;
            font-size: 25px;
            font-weight: 600;
            color: #013a6b;
            line-height: 1.35;
            flex: 1;
        }

        /* Icon */
        .gv-acc-icon {
            width: 70px;
            height: auto;
            transition: transform 0.3s ease;
        }

        /* Rotate icon when active */
        .gv-acc-item.active .gv-acc-icon {
            transform: rotate(180deg);
        }

        /* Content */
        .gv-acc-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease;
            padding: 0 22px;
            background: #fbfcfe;
        }

        .gv-acc-item.active .gv-acc-content {
            padding: 15px 22px 22px;
            max-height: 500px;
        }

        /* Paragraph inside content */
        .gv-acc-content p {
            margin: 0;
            font-size: 18px;
            line-height: 1.7;
            color: #4d6075;
        }

        /* --------------------
          RESPONSIVE STYLES
        ----------------------*/

        @media (max-width: 768px) {
            .gv-acc-header {
                padding: 16px 18px;
            }

            .gv-acc-title {
                font-size: 16px;
            }

            .gv-acc-content {
                padding: 0 18px;
            }

            .gv-acc-item.active .gv-acc-content {
                padding: 12px 18px 18px;
            }
             .gv-acc-content p {
            margin: 0;
            font-size: 15px;
            line-height: 1.7;
            color: #4d6075;
        }
        }

        @media (max-width: 480px) {
            .gv-acc-title {
                font-size: 18px;
            }
        }


        /*core values faq section title center solution*/

        /* .medolia-faq-page .section-title {
            display: block !important;
            width: 100% !important;
            text-align: center !important;
        }

        .medolia-faq-page .section-title * {
            text-align: center !important;
            margin-left: auto;
            margin-right: auto;
            display: block;
        } */




       

        
/* Removes extra white space / horizontal scrolling ( extra padding in section) */
body, html {
    overflow-x: hidden !important;
}


/*Get A Quote */
/*Enquire Now */
.enquiry-section {
  background-color: #f9f9f9;
}

.form-title {
  color: #080f23;
  font-weight: 700;
  font-size: clamp(1.8rem, 2.5vw + 1rem, 3rem);
}


.form-subtitle {
  color: #1D2031;
  font-size: 1rem;
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 0.95rem;
  color: #1D2031;
}

.form-control:focus {
  border-color: #2391b0;
  box-shadow: 0 0 0 0.2rem #d3706e62;
}
textarea.form-control {
    min-height: 150px;
}

.submit-btn {
  background-color: #eb5858;
  color: #fff;
  padding: 10px 115px;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background-color: #1D2031;
  color: #fff;
}

@media (max-width: 576px) {
  .custom-padding {
    padding: 1.5rem !important;
  }
}


/*Country phone number in enquire-now form*/


/* Make all inputs the same height and clean look */
.form-control {
  height: 48px;
  border-radius: 8px;
  box-shadow: none;
}

/* Fix intl-tel-input width alignment */
.iti {
  width: 100%;
}

/* Adjust spacing so flag and text align neatly */
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel] {
  padding-left: 80px !important; /* ensures space for flag + code */
  height: 48px; /* same as other inputs */
  line-height: 48px;
  border-radius: 8px;
}

/* Flag container alignment */
.iti__flag-container {
  height: 48px;
  border-radius: 8px 0 0 8px;
}

/* Dropdown list styling */
.iti__country-list {
  z-index: 9999 !important;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}


/* --- Main Section --- */
.my-carousel-section {
    text-align: center;
    margin: 40px 0;
}

.my-carousel-title {
    font-size: 28px;
    font-weight: 800;
    color: #E0321E;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* --- Carousel Container --- */
.my-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

/* --- Each Slide --- */
.my-slide {
    background: linear-gradient(90deg, #ffffff 0%, #fff4f3 100%);
    padding: 35px 25px;
    border-radius: 16px;
    border-left: 6px solid #E0321E;
    box-shadow: 0 10px 35px rgba(224, 50, 30, 0.20);
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
    transition: 0.4s ease;
}

.my-slide.active {
    display: flex;
    animation: fadeIn 0.6s ease;
}

/* Icon */
.my-icon {
    font-size: 48px;
    color: #E0321E;
}

/* Text */
.my-slide p {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Dots */
.my-dots {
    margin-top: 15px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: #f7b4ad;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
}

.dot.active {
    background-color: #E0321E;
    transform: scale(1.3);
}

/* --- Fade Animation --- */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}



/* ===========================
      RESPONSIVE SETTINGS
   =========================== */

/* --- Tablets (768px) --- */
@media (max-width: 991px) {
    .my-slide {
        padding: 30px 20px;
        gap: 15px;
    }

    .my-icon {
        font-size: 40px;
    }

    .my-slide p {
        font-size: 17px;
    }
}

/* --- Mobile (600px) --- */
@media (max-width: 600px) {

    .my-slide {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
        border-left: none;
        border-top: 5px solid #E0321E;
        gap: 10px;
    }

    .my-icon {
        font-size: 36px;
    }

    .my-slide p {
        font-size: 16px;
        text-align: center;
    }

    .my-carousel-title {
        font-size: 22px;
    }
}

/* --- Small Phones (425px) --- */
@media (max-width: 425px) {

    .my-slide {
        padding: 20px 15px;
        border-top-width: 4px;
    }

    .my-icon {
        font-size: 32px;
    }

    .my-slide p {
        font-size: 15px;
    }

    .dot {
        height: 10px;
        width: 10px;
    }
}

/* Main Button */
.dibenza-whatsapp-btn {
    position: fixed;
    bottom: 95px;
    right: 30px;
    background: #25D366;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    z-index: 99999;
    overflow: visible;
    animation: sprayPop 0.7s ease-out;
}

/* RED–ORANGE SPRAY (DiBenza Theme) */
.dibenza-whatsapp-btn::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: radial-gradient(
        rgba(255, 88, 52, 0.45) 0%,    /* DiBenza red */
        rgba(255, 110, 60, 0.25) 30%, /* softer orange blend */
        rgba(255, 110, 60, 0) 70%     /* fade like spray */
    );
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.3);
    animation: sprayBurst 1.8s infinite ease-out;
}

/* Hover spray boost */
.dibenza-whatsapp-btn:hover::before {
    animation: sprayBurstFast 1s infinite ease-out;
}

/* Hover Scale */
.dibenza-whatsapp-btn:hover {
    transform: scale(1.12);
}

/* Entry Pop Animation */
@keyframes sprayPop {
    0% { transform: scale(0); opacity: 0; }
    60% { transform: scale(1.25); opacity: 1; }
    100% { transform: scale(1); }
}

/* Regular Spray Burst */
@keyframes sprayBurst {
    0% {
        opacity: 0.6;
        transform: scale(0.3);
    }
    70% {
        opacity: 0;
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
    }
}

/* Faster Spray on Hover */
@keyframes sprayBurstFast {
    0% {
        opacity: 0.7;
        transform: scale(0.4);
    }
    70% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 0;
    }
}





