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

[Master Stylesheet]

Project:     AGT India
Version:     1.0
Start Date:  20.12.2024
Last change: 10.10.2025
Primary use:    AGT 
Author:   Praveen Maddy

-----------------------------------------------*/
/*----------------------------------------------

[Table of contents]

1. Body
2. Header
3. Main
4. Footer

-----------------------------------------------*/
/*----------------------------------------------

[Fonts]

Base Fonts(Headings & Content)  : "Plus Jakarta Sans", sans-serif;
Icon Fonts                      : Fontawesome 5.15.4

------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@100..900&display=swap");
:root {
  scroll-padding-top: 100px;
  --swiper-wrapper-transition-timing-function: linear !important;
}

html {
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
}

body {
  line-height: 32px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  font-family: "Plus Jakarta Sans", serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  p {
    font-size: 17px;
    line-height: 28px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
}
button:focus {
  box-shadow: none;
  outline: none;
}

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

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

:focus {
  box-shadow: none !important;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.mx-0-auto {
  margin: 0 auto;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

select:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: rgba(67, 108, 165, 0.1) !important;
}

.common-button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fcbc45;
  border: 1px solid #fcbc45;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-button:hover {
  background-color: transparent;
  border: 1px solid #fcbc45;
  color: #fcbc45;
}

/*------------------------------------------------Preloader------------------------------------------------*/
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  height: 100%;
  filter: drop-shadow(0 0 0.05em rgba(255, 255, 255, 0.2509803922));
  background-color: #0f0f0f;
  width: 100%;
  z-index: 99999;
}
.loader .text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}
.loader .text span {
  animation: scrolling 2s cubic-bezier(0.1, 0.6, 0.9, 0.4) infinite, shadow 2s cubic-bezier(0.1, 0.6, 0.9, 0.4) infinite;
}
.loader .text:nth-child(1) {
  clip-path: polygon(0% 0%, 11.11% 0%, 11.11% 100%, 0% 100%);
  font-size: calc(4em / 20);
  margin-left: -2.1em;
  opacity: 0.6;
}
.loader .text:nth-child(1) span {
  background: linear-gradient(to right, #ffffff 4%, #aaaaaa 7%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
}
.loader .text:nth-child(2) {
  clip-path: polygon(11.11% 0%, 22.22% 0%, 22.22% 100%, 11.11% 100%);
  font-size: calc(4em / 16);
  margin-left: -0.98em;
  opacity: 0.7;
}
.loader .text:nth-child(2) span {
  background: linear-gradient(to right, #ffffff 9%, #aaaaaa 13%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
}
.loader .text:nth-child(3) {
  clip-path: polygon(22.22% 0%, 33.33% 0%, 33.33% 100%, 22.22% 100%);
  font-size: calc(4em / 13);
  margin-left: -0.33em;
  opacity: 0.8;
}
.loader .text:nth-child(3) span {
  background: linear-gradient(to right, #ffffff 15%, #aaaaaa 18%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
}
.loader .text:nth-child(4) {
  clip-path: polygon(33.33% 0%, 44.44% 0%, 44.44% 100%, 33.33% 100%);
  font-size: calc(4em / 11);
  margin-left: -0.05em;
  opacity: 0.9;
}
.loader .text:nth-child(4) span {
  background: linear-gradient(to right, #ffffff 20%, #aaaaaa 23%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
}
.loader .text:nth-child(5) {
  clip-path: polygon(44.44% 0%, 55.55% 0%, 55.55% 100%, 44.44% 100%);
  font-size: calc(4em / 10);
  margin-left: 0em;
  opacity: 1;
}
.loader .text:nth-child(6) {
  clip-path: polygon(55.55% 0%, 66.66% 0%, 66.66% 100%, 55.55% 100%);
  font-size: calc(4em / 11);
  margin-left: 0.05em;
  opacity: 0.9;
}
.loader .text:nth-child(6) span {
  background: linear-gradient(to right, #aaaaaa 29%, #ffffff 32%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
}
.loader .text:nth-child(7) {
  clip-path: polygon(66.66% 0%, 77.77% 0%, 77.77% 100%, 66.66% 100%);
  font-size: calc(4em / 13);
  margin-left: 0.33em;
  opacity: 0.8;
}
.loader .text:nth-child(7) span {
  background: linear-gradient(to right, #aaaaaa 34%, #ffffff 37%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
}
.loader .text:nth-child(8) {
  clip-path: polygon(77.77% 0%, 88.88% 0%, 88.88% 100%, 77.77% 100%);
  font-size: calc(4em / 16);
  margin-left: 0.98em;
  opacity: 0.7;
}
.loader .text:nth-child(8) span {
  background: linear-gradient(to right, #aaaaaa 39%, #ffffff 42%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
}
.loader .text:nth-child(9) {
  clip-path: polygon(88.88% 0%, 100% 0%, 100% 100%, 88.88% 100%);
  font-size: calc(4em / 20);
  margin-left: 2.1em;
  opacity: 0.6;
}
.loader .text:nth-child(9) span {
  background: linear-gradient(to right, #aaaaaa 45%, #ffffff 48%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
}
.loader .line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 0.05em;
  width: calc(4em / 2);
  margin-top: 0.9em;
  border-radius: 0.05em;
}
.loader .line::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.3;
}
.loader .line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.05em;
  transform: translateX(-90%);
  animation: wobble 2s cubic-bezier(0.5, 0.8, 0.5, 0.2) infinite;
}

/*--------------------------------------------------Header---------------------------------------------------*/
.home header {
  background-color: #ffffff;
}

.common-header {
  background-color: #ffffff;
}
.common-header.sticky-top {
  border-bottom: 1px solid rgba(6, 31, 20, 0.1019607843);
  box-shadow: rgba(24, 16, 16, 0.05) 0px 7px 18px;
}
.common-header .navbar .navbar-brand img {
  width: 100px;
}
.common-header .navbar .navbar-brand:focus-visible {
  outline: none;
}
.common-header .navbar .navbar-nav {
  gap: 15px 30px;
}
.common-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
}
.common-header .navbar .navbar-nav .dropdown-menu {
  padding: 20px 10px;
  border: 1px solid #393939;
  background-color: #121212;
  min-width: 230px;
}
.common-header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-header .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .common-header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  transform: translateX(10px);
}
.common-header .navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}
.common-header .navbar .nav-item.dropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.common-header .navbar-toggler {
  padding: 0;
  border: 0;
}
.common-header .navbar-toggler-icon {
  background-image: none;
}
.common-header .navbar-toggler-icon .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.common-header .navbar-toggler-icon .container {
  cursor: pointer;
  padding: 0;
}
.common-header .navbar-toggler-icon .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
}
.common-header .navbar-toggler-icon .checkmark span {
  width: 32px;
  height: 2px;
  background-color: white;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.common-header .navbar-toggler-icon .checkmark span:nth-child(1) {
  top: 10%;
  left: 0;
}
.common-header .navbar-toggler-icon .checkmark span:nth-child(2) {
  top: 50%;
  left: 0;
}
.common-header .navbar-toggler-icon .checkmark span:nth-child(3) {
  top: 90%;
  left: 0;
}
.common-header .navbar-toggler-icon .container input:checked + .checkmark span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.common-header .navbar-toggler-icon .container input:checked + .checkmark span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}
.common-header .navbar-toggler-icon .container input:checked + .checkmark span:nth-child(3) {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  opacity: 0;
}
.common-header .contact-btn .common-button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fcbc45;
  border: 1px solid #fcbc45;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-header .contact-btn .common-button:hover {
  background-color: transparent;
  border: 1px solid #fcbc45;
  color: #fcbc45;
}
@media (max-width: 992px) {
  .common-header .contact-btn {
    display: none;
  }
}

/*------------------------------------------------Main-SCSS------------------------------------------------*/
.custom-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*--------------------------------------------------Banner-------------------------------------------------*/
.home-banner {
  position: relative;
  background-color: #ffffff;
}
.home-banner h1 {
  font-size: 66px;
  line-height: 80px;
  font-weight: 500;
  color: #0f0f0f;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
}
.home-banner .heading-flex {
  padding-bottom: 10px;
}
.home-banner .para-flex {
  text-align: center;
}
.home-banner .context {
  text-align: center;
  padding-top: 15px;
}
.home-banner .context p {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 30px;
}
.home-banner .context a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fcbc45;
  border: 1px solid #fcbc45;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 18px;
  font-weight: 500;
}
.home-banner .context a:hover {
  background-color: transparent;
  border: 1px solid #fcbc45;
  color: #fcbc45;
}
.home-banner .banner-image {
  padding-top: 50px;
  margin-bottom: -140px;
  position: relative;
  z-index: 1;
}
.home-banner .banner-image .simpleParallax {
  border-radius: 15px;
}
.home-banner .banner-image img {
  border-radius: 15px;
}
.home-banner .banner-icons {
  position: relative;
}
.home-banner .banner-icons .icon-1 {
  position: absolute;
  left: 0%;
  background-color: #ecf0f6;
  padding: 14px;
  border-radius: 15px;
}
.home-banner .banner-icons .icon-1 img {
  width: 48px;
}
.home-banner .banner-icons .icon-2 {
  position: absolute;
  left: 8%;
  bottom: 60%;
  padding: 14px;
  border-radius: 15px;
  background-color: rgba(249, 189, 83, 0.1294117647);
}
.home-banner .banner-icons .icon-2 img {
  width: 48px;
}
.home-banner .banner-icons .icon-3 {
  position: absolute;
  right: 8%;
  bottom: 60%;
  padding: 14px;
  border-radius: 15px;
  background-color: rgba(249, 189, 83, 0.1294117647);
}
.home-banner .banner-icons .icon-3 img {
  width: 48px;
}
.home-banner .banner-icons .icon-4 {
  position: absolute;
  right: 0%;
  top: 0%;
  padding: 14px;
  border-radius: 15px;
  background-color: #ecf0f6;
}
.home-banner .banner-icons .icon-4 img {
  width: 48px;
}
@media (max-width: 1400px) {
  .home-banner h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .home-banner h1 {
    font-size: 56px;
    line-height: 68px;
  }
  .home-banner .banner-icons .icon-1 {
    left: 2%;
  }
  .home-banner .banner-icons .icon-2 {
    left: 2%;
  }
  .home-banner .banner-icons .icon-3 {
    right: 2%;
  }
  .home-banner .banner-icons .icon-4 {
    right: 2%;
  }
  .home-banner .banner-image {
    margin-bottom: -100px;
  }
}
@media (max-width: 992px) {
  .home-banner h1 {
    font-size: 50px;
    line-height: 62px;
  }
  .home-banner .banner-icons .icon-1 {
    left: 0%;
  }
  .home-banner .banner-icons .icon-2 {
    left: 0%;
    bottom: 45%;
  }
  .home-banner .banner-icons .icon-3 {
    right: 0%;
    bottom: 45%;
  }
  .home-banner .banner-icons .icon-4 {
    right: 0%;
  }
  .home-banner .banner-image {
    margin-bottom: -70px;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .home-banner h1 {
    font-size: 44px;
    line-height: 56px;
  }
  .home-banner .banner-icons .icon-1, .home-banner .banner-icons .icon-2, .home-banner .banner-icons .icon-3, .home-banner .banner-icons .icon-4 {
    display: none;
  }
  .home-banner .banner-image {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .home-banner h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .home-banner .banner-image {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

/*--------------------------------------------------Service-------------------------------------------------*/
.home-service {
  background-color: rgba(67, 108, 165, 0.1);
  padding: 200px 0px 80px 0px;
}
.home-service .section-title {
  padding-bottom: 45px;
}
.home-service .section-title h2 {
  font-size: 70px;
  line-height: 91px;
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.home-service .section-title h2 span {
  font-weight: 600;
}
.home-service .section-title .subtitle {
  display: flex;
  align-items: center;
}
.home-service .section-title .subtitle h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}
.home-service .section-title .subtitle .line {
  margin-left: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 1366px) {
  .home-service .section-title h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .home-service .section-title {
    padding-bottom: 30px;
  }
  .home-service .section-title h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .home-service .section-title h2 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home-service .section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.home-service .section-title h2 {
  color: #0f0f0f;
  padding-bottom: 0;
}
.home-service .row-gap {
  gap: 30px 0px;
}
.home-service .service-card {
  padding: 60px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 15px;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
.home-service .service-card::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3019607843) 100%);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 15px;
}
.home-service .service-card .icon {
  padding-bottom: 30px;
}
.home-service .service-card .icon img {
  width: 64px;
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-service .service-card .title-flex {
  position: relative;
  padding-bottom: 20px;
}
.home-service .service-card .title-flex span {
  color: #436ca5;
  position: absolute;
}
.home-service .service-card .title-flex h4 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
  color: #0f0f0f;
  padding-left: 35px;
}
.home-service .service-card .description p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.home-service .service-card:hover::after {
  height: 100%;
}
.home-service .service-card:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1200px) {
  .home-service {
    padding: 140px 0px 70px 0px;
  }
}
@media (max-width: 992px) {
  .home-service {
    padding: 120px 0px 60px 0px;
  }
}
@media (max-width: 768px) {
  .home-service {
    padding: 50px 0px 50px 0px;
  }
}
@media (max-width: 576px) {
  .home-service {
    padding: 30px 0px 30px 0px;
  }
}
@media (max-width: 576px) {
  .home-service .service-card {
    padding: 50px 25px;
  }
  .home-service .service-card .title-flex {
    padding-bottom: 15px;
  }
  .home-service .service-card .title-flex h4 {
    font-size: 23px;
  }
}

/*--------------------------------------------------Service-------------------------------------------------*/
.services {
  background-color: rgba(67, 108, 165, 0.1);
}
.services .section-title {
  padding-bottom: 45px;
}
.services .section-title h2 {
  font-size: 70px;
  line-height: 91px;
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.services .section-title h2 span {
  font-weight: 600;
}
.services .section-title .subtitle {
  display: flex;
  align-items: center;
}
.services .section-title .subtitle h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}
.services .section-title .subtitle .line {
  margin-left: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 1366px) {
  .services .section-title h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .services .section-title {
    padding-bottom: 30px;
  }
  .services .section-title h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .services .section-title h2 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .services .section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.services .section-title h2 {
  color: #0f0f0f;
  padding-bottom: 0;
}
.services .row-gap {
  gap: 30px 0px;
}
.services .service-card {
  padding: 60px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 15px;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
.services .service-card::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3019607843) 100%);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 15px;
}
.services .service-card .icon {
  padding-bottom: 30px;
}
.services .service-card .icon img {
  width: 64px;
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.services .service-card .title-flex {
  position: relative;
  padding-bottom: 20px;
}
.services .service-card .title-flex span {
  color: #436ca5;
  position: absolute;
}
.services .service-card .title-flex h4 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
  color: #0f0f0f;
  padding-left: 35px;
}
.services .service-card .description p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.services .service-card:hover::after {
  height: 100%;
}
.services .service-card:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 576px) {
  .services .service-card {
    padding: 50px 25px;
  }
  .services .service-card .title-flex {
    padding-bottom: 15px;
  }
  .services .service-card .title-flex h4 {
    font-size: 23px;
  }
}

/*--------------------------------------------------About-------------------------------------------------*/
.home-about {
  padding: 120px 0px;
  background-color: #ffffff;
}
.home-about img {
  border-radius: 15px;
}
.home-about .about-image {
  position: relative;
  height: 100%;
}
.home-about .about-image img {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.home-about .about-image .about-img-one {
  width: 220px;
  height: 230px;
  position: absolute;
  top: -15%;
  transform: rotate(-12deg);
}
.home-about .about-image .about-img-two {
  width: 230px;
  height: 250px;
  position: absolute;
  right: 12%;
  top: 20%;
}
.home-about .about-image .about-img-three {
  width: 200px;
  height: 250px;
  position: absolute;
  left: 70px;
  bottom: -15%;
  transform: rotate(12deg);
}
.home-about .about-inn h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.home-about .about-inn h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.home-about .about-inn p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.home-about .about-inn p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .home-about {
    padding: 70px 0px;
  }
  .home-about .about-inn h2 {
    font-size: 46px;
    line-height: 60px;
  }
  .home-about .about-inn h2 br {
    display: none;
  }
  .home-about .about-image .about-img-one {
    top: -5%;
  }
  .home-about .about-image .about-img-two {
    top: 30%;
    right: 2%;
  }
  .home-about .about-image .about-img-three {
    left: 15px;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .home-about {
    padding: 60px 0px;
  }
  .home-about .about-image {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .home-about .about-image .about-img-one {
    position: unset;
    transform: unset;
    margin-top: 20px;
  }
  .home-about .about-image .about-img-two {
    position: unset;
    transform: unset;
    margin-top: -50px;
  }
  .home-about .about-image .about-img-three {
    position: unset;
    transform: unset;
    margin-top: 20px;
  }
  .home-about .row-gap {
    gap: 30px 0px;
  }
}
@media (max-width: 768px) {
  .home-about {
    padding: 50px 0px;
  }
  .home-about .about-image {
    padding-bottom: 40px;
  }
  .home-about .about-image .about-img-two {
    margin-top: -40px;
  }
  .home-about .about-inn h2 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 576px) {
  .home-about {
    padding: 30px 0px;
  }
  .home-about .about-image {
    padding-bottom: 30px;
  }
  .home-about .about-image .about-img-two {
    margin-top: -30px;
  }
  .home-about .about-inn h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 15px;
  }
  .home-about .row-gap {
    gap: 20px 0px;
  }
}

/*--------------------------------------------------Fun-Facts-------------------------------------------------*/
.home-fun-facts {
  background-color: rgba(67, 108, 165, 0.1);
}
.home-fun-facts .row-gap {
  gap: 40px 0px;
}
.home-fun-facts .fun-facts-card {
  border-top: 2px solid rgba(0, 0, 0, 0.0705882353);
  padding-top: 40px;
  margin-right: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}
.home-fun-facts .fun-facts-card::after {
  position: absolute;
  content: "";
  top: -2px;
  right: 0;
  width: 0;
  height: 2px;
  transition: all 0.35s ease-in-out;
  z-index: -1;
  background-color: transparent;
}
.home-fun-facts .fun-facts-card .context h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
  color: #0f0f0f;
  padding-bottom: 10px;
}
.home-fun-facts .fun-facts-card .context p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #0f0f0f;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home-fun-facts .fun-facts-card .icon i {
  font-size: 50px;
  color: #436ca5;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-fun-facts .fun-facts-card .icon img {
  width: 50px;
}
.home-fun-facts .fun-facts-card:hover::after {
  width: 100%;
  transition: all 0.35s ease-in-out;
  left: 0;
  background-color: #436ca5;
}
.home-fun-facts .fun-facts-card:hover .icon i {
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotateY(-180deg);
}
@media (max-width: 992px) {
  .home-fun-facts .row-gap {
    justify-content: center;
  }
  .home-fun-facts .fun-facts-card {
    padding-top: 30px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .home-fun-facts .fun-facts-card {
    padding-top: 20px;
    margin-right: 0px;
  }
  .home-fun-facts .fun-facts-card .context h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 576px) {
  .home-fun-facts .fun-facts-card .context h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/*--------------------------------------------------Why-Choose-Us-------------------------------------------------*/
.home-why-choose-us {
  background-color: #ffffff;
}
.home-why-choose-us.bg-light-gray {
  background-color: rgba(255, 255, 255, 0.04);
}
.home-why-choose-us .choose-inn h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.home-why-choose-us .choose-inn h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 50px;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item {
  background-color: transparent;
  border-right: none;
  border-left: none;
  border-top: 1px solid #c4c3c3;
  border-bottom: 0;
  border-radius: 0px;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item:last-child {
  border-bottom: 1px solid #c4c3c3;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #0f0f0f;
  padding: 25px 0px;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/icons/plus.png);
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-body {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 0px 0px 25px;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-body p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-body ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-body ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-body ul li:last-child {
  padding-bottom: 0;
}
.home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-body ul li b {
  color: #0f0f0f;
}
.home-why-choose-us .choose-image {
  height: 100%;
  padding-left: 50px;
  overflow: hidden;
}
.home-why-choose-us .choose-image img {
  border-radius: 15px;
}
@media (max-width: 992px) {
  .home-why-choose-us .choose-image {
    padding-left: 0;
  }
  .home-why-choose-us .row {
    flex-direction: column-reverse;
    gap: 40px 0px;
  }
}
@media (max-width: 768px) {
  .home-why-choose-us .choose-inn h2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .home-why-choose-us .choose-inn h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 30px;
  }
  .home-why-choose-us .choose-inn h2 br {
    display: none;
  }
  .home-why-choose-us .choose-inn .custom-accordion .accordion-item .accordion-header .accordion-button::after {
    background-size: 14px;
  }
}
.home-why-choose-us .partner-inn p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.home-why-choose-us .partner-inn p:last-child {
  padding-bottom: 0;
}

/*--------------------------------------------------Testimonials-------------------------------------------------*/
.home-testimonials {
  background-color: rgba(67, 108, 165, 0.1);
}
.home-testimonials .section-title h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.home-testimonials .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.home-testimonials .section-title h2 span {
  font-weight: 200;
}
.home-testimonials .swiper {
  position: relative;
  height: 100%;
}
.home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content p {
  font-size: 24px;
  line-height: 40px;
  color: #0f0f0f;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-bottom: 30px;
}
.home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content .image-flex {
  display: flex;
  gap: 10px 30px;
  align-items: center;
}
.home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content .image-flex .image img {
  width: 72px;
}
.home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content .image-flex .author-details li.author-name {
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 5px;
}
.home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content .image-flex .author-details li.author-field {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}
.home-testimonials .swiper .swiper-button-next,
.home-testimonials .swiper .swiper-button-prev {
  position: absolute;
  left: unset;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  top: 205px;
  display: none;
}
.home-testimonials .swiper .swiper-button-next::after,
.home-testimonials .swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #ffffff;
}
.home-testimonials .swiper .swiper-button-next {
  right: 0px;
}
.home-testimonials .swiper .swiper-button-prev {
  right: 65px;
}
@media (max-width: 1200px) {
  .home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content p {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content p {
    font-size: 24px;
    line-height: 38px;
  }
  .home-testimonials .swiper .swiper-button-next,
  .home-testimonials .swiper .swiper-button-prev {
    top: 165px;
  }
}
@media (max-width: 768px) {
  .home-testimonials .quote-icon img {
    width: 64px;
    height: 64px;
  }
  .home-testimonials .swiper .swiper-button-next,
  .home-testimonials .swiper .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 576px) {
  .home-testimonials .section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content .image-flex .author-details li.author-name {
    font-size: 18px;
  }
  .home-testimonials .swiper .swiper-wrapper .swiper-slide .testimonial-content .image-flex .author-details li.author-field {
    white-space: unset;
  }
}

/*--------------------------------------------------Clients-------------------------------------------------*/
.home-clients {
  background-color: #ffffff;
  overflow-x: hidden !important;
}
.home-clients .swiper-wrapper {
  transition-timing-function: linear;
}
.home-clients h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 80px;
  text-align: center;
}
.home-clients h2 span {
  color: #676767;
}
.home-clients .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.home-clients .client-image img {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 80%;
}
.home-clients .client-image img:hover {
  filter: unset;
}
.home-clients .swiper-button-next:after,
.home-clients .swiper-button-prev:after,
.home-clients .swiper-pagination {
  display: none;
}
@media (max-width: 768px) {
  .home-clients h2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .home-clients h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------Blog-------------------------------------------------*/
.home-blog {
  overflow-x: hidden !important;
  background-color: rgba(67, 108, 165, 0.1);
}
.home-blog .row-gap {
  gap: 40px 0px;
}
.home-blog .section-title {
  padding-bottom: 45px;
}
.home-blog .section-title h2 {
  font-size: 70px;
  line-height: 91px;
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.home-blog .section-title h2 span {
  font-weight: 600;
}
.home-blog .section-title .subtitle {
  display: flex;
  align-items: center;
}
.home-blog .section-title .subtitle h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}
.home-blog .section-title .subtitle .line {
  margin-left: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 1366px) {
  .home-blog .section-title h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .home-blog .section-title {
    padding-bottom: 30px;
  }
  .home-blog .section-title h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .home-blog .section-title h2 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home-blog .section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.home-blog .section-title h2 {
  color: #0f0f0f;
  padding-bottom: 0;
}
.home-blog .blog-card .image {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  line-height: 0;
  z-index: 5;
}
.home-blog .blog-card .image .img-fluid {
  max-width: 100%;
  height: auto;
}
.home-blog .blog-card .image::before {
  transform: scaleX(0);
  transform-origin: bottom right;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
  z-index: 1;
}
.home-blog .blog-card .context h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 15px;
  display: flex;
  gap: 20px;
}
.home-blog .blog-card .context h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 30px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-blog .blog-card .context .read-more {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0f0f0f;
  display: flex;
  align-items: center;
  gap: 0px 15px;
}
.home-blog .blog-card .context .read-more i {
  font-size: 18px;
  line-height: 50px;
  transform: rotate(-45deg);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-blog .blog-card:hover .image::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.home-blog .blog-card:hover .context a i {
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .home-blog .blog-card .context h3 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home-blog .blog-card .context h3 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
  }
}

.blog-inner .blog-single-content .blog-inner-image {
  padding-bottom: 20px;
}
.blog-inner .blog-single-content .blog-inner-context h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-inner .blog-single-content .blog-inner-context h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-inner .blog-single-content .blog-inner-context h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-inner .blog-single-content .blog-inner-context p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.blog-inner .blog-single-content .blog-inner-context p:last-child {
  padding-bottom: 0;
}
.blog-inner .blog-single-content .blog-inner-context p b {
  color: #000000;
}
.blog-inner .blog-single-content .blog-inner-context ul {
  padding-left: 35px;
  padding-bottom: 15px;
}
.blog-inner .blog-single-content .blog-inner-context ul li {
  list-style-type: disc;
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 7px;
}
.blog-inner .blog-single-content .blog-inner-context ul li:last-child {
  padding-bottom: 0;
}
.blog-inner .blog-single-content .blog-inner-context ul li::marker {
  color: #000000;
}
.blog-inner .blog-sidebar {
  position: sticky;
  top: 100px;
}
.blog-inner .blog-sidebar .sidebar-sticky {
  padding: 25px 20px 20px;
  margin-bottom: 1.5rem;
  border: 1px solid #c4c3c3;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 30px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts ul li a {
  font-size: 18px;
  line-height: 30px;
  color: #436ca5;
  font-weight: 600;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex {
  padding-bottom: 20px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex:last-child {
  padding-bottom: 0;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a {
  display: flex;
  gap: 20px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .image {
  width: 30%;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .context {
  width: 70%;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .context .date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .context h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #0f0f0f;
}

/*--------------------------------------------------DTCP-------------------------------------------------*/
.dtcp h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dtcp h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dtcp h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dtcp p {
  line-height: 27px;
  font-size: 17px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 15px;
}
.dtcp p:last-child {
  padding-bottom: 0;
}
.dtcp p b {
  color: #000000;
}
.dtcp p a {
  color: #436ca5;
}
.dtcp ul {
  padding-bottom: 15px;
  padding-left: 23px;
}
.dtcp ul li {
  line-height: 27px;
  font-size: 17px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 8px;
  list-style-type: disc;
}
.dtcp ul li::marker {
  color: #436ca5;
}
.dtcp ul li:last-child {
  padding-bottom: 0;
}

/*------------------------------------------------Footer------------------------------------------------*/
.common-footer {
  background-color: #436ca5;
  overflow: hidden;
}
.common-footer .footer-logo {
  display: flex;
  gap: 10px;
}
.common-footer .footer-logo img {
  width: 120px;
  border-radius: 2px;
}
.common-footer .footer-box {
  padding: 30px;
  padding-bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.8px);
  -webkit-backdrop-filter: blur(10.8px);
}
.common-footer .footer-inn {
  padding-bottom: 20px;
}
.common-footer .footer-inn:last-child {
  padding-bottom: 0;
}
.common-footer .footer-inn h3 {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.common-footer .footer-inn p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fafcfd;
  padding-bottom: 20px;
}
.common-footer .footer-inn ul {
  padding-bottom: 15px;
}
.common-footer .footer-inn ul:last-child {
  padding-bottom: 0;
}
.common-footer .footer-inn ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fafcfd;
}
.common-footer .footer-inn .mail-list li {
  padding-bottom: 20px;
  line-height: 0;
}
.common-footer .footer-inn .mail-list li:last-child {
  padding-bottom: 0;
}
.common-footer .footer-inn .mail-list li a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-footer .footer-inn .mail-list li a i {
  padding-right: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-footer .footer-inn .mail-list li a:hover {
  color: #fcbc45;
}
.common-footer .footer-inn .mail-list li a:hover i {
  color: #fcbc45;
}
.common-footer .footer-inn .social-links ul {
  display: flex;
  gap: 15px 15px;
  flex-wrap: wrap;
}
.common-footer .footer-inn .social-links ul li a {
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-footer .footer-inn .social-links ul li a i {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-footer .footer-inn .social-links ul li a:hover {
  color: #fcbc45;
}
.common-footer .footer-inn .social-links ul li a:hover i {
  color: #fcbc45;
}
.common-footer .footer-inn.footer-table {
  display: table;
  margin: 0 auto;
}
.common-footer .row {
  gap: 40px 0px;
}
.common-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0px;
}
.common-footer .footer-bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-footer .footer-bottom ul li {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #fafcfd;
}
.common-footer .footer-bottom ul li a {
  color: #ffffff;
}
@media (max-width: 992px) {
  .common-footer .footer-inn h3 {
    padding-bottom: 20px;
  }
  .common-footer .footer-inn.footer-table {
    display: block;
  }
}
@media (max-width: 768px) {
  .common-footer .row {
    gap: 30px 0px;
  }
  .common-footer .footer-inn h3 {
    padding-bottom: 15px;
  }
}

/*------------------------------------------------Breadcrumb------------------------------------------------*/
.common-breadcrumb {
  display: none;
  position: relative;
  z-index: 5;
}
.common-breadcrumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 41, 55, 0.4);
}
.common-breadcrumb .image img {
  width: 100%;
}
.common-breadcrumb .breadcrumb-context {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.common-breadcrumb .breadcrumb-context h2 {
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .common-breadcrumb .breadcrumb-context h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .common-breadcrumb .breadcrumb-context h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .common-breadcrumb .breadcrumb-context h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.custom-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0px;
  background-image: url(../images/breadcrumb.jpg);
  background-size: cover;
  z-index: 5;
}
.custom-breadcrumb.about-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/07/about-breadcrumb.jpg);
  background-position: center;
}
.custom-breadcrumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 41, 55, 0.6);
  z-index: -1;
}
.custom-breadcrumb .breadcrumb-context h2 {
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  text-transform: capitalize;
}
.custom-breadcrumb .breadcrumb-context h2 span {
  font-weight: 200;
}
@media (max-width: 992px) {
  .custom-breadcrumb .breadcrumb-context h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .custom-breadcrumb .breadcrumb-context h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .custom-breadcrumb {
    padding: 60px 0px;
  }
  .custom-breadcrumb .breadcrumb-context h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.team-breadcrumb {
  position: relative;
  z-index: 5;
}
.team-breadcrumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 41, 55, 0.4);
}
.team-breadcrumb .image img {
  width: 100%;
}
.team-breadcrumb .breadcrumb-context {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.team-breadcrumb .breadcrumb-context h2 {
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .team-breadcrumb .breadcrumb-context h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .team-breadcrumb .breadcrumb-context h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .team-breadcrumb .breadcrumb-context h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.about-breadcrumb {
  position: relative;
  z-index: 5;
}
.about-breadcrumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 41, 55, 0.4);
}
.about-breadcrumb .breadcrumb-context {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.about-breadcrumb .breadcrumb-context h2 {
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .about-breadcrumb .breadcrumb-context h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .about-breadcrumb .breadcrumb-context h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .about-breadcrumb .breadcrumb-context h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

body.e-learning .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/E-learning-Banner-img.jpg);
  background-position: center;
}
body.mobile-app-development .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/07/mobile-app-development-banner.jpg);
  background-position: center;
}
body.seo .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/seo-breadcrumb.jpg);
  background-position: center;
}
body.contact-us .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/contact-breadcrumb.jpg);
  background-position: center;
}
body.ecommerce-websites .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/Ecommerce-web-Banner.png);
  background-position: center;
}
body.sem .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/SEM-Banner-2.png);
  background-position: center;
}
body.smm .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/SMM-Banner.png);
  background-position: center;
}
body.web-design-development .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/Web-design-Banner.png);
  background-position: center;
}
body.custom-portal-development .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/Customer-portal-Development-Banner.jpg);
  background-position: center;
}
body.shopify .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/shopify-banner.jpg);
}
body.services .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/Services-Banner.jpg);
}
body.history .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/history.jpg);
}
body.infrastructure-leasing .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/history.jpg);
}
body.zoho-partner .custom-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/10/zoho-partners-breadcrumb.jpg);
  background-position: center;
}

.blog-breadcrumb {
  background-image: url(https://www.agtindia.com/wp-content/uploads/2025/09/blog-breadcrumb.jpg);
  background-position: center;
}

/*------------------------------------------------About-Us------------------------------------------------*/
.about-us {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.about-us .row-gap {
  gap: 40px 0px;
}
.about-us::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 50%, #2e80ff 120%);
  opacity: 0.3;
  z-index: -1;
}
.about-us .img-2 {
  margin-top: 40px;
}
.about-us .about-card {
  padding: 30px;
  background-color: #eeeeee;
  height: 100%;
  border-radius: 15px;
}
.about-us .about-card h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #0f0f0f;
}
.about-us .about-card p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.about-us .about-card p:last-child {
  padding-bottom: 0;
}
.about-us .about-content {
  padding-left: 40px;
}
.about-us .about-content h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.about-us .about-content h2 span {
  font-weight: 200;
}
.about-us .about-content h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #0f0f0f;
}
.about-us .about-content figure blockquote p {
  font-weight: 600;
  font-family: "Noto Sans Tamil", sans-serif;
  color: #000000;
  font-size: 18px;
  padding-bottom: 0px;
}
.about-us .about-content p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.about-us .about-content p:last-child {
  padding-bottom: 0;
}
.about-us .about-content a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fcbc45;
  border: 1px solid #fcbc45;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 15px;
}
.about-us .about-content a:hover {
  background-color: transparent;
  border: 1px solid #fcbc45;
  color: #fcbc45;
}
.about-us .about-content-center {
  display: table;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .about-us .about-content h2 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .about-us .row {
    gap: 40px 0px;
  }
  .about-us .about-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .about-us .row {
    gap: 30px 0px;
  }
  .about-us .about-content {
    padding-left: 0;
  }
  .about-us .about-card {
    padding: 25px 20px;
  }
}

/*-------------------------------------------------CSR------------------------------------------*/
.csr {
  background-color: #ffffff;
}
.csr .row {
  align-items: center;
  position: relative;
  padding: 0px 80px;
  z-index: 5;
}
.csr .row::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.csr .row::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.csr img {
  object-fit: cover;
}
.csr .csr-content {
  padding-left: 30px;
}
.csr .csr-content h2 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
}
.csr .csr-content span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #436ca5;
  display: block;
  padding-bottom: 15px;
  font-weight: 500;
}
.csr .csr-content p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
}
@media (max-width: 992px) {
  .csr img {
    height: auto;
  }
  .csr .row {
    padding: 0;
    gap: 40px 0px;
  }
  .csr .row::before {
    display: none;
  }
  .csr .row::after {
    display: none;
  }
  .csr .csr-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .csr .row {
    gap: 30px 0px;
  }
  .csr .csr-content h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .csr .csr-content h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

/*-------------------------------------------------History------------------------------------------*/
.our-history {
  background-color: #ffffff;
}
.our-history .history-grid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0px;
  display: grid;
  grid-template-columns: 1fr 3fr 4fr;
  gap: 20px;
}
.our-history .history-grid h5 {
  font-size: 25px;
  line-height: 37px;
  font-weight: 500;
  color: #0f0f0f;
}
.our-history .history-grid p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
}
.our-history .history-grid .year p {
  font-weight: 700;
  color: #436ca5;
}

/*-------------------------------------------------Technologies------------------------------------------*/
.technologies {
  background-color: rgba(255, 255, 255, 0.04);
  overflow-x: hidden !important;
}
.technologies .swiper-wrapper {
  transition-timing-function: linear;
}
.technologies .section-title {
  padding-bottom: 80px;
}
.technologies h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  text-align: center;
  padding-bottom: 15px;
}
.technologies h2 span {
  color: #676767;
}
.technologies p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  text-align: center;
}
.technologies .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.technologies .technology-image img {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 90px;
}
.technologies .technology-image img:hover {
  filter: unset;
}
@media (max-width: 576px) {
  .technologies .technology-image img {
    width: 60px;
  }
}
.technologies .swiper-button-next:after,
.technologies .swiper-button-prev:after,
.technologies .swiper-pagination {
  display: none;
}
@media (max-width: 768px) {
  .technologies .section-title {
    padding-bottom: 50px;
  }
  .technologies p br {
    display: none;
  }
}
@media (max-width: 576px) {
  .technologies .section-title {
    padding-bottom: 30px;
  }
  .technologies h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

/*------------------------------------------------Fun-Facts------------------------------------------------*/
.fun-facts .row-gap {
  gap: 40px 0px;
}
.fun-facts .fun-facts-card {
  padding-top: 40px;
  position: relative;
  text-align: center;
}
.fun-facts .fun-facts-card::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  transition: all 0.35s ease-in-out;
  z-index: -1;
  background-color: transparent;
}
.fun-facts .fun-facts-card .context h2 {
  font-size: 80px;
  line-height: 102px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
}
.fun-facts .fun-facts-card .context p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .fun-facts {
    padding-top: 0 !important;
  }
  .fun-facts .row-gap {
    justify-content: center;
  }
  .fun-facts .fun-facts-card {
    padding-top: 30px;
  }
  .fun-facts .fun-facts-card .context h2 {
    font-size: 70px;
    line-height: 82px;
  }
}
@media (max-width: 768px) {
  .fun-facts .fun-facts-card .context h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 576px) {
  .fun-facts .fun-facts-card .context h2 {
    font-size: 50px;
    line-height: 62px;
  }
}

/*------------------------------------------------Quality------------------------------------------------*/
.our-quality {
  background-color: rgba(67, 108, 165, 0.1);
}
.our-quality .section-title {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.our-quality .section-title h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 200;
  color: #0f0f0f;
}
.our-quality .section-title h2 span {
  font-weight: 600;
}
.our-quality .section-title .subtitle {
  padding-bottom: 20px;
}
.our-quality .section-title .subtitle h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.our-quality .quality-grid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 30px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: end;
}
.our-quality .quality-grid .titles .numbers {
  border: 1px solid #436ca5;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #0f0f0f;
  display: block;
  margin-bottom: 15px;
}
.our-quality .quality-grid .titles h5 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #0f0f0f;
}
.our-quality .quality-grid .titles h5 span {
  font-weight: 200;
}
.our-quality .quality-grid .description p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f;
}
.our-quality .quality-grid .image img {
  height: 140px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .our-quality .section-title h2 {
    font-size: 46px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .our-quality .section-title {
    padding-bottom: 40px;
  }
  .our-quality .section-title h2 {
    font-size: 46px;
    line-height: 60px;
  }
  .our-quality .section-title h2 br {
    display: none;
  }
  .our-quality .quality-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-quality .quality-grid .titles h5 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .our-quality .section-title {
    padding-bottom: 30px;
  }
  .our-quality .section-title h2 {
    font-size: 42px;
    line-height: 56px;
  }
  .our-quality .quality-grid {
    padding: 30px 0px;
  }
  .our-quality .quality-grid .titles h5 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .our-quality .section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .our-quality .quality-grid {
    gap: 15px 0px;
  }
  .our-quality .quality-grid .titles h5 {
    font-size: 30px;
    line-height: 42px;
  }
}

/*------------------------------------------------Our-Team------------------------------------------------*/
.our-team {
  background-color: #ffffff;
}
.our-team .section-title {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.our-team .section-title h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 200;
  color: #ffffff;
}
.our-team .section-title h2 span {
  font-weight: 600;
}
.our-team .section-title .subtitle {
  padding-bottom: 20px;
}
.our-team .section-title .subtitle h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fcbc45;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.our-team .row-gap {
  gap: 40px 0px;
}
.our-team .team-image {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 20px 20px 0px 20px;
  background-color: rgba(67, 108, 165, 0.1);
}
.our-team .team-image.team-image-custom {
  height: 380px;
  display: flex;
  flex-direction: column-reverse;
}
.our-team .team-image.team-image-custom img {
  width: 80%;
}
.our-team .team-image img {
  margin: 0 auto;
  display: block;
}
.our-team .team-image .context {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -15px;
  padding: 15px;
  text-align: center;
  background: rgba(15, 15, 15, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  opacity: 0;
  z-index: 2;
  transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.our-team .team-image .context span {
  display: block;
  color: #ffffff;
}
.our-team .team-image .context span.role {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
  letter-spacing: 0.5px;
}
.our-team .team-image .context span.name {
  font-size: 20px;
  font-weight: 600;
}
.our-team .team-image:hover .context {
  bottom: 15px;
  opacity: 1;
}
@media (max-width: 768px) {
  .our-team .row-gap {
    gap: 30px 0px;
  }
}
@media (max-width: 576px) {
  .our-team .row-gap {
    gap: 20px 0px;
  }
}

/*-------------------------------------------------Pagination------------------------------------------*/
.custom-pagination .pagination {
  justify-content: center;
}
.custom-pagination .pagination li a {
  background-color: transparent;
  color: #fafcfd;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  padding: 5px 15px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.custom-pagination .pagination li a:hover {
  background-color: rgba(255, 255, 255, 0.0392156863);
  color: #ffffff;
}

/*-------------------------------------------------Contact Us------------------------------------------*/
.contact-us .contact-sidebar {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
.contact-us .contact-sidebar::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/dots.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.1;
  transform: rotateY(180deg);
}
.contact-us .contact-sidebar h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  padding-bottom: 40px;
  letter-spacing: 0.5px;
}
.contact-us .contact-sidebar h2 a {
  text-decoration: underline;
  color: #436ca5;
}
.contact-us .contact-sidebar .details {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0px;
}
.contact-us .contact-sidebar .details h3 {
  font-size: 20px;
  line-height: 32px;
  color: #436ca5;
  padding-bottom: 10px;
}
.contact-us .contact-sidebar .details p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f;
}
.contact-us .contact-sidebar .details p a {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f;
}
.contact-us .contact-sidebar .social-links {
  padding: 30px 0px;
}
.contact-us .contact-sidebar .social-links ul {
  display: flex;
  gap: 15px 15px;
  flex-wrap: wrap;
}
.contact-us .contact-sidebar .social-links ul li a {
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact-us .contact-sidebar .social-links ul li a i {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #436ca5;
}
.contact-us .contact-sidebar .social-links ul li a:hover {
  color: #fcbc45;
}
.contact-us .contact-sidebar .social-links ul li a:hover i {
  color: #fcbc45;
}
.contact-us .contact-form .section-title h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.contact-us .contact-form .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.contact-us .contact-form .section-title h2 span {
  font-weight: 200;
}
.contact-us .custom-form .gform_validation_errors {
  display: none;
}
.contact-us .custom-form .gform_heading {
  display: none;
}
.contact-us .custom-form .gform-theme--foundation .gform_fields {
  grid-row-gap: 20px;
}
.contact-us .custom-form .gform-theme--foundation .gfield textarea {
  min-block-size: 200px;
  background-color: transparent;
  border-radius: 30px;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  resize: none;
  font-size: 16px;
}
.contact-us .custom-form .gform-theme--foundation .gfield textarea::placeholder {
  color: #757575;
}
.contact-us .custom-form .gform-theme--foundation .gfield textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.contact-us .custom-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-us .custom-form .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  box-shadow: none;
  border-color: initial;
}
.contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fcbc45;
  border: 1px solid #fcbc45;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 50px;
  padding: 12px;
  font-weight: 500;
  background: #436ca5;
  color: #ffffff;
  border: 1px solid #436ca5;
}
.contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  background-color: transparent;
  border: 1px solid #fcbc45;
  color: #fcbc45;
}
.contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-us .custom-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  border-color: #436ca5;
  color: #436ca5;
}
.contact-us .custom-form .gform-theme--foundation .gfield .ginput_password.large, .contact-us .custom-form .gform-theme--foundation .gfield input.large, .contact-us .custom-form .gform-theme--foundation .gfield select.large {
  height: 60px;
  background-color: transparent;
  border-radius: 50px;
  padding: 0px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  font-size: 16px;
}
.contact-us .custom-form .gform-theme--foundation .gfield .ginput_password.large::placeholder, .contact-us .custom-form .gform-theme--foundation .gfield input.large::placeholder, .contact-us .custom-form .gform-theme--foundation .gfield select.large::placeholder {
  color: #757575;
}
.contact-us .custom-form .gform-theme--foundation .gfield .ginput_password.large:focus, .contact-us .custom-form .gform-theme--foundation .gfield input.large:focus, .contact-us .custom-form .gform-theme--foundation .gfield select.large:focus {
  outline: none;
}
.contact-us .custom-form .gform-theme--framework .gfield_list_group_item:before, .contact-us .custom-form .gform-theme--framework .gform-field-label {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 992px) {
  .contact-us .row-gap {
    gap: 40px 0px;
  }
  .contact-us .contact-sidebar h2 {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .contact-us .row-gap {
    gap: 30px 0px;
  }
  .contact-us .contact-form .section-title h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 20px;
  }
}

/*-------------------------------------------------Map------------------------------------------*/
.google-map {
  filter: grayscale(0.5);
  line-height: 0;
}

/*-------------------------------------------------Service-Inner------------------------------------------*/
.service-inner .row {
  align-items: center;
}
.service-inner img {
  border-radius: 10px;
}
.service-inner .service-content-inn {
  padding-left: 40px;
}
.service-inner .service-content-inn h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 15px;
}
.service-inner .service-content-inn h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.service-inner .service-content-inn h2 span {
  font-weight: 200;
}
.service-inner .service-content-inn p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.service-inner .service-content-inn p:last-child {
  padding-bottom: 0;
}
.service-inner .service-content-inn p b {
  color: #0f0f0f;
}
.service-inner .service-content-inn ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.service-inner .service-content-inn ul:last-child {
  padding-bottom: 0px;
}
.service-inner .service-content-inn ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.service-inner .service-content-inn ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .service-inner .row {
    gap: 40px 0px;
  }
  .service-inner .service-content-inn {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .service-inner .row {
    gap: 30px 0px;
  }
  .service-inner .service-content-inn h2 br {
    display: none;
  }
}
@media (max-width: 576px) {
  .service-inner .service-content-inn h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.service-grid {
  background-color: rgba(255, 255, 255, 0.04);
}
.service-grid.bg-dark-gray {
  background-color: #121212;
}
.service-grid .row {
  justify-content: center;
  gap: 0px 30px;
}
.service-grid .section-title {
  padding-bottom: 50px;
}
.service-grid .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.service-grid .section-title h2 span {
  color: #fafcfd;
}
.service-grid .section-title p {
  line-height: 1.8;
  font-size: 24px;
  font-weight: 400;
  color: #fafcfd;
  text-align: center;
}
.service-grid .service-card img {
  border-radius: 10px;
  margin-bottom: 20px;
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.service-grid .service-card h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 10px;
}
.service-grid .service-card p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #fafcfd;
  padding-bottom: 10px;
}
.service-grid .service-card p:last-child {
  padding-bottom: 0;
}
.service-grid .service-card p span {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .service-grid .section-title p br {
    display: none;
  }
}
@media (max-width: 992px) {
  .service-grid .row-gap {
    gap: 40px 0px;
  }
}
@media (max-width: 768px) {
  .service-grid .row-gap {
    gap: 30px 0px;
  }
  .service-grid .section-title {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .service-grid .section-title {
    padding-bottom: 30px;
  }
  .service-grid .section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.service-benefits {
  background-color: rgba(67, 108, 165, 0.1);
}
.service-benefits .section-title {
  padding-bottom: 30px;
}
.service-benefits .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  text-align: center;
}
.service-benefits .section-title h2 span {
  color: #676767;
}
.service-benefits .section-title p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #6b6b6b;
  padding-top: 15px;
}
.service-benefits .service-benefits-inn {
  display: table;
  margin: 0 auto;
}
.service-benefits .service-benefits-inn ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.service-benefits .service-benefits-inn ul:last-child {
  padding-bottom: 0px;
}
.service-benefits .service-benefits-inn ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.service-benefits .service-benefits-inn ul li:last-child {
  padding-bottom: 0;
}
.service-benefits .service-benefits-inn h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #436ca5;
  padding-bottom: 10px;
}
.service-benefits .service-benefits-inn p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.service-benefits .service-benefits-inn p:last-child {
  padding-bottom: 0;
}
.service-benefits .service-benefits-inn p b {
  color: #0f0f0f;
}
@media (max-width: 576px) {
  .service-benefits .section-title {
    padding-bottom: 30px;
  }
  .service-benefits .section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.service-page-grid.bg-light-gray {
  background-color: rgba(255, 255, 255, 0.04);
}
.service-page-grid .service-page-grid-inn h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fcbc45;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.service-page-grid .service-page-grid-inn h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.service-page-grid .service-page-grid-inn p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.service-page-grid .service-page-grid-inn p:last-child {
  padding-bottom: 0;
}
.service-page-grid .service-page-grid-inn p b {
  color: #0f0f0f;
}
.service-page-grid .service-page-grid-inn ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.service-page-grid .service-page-grid-inn ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.service-page-grid .service-page-grid-inn ul li:last-child {
  padding-bottom: 0;
}
.service-page-grid .service-page-grid-inn ul li b {
  color: #0f0f0f;
}
.service-page-grid .service-page-grid-image {
  height: 100%;
  overflow: hidden;
}
.service-page-grid .service-page-grid-image img {
  border-radius: 15px;
}
@media (max-width: 992px) {
  .service-page-grid .service-page-grid-image {
    padding-left: 0;
  }
  .service-page-grid .row {
    flex-direction: column-reverse;
    gap: 40px 0px;
  }
}
@media (max-width: 768px) {
  .service-page-grid .service-page-grid-inn h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .service-page-grid .row {
    gap: 30px 0px;
  }
  .service-page-grid .service-page-grid-inn h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 20px;
  }
  .service-page-grid .service-page-grid-inn h2 br {
    display: none;
  }
}

.service-common-section .row-gap {
  gap: 40px 0px;
}
.service-common-section h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.service-common-section h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #436ca5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.service-common-section ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.service-common-section ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.service-common-section ul li:last-child {
  padding-bottom: 0;
}
.service-common-section ul li span {
  font-weight: 700;
}
.service-common-section p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.service-common-section p:last-child {
  padding-bottom: 0;
}
.service-common-section p b {
  color: #0f0f0f;
}
@media (max-width: 576px) {
  .service-common-section .row-gap {
    gap: 30px 0px;
  }
  .service-common-section h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .service-common-section h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.service-carousel {
  padding: 20px 0px;
}
.service-carousel .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.service-carousel .service-card-inn {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-carousel .service-card-inn img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.service-carousel .service-card-inn:hover img {
  transform: scale(1.1);
}
.service-carousel .service-card-inn .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  transition: all 0.5s ease;
}
.service-carousel .service-card-inn .overlay h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  z-index: 2;
  color: #ffffff;
}
.service-carousel .service-card-inn .overlay p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.6;
  transition: all 0.5s ease;
  color: #ffffff;
}
.service-carousel .service-card-inn:hover .overlay {
  background: rgba(0, 0, 0, 0.75);
}
.service-carousel .service-card-inn:hover .overlay p {
  opacity: 1;
  max-height: 300px;
}

.row-gap-card {
  gap: 30px 0px;
}

.common-card {
  padding: 20px;
  height: 100%;
  border-radius: 15px;
}

.row-gap-icon-card {
  gap: 30px 0px;
}

.common-icon-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 15px;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
.common-icon-card img {
  margin-bottom: 12px;
  width: 64px;
}
.common-icon-card h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 12px;
}

.service-cta {
  text-align: center;
}
.service-cta h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.service-cta h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #436ca5;
  padding-bottom: 10px;
}
.service-cta ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.service-cta ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.service-cta ul li:last-child {
  padding-bottom: 0;
}
.service-cta p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.service-cta p:last-child {
  padding-bottom: 0;
}
.service-cta p b {
  color: #0f0f0f;
}
.service-cta a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fcbc45;
  border: 1px solid #fcbc45;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-cta a:hover {
  background-color: transparent;
  border: 1px solid #fcbc45;
  color: #fcbc45;
}
@media (max-width: 576px) {
  .service-cta h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.service-accordion {
  background-color: #ffffff;
}
.service-accordion.bg-light-gray {
  background-color: rgba(255, 255, 255, 0.04);
}
.service-accordion .service-accordion-inn h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.service-accordion .service-accordion-inn h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 50px;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item {
  background-color: transparent;
  border-right: none;
  border-left: none;
  border-top: 1px solid #c4c3c3;
  border-bottom: 0;
  border-radius: 0px;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item:last-child {
  border-bottom: 1px solid #c4c3c3;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #0f0f0f;
  padding: 25px 0px;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/icons/plus.png);
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-body {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 0px 0px 25px;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-body p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-body ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-body ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-body ul li:last-child {
  padding-bottom: 0;
}
.service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-body ul li b {
  color: #0f0f0f;
}
@media (max-width: 768px) {
  .service-accordion .service-accordion-inn h2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .service-accordion .service-accordion-inn h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 30px;
  }
  .service-accordion .service-accordion-inn h2 br {
    display: none;
  }
  .service-accordion .service-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button::after {
    background-size: 14px;
  }
}

/*--------------------------------------------------Infrastructure-------------------------------------------------*/
.infrastructure-jumbotron {
  text-align: center;
}
.infrastructure-jumbotron h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 12px;
}
.infrastructure-jumbotron p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 20px;
}
.infrastructure-jumbotron p b {
  color: #0f0f0f;
}
.infrastructure-jumbotron a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fcbc45;
  border: 1px solid #fcbc45;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.infrastructure-jumbotron a:hover {
  background-color: transparent;
  border: 1px solid #fcbc45;
  color: #fcbc45;
}
@media (max-width: 576px) {
  .infrastructure-jumbotron h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.infrastructure-feature h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 40px;
  text-align: center;
}
.infrastructure-feature .row-gap {
  gap: 30px 0px;
}
.infrastructure-feature .infrastructure-feature-inn {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 15px;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
.infrastructure-feature .infrastructure-feature-inn img {
  margin-bottom: 12px;
  width: 64px;
}
.infrastructure-feature .infrastructure-feature-inn h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 6px;
}
.infrastructure-feature .infrastructure-feature-inn p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
}
.infrastructure-feature .infrastructure-feature-inn ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.infrastructure-feature .infrastructure-feature-inn ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.infrastructure-feature .infrastructure-feature-inn ul li:last-child {
  padding-bottom: 0;
}
.infrastructure-feature .infrastructure-feature-inn ul li span {
  font-weight: 700;
}
@media (max-width: 576px) {
  .infrastructure-feature h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 20px;
  }
  .infrastructure-feature .row-gap {
    gap: 20px 0px;
  }
}

.infrastructure-facilities h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 40px;
  text-align: center;
}
.infrastructure-facilities .row-gap {
  gap: 30px 0px;
}
.infrastructure-facilities ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.infrastructure-facilities ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.infrastructure-facilities ul li:last-child {
  padding-bottom: 0;
}
.infrastructure-facilities ul li span {
  font-weight: 700;
}
.infrastructure-facilities .availability-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  background-color: #ffffff;
}
.infrastructure-facilities .availability-card h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 12px;
}
.infrastructure-facilities .availability-card p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
}
@media (max-width: 576px) {
  .infrastructure-facilities h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 20px;
  }
  .infrastructure-facilities .row-gap {
    gap: 20px 0px;
  }
}

/*------------------------------------------------Common-Modal------------------------------------------------*/
.common-modal h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}
.common-modal .gform-theme--foundation .gform_fields {
  row-gap: 18px;
}
.common-modal .gform-theme--foundation .gfield .ginput_password, .common-modal .gform-theme--foundation .gfield input, .common-modal .gform-theme--foundation .gfield select, .common-modal .gform-theme--foundation .gfield textarea {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  height: 50px;
  line-height: 45px;
}
.common-modal .gform-theme--foundation .gfield .ginput_password::placeholder, .common-modal .gform-theme--foundation .gfield input::placeholder, .common-modal .gform-theme--foundation .gfield select::placeholder, .common-modal .gform-theme--foundation .gfield textarea::placeholder {
  color: #757575;
}
.common-modal .gform-theme--foundation .gfield .ginput_password:focus, .common-modal .gform-theme--foundation .gfield input:focus, .common-modal .gform-theme--foundation .gfield select:focus, .common-modal .gform-theme--foundation .gfield textarea:focus {
  outline: none;
}
.common-modal .gform-theme--foundation .gfield .ginput_password, .common-modal .gform-theme--foundation .gfield input, .common-modal .gform-theme--foundation .gfield select, .common-modal .gform-theme--foundation .gfield textarea:focus {
  outline: none;
  box-shadow: none;
}
.common-modal .gform-theme--foundation .gfield textarea {
  min-block-size: 8rem !important;
  resize: none;
}
.common-modal .gform_validation_errors {
  display: none !important;
}
.common-modal .gform_required_legend {
  display: none !important;
}
.common-modal .gform_button {
  padding: 10px 22px;
  background-color: #436ca5 !important;
  display: inline-block !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 5px !important;
}
.common-modal .gform_button i {
  color: #ffffff !important;
  padding-left: 5px !important;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-modal .gform_button:hover {
  background-color: #0f0f0f !important;
}
.common-modal .gform_button:hover i {
  transform: translateX(5px);
}

/*------------------------------------------------Talk-To-Experts------------------------------------------------*/
.talk-experts-wrap {
  background: rgba(67, 108, 165, 0.2196078431);
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.talk-experts-wrap .row {
  align-items: center;
}
.talk-experts-wrap .row h2 {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
}
.talk-experts-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #436ca5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12% 0% 12% 19%/60% 25% 70% 0%;
  z-index: -1;
  pointer-events: none;
}
.talk-experts-wrap .unleash-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.talk-experts-wrap .expert-btn {
  background: #fcbc45;
  color: #000;
  font-weight: 500;
  display: flex;
  width: 70%;
  justify-content: center;
  margin-top: 15px;
  padding: 15px 15px;
  font-size: 18px;
  border-radius: 5px;
}

/*-------------------------------------------------Landing Page------------------------------------------*/
.landing-header {
  padding: 15px 0px;
}
.landing-header .header-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-self: center;
}
.landing-header .header-flex img {
  width: 120px;
}
.landing-header .header-flex a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #436ca5;
}

.landing-banner {
  position: relative;
}
.landing-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.landing-banner img {
  width: 100%;
}
.landing-banner .banner-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.landing-banner .banner-content h2 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 20px;
}
.landing-banner .banner-content .button-flex ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.landing-banner .banner-content .button-flex ul li a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fcbc45;
  border: 1px solid #fcbc45;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.landing-banner .banner-content .button-flex ul li a:hover {
  background-color: transparent;
  border: 1px solid #fcbc45;
  color: #fcbc45;
}
@media (max-width: 1200px) {
  .landing-banner .banner-content h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .landing-banner .banner-content h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 576px) {
  .landing-banner img {
    height: 350px;
  }
  .landing-banner .banner-content {
    padding: 20px;
    align-items: start;
  }
  .landing-banner .banner-content h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }
  .landing-banner .banner-content h2 br {
    display: none;
  }
  .landing-banner .banner-content .button-flex ul {
    flex-direction: column;
    gap: 10px;
  }
}

.landing-service {
  background-color: #ffffff;
}
.landing-service .section-title {
  padding-bottom: 45px;
}
.landing-service .section-title h2 {
  font-size: 70px;
  line-height: 91px;
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.landing-service .section-title h2 span {
  font-weight: 600;
}
.landing-service .section-title .subtitle {
  display: flex;
  align-items: center;
}
.landing-service .section-title .subtitle h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}
.landing-service .section-title .subtitle .line {
  margin-left: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 1366px) {
  .landing-service .section-title h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .landing-service .section-title {
    padding-bottom: 30px;
  }
  .landing-service .section-title h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .landing-service .section-title h2 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .landing-service .section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.landing-service .section-title h2 {
  color: #0f0f0f;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 62px;
}
.landing-service .row-gap {
  gap: 30px 0px;
}
.landing-service .service-card {
  padding: 60px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 15px;
  height: 100%;
  position: relative;
  background-color: rgba(67, 108, 165, 0.1);
}
.landing-service .service-card::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3019607843) 100%);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 15px;
}
.landing-service .service-card .icon {
  padding-bottom: 30px;
}
.landing-service .service-card .icon img {
  width: 64px;
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.landing-service .service-card .title-flex {
  position: relative;
  padding-bottom: 20px;
}
.landing-service .service-card .title-flex span {
  color: #436ca5;
  position: absolute;
}
.landing-service .service-card .title-flex h4 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
  color: #0f0f0f;
  padding-left: 35px;
}
.landing-service .service-card .description p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.landing-service .service-card:hover::after {
  height: 100%;
}
.landing-service .service-card:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 992px) {
  .landing-service .section-title h2 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .landing-service .section-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  .landing-service .row-gap {
    gap: 20px 0px;
  }
  .landing-service .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .landing-service .service-card {
    padding: 30px 25px;
  }
  .landing-service .service-card .title-flex {
    padding-bottom: 15px;
  }
  .landing-service .service-card .title-flex h4 {
    font-size: 23px;
  }
}

.landing-about {
  background-color: rgba(67, 108, 165, 0.1);
}
.landing-about img {
  border-radius: 15px;
}
.landing-about .about-image {
  position: relative;
  height: 100%;
}
.landing-about .about-image img {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.landing-about .about-inn h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.landing-about .about-inn h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.landing-about .about-inn p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.landing-about .about-inn p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .landing-about {
    padding: 70px 0px;
  }
}
@media (max-width: 992px) {
  .landing-about {
    padding: 60px 0px;
  }
  .landing-about .about-image {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .landing-about .row-gap {
    gap: 30px 0px;
  }
}
@media (max-width: 768px) {
  .landing-about {
    padding: 50px 0px;
  }
  .landing-about .about-image {
    padding-bottom: 40px;
  }
  .landing-about .about-inn h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 576px) {
  .landing-about {
    padding: 30px 0px;
  }
  .landing-about .about-image {
    padding-bottom: 30px;
  }
  .landing-about .about-inn h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 15px;
  }
  .landing-about .row-gap {
    gap: 20px 0px;
  }
}

.landing-benefits h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 50px;
  text-align: center;
  text-transform: capitalize;
}
.landing-benefits .row-gap {
  gap: 30px 0px;
}
.landing-benefits .benefits-card {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e3e3e3;
  height: 100%;
}
.landing-benefits .benefits-card img {
  margin-bottom: 10px;
}
.landing-benefits .benefits-card h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 5px;
}
.landing-benefits .benefits-card p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.landing-benefits .benefits-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .landing-benefits h2 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .landing-benefits .row-gap {
    gap: 20px 0px;
  }
  .landing-benefits h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 30px;
  }
}

.landing-faq {
  background-color: #ffffff;
}
.landing-faq .landing-faq-accordion-inn h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #436ca5;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.landing-faq .landing-faq-accordion-inn h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 50px;
  text-align: center;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item {
  background-color: transparent;
  border-right: none;
  border-left: none;
  border-top: 1px solid #c4c3c3;
  border-bottom: 0;
  border-radius: 0px;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item:last-child {
  border-bottom: 1px solid #c4c3c3;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #0f0f0f;
  padding: 25px 0px;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/icons/plus.png);
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-body {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 0px 0px 25px;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-body p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-body ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-body ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-body ul li:last-child {
  padding-bottom: 0;
}
.landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-body ul li b {
  color: #0f0f0f;
}
@media (max-width: 768px) {
  .landing-faq .landing-faq-accordion-inn h2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .landing-faq .landing-faq-accordion-inn h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 30px;
  }
  .landing-faq .landing-faq-accordion-inn h2 br {
    display: none;
  }
  .landing-faq .landing-faq-accordion-inn .custom-accordion .accordion-item .accordion-header .accordion-button::after {
    background-size: 14px;
  }
}

.landing-cta {
  text-align: center;
  background-color: #fcbc45;
}
.landing-cta h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 20px;
}
.landing-cta h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #436ca5;
  padding-bottom: 10px;
}
.landing-cta ul {
  padding-left: 23px;
  padding-bottom: 15px;
}
.landing-cta ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  padding-bottom: 6px;
}
.landing-cta ul li:last-child {
  padding-bottom: 0;
}
.landing-cta p {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.landing-cta p:last-child {
  padding-bottom: 0;
}
.landing-cta p b {
  color: #0f0f0f;
}
.landing-cta a {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fcbc45;
  border: 1px solid #fcbc45;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.landing-cta a:hover {
  background-color: transparent;
  border: 1px solid #fcbc45;
  color: #fcbc45;
}
.landing-cta a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
@media (max-width: 576px) {
  .landing-cta h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.landing-footer {
  background-color: rgba(67, 108, 165, 0.1);
}
.landing-footer .footer-top .footer-logo-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.landing-footer .footer-top .footer-logo-flex .footer-logo img {
  width: 120px;
}
.landing-footer .footer-top .footer-inn {
  padding-bottom: 20px;
}
.landing-footer .footer-top .footer-inn:last-child {
  padding-bottom: 0;
}
.landing-footer .footer-top .footer-inn h3 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  padding-bottom: 20px;
  font-weight: 600;
}
.landing-footer .footer-top .footer-inn p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #7e7a7a;
  padding-bottom: 10px;
}
.landing-footer .footer-top .footer-inn ul {
  padding-bottom: 15px;
}
.landing-footer .footer-top .footer-inn ul:last-child {
  padding-bottom: 0;
}
.landing-footer .footer-top .footer-inn ul li {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #7e7a7a;
  padding-bottom: 5px;
}
.landing-footer .footer-top .footer-inn ul li:last-child {
  padding-bottom: 0;
}
.landing-footer .footer-top .footer-inn ul li a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #7e7a7a;
}
.landing-footer .footer-top .footer-inn .social-links ul {
  display: flex;
  gap: 0px 15px;
}
.landing-footer .footer-top .footer-inn .social-links ul li a {
  font-size: 20px;
  line-height: 28px;
  color: #436ca5;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.landing-footer .footer-top .footer-inn .social-links ul li a:hover {
  color: #436ca5;
}
.landing-footer .footer-top .footer-inn .partners-logo {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.landing-footer .footer-top .footer-inn .partners-logo img {
  width: 100px;
}
@media (max-width: 576px) {
  .landing-footer .footer-top .footer-inn h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
.landing-footer .footer-top .row {
  gap: 30px 0px;
}
@media (max-width: 768px) {
  .landing-footer .footer-top .row {
    gap: 20px 0px;
  }
}
.landing-footer .footer-bottom {
  background-color: #436ca5;
  padding: 15px 0px;
}
.landing-footer .footer-bottom ul {
  display: flex;
  justify-content: center;
}
.landing-footer .footer-bottom ul li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff;
}
.landing-footer .footer-bottom ul li a {
  color: #436ca5;
}
@media (max-width: 768px) {
  .landing-footer .footer-bottom ul {
    display: block;
    text-align: center;
  }
  .landing-footer .footer-bottom ul li {
    padding-bottom: 10px;
  }
  .landing-footer .footer-bottom ul li:last-child {
    padding-bottom: 0;
  }
}

/*-------------------------------------------------Google Ads Landing Page------------------------------------------*/
.g-ads-landing-banner {
  position: relative;
  background-image: url(../images/g-ads-landing/g-ads-banner-5.jpg);
  background-size: cover;
  background-position: center;
  z-index: 5;
  overflow-x: hidden;
}
.g-ads-landing-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.g-ads-landing-banner .banner-bg {
  position: relative;
  padding: 30px;
}
.g-ads-landing-banner .banner-bg::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 45px;
  width: 1px;
  height: 100%;
  background-color: #c0c0c0;
  z-index: 5;
}
.g-ads-landing-banner .banner-bg::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 45px;
  width: 1px;
  height: 100%;
  background-color: #c0c0c0;
  z-index: 5;
}
.g-ads-landing-banner .container-fluid {
  position: relative;
}
.g-ads-landing-banner .container-fluid::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -30px;
  width: 1000%;
  height: 1px;
  background-color: #c0c0c0;
  z-index: 5;
}
.g-ads-landing-banner .container-fluid::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -30px;
  width: 1000%;
  height: 1px;
  background-color: #c0c0c0;
  z-index: 5;
}
.g-ads-landing-banner .banner-main {
  padding: 50px 50px 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 95vh;
}
.g-ads-landing-banner .banner-main .banner-header .logo-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-ads-landing-banner .banner-main .banner-header .logo-flex img {
  width: 120px;
}
.g-ads-landing-banner .banner-main .banner-header .logo-flex a {
  background: #fcbc45;
  color: #1a1a2e;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.g-ads-landing-banner .banner-main .banner-header .logo-flex a i {
  margin-right: 5px;
}
.g-ads-landing-banner .banner-main .banner-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
}
.g-ads-landing-banner .banner-main .banner-body .context h1 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 15px;
}
.g-ads-landing-banner .banner-main .banner-body .context p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #c5c5c5;
  padding-bottom: 20px;
}
.g-ads-landing-banner .banner-main .banner-body .context ul {
  padding-bottom: 20px;
  padding-left: 23px;
}
.g-ads-landing-banner .banner-main .banner-body .context ul li {
  color: #c5c5c5;
  font-size: 16px;
  list-style-type: disc;
}
.g-ads-landing-banner .banner-main .banner-body .context .certificate-flex {
  display: flex;
  gap: 20px;
}
.g-ads-landing-banner .banner-main .banner-body .context .certificate-flex img {
  width: 90px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form {
  padding: 20px;
  background: rgba(255, 255, 255, 0.2509803922);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.4px);
  border: 1px solid rgba(255, 255, 255, 0.37);
  margin: 0 auto;
  width: 70%;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform_validation_errors {
  display: none;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform_heading {
  display: none;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gform_fields {
  grid-row-gap: 20px;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield textarea {
  min-block-size: 100px;
  background: #fff;
  background-color: #ffffff;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.4px);
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield textarea::placeholder {
  color: #757575;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  box-shadow: none;
  border-color: initial;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: #fcbc45;
  color: #000;
  font-size: 16px;
  padding: 12px 26px;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield .ginput_password.large, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield input.large, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield select.large {
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0px 15px;
  color: #000000;
  font-size: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.4px);
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield .ginput_password.large::placeholder, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield input.large::placeholder, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield select.large::placeholder {
  color: #757575;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield .ginput_password.large:focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield input.large:focus, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--foundation .gfield select.large:focus {
  outline: none;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gfield_list_group_item:before, .g-ads-landing-banner .banner-main .banner-body .landing-form .gform-theme--framework .gform-field-label {
  font-weight: 700;
  font-size: 18px;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form #gform_confirmation_message_3 {
  color: #ffffff;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gfield_validation_message {
  color: #ffffff;
}
.g-ads-landing-banner .banner-main .banner-body .landing-form .gform_wrapper .gfield .iti__country-container {
  top: 5px;
}
.g-ads-landing-banner .banner-main .banner-footer {
  display: flex;
  justify-content: start;
  align-items: center;
}
.g-ads-landing-banner .banner-main .banner-footer .right-side .banner-funfacts {
  display: flex;
  gap: 30px;
}
.g-ads-landing-banner .banner-main .banner-footer .right-side .banner-funfacts .theme-card h3 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding-bottom: 5px;
}
.g-ads-landing-banner .banner-main .banner-footer .right-side .banner-funfacts .theme-card p {
  color: #c5c5c5;
  text-align: center;
}
@media (max-width: 1400px) {
  .g-ads-landing-banner .banner-main .banner-body .landing-form {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .g-ads-landing-banner .banner-main .banner-body .context h1 {
    font-size: 42px;
    line-height: 54px;
  }
  .g-ads-landing-banner .banner-main .banner-body .context p br {
    display: none;
  }
  .g-ads-landing-banner .banner-main .banner-footer .right-side .banner-funfacts .theme-card h3 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 992px) {
  .g-ads-landing-banner .banner-main {
    height: auto;
    padding: 40px;
  }
  .g-ads-landing-banner .banner-main .banner-body {
    padding-top: 30px;
    display: block;
  }
  .g-ads-landing-banner .banner-main .banner-body .context {
    padding-bottom: 30px;
  }
  .g-ads-landing-banner .banner-main .banner-body .context h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .g-ads-landing-banner .banner-bg {
    padding: 15px;
  }
  .g-ads-landing-banner .banner-main {
    gap: 30px;
    padding: 30px;
  }
  .g-ads-landing-banner .banner-main .banner-body .context h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .g-ads-landing-banner .banner-main .banner-footer .left-side {
    display: none;
  }
  .g-ads-landing-banner .banner-main .banner-footer .right-side {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .g-ads-landing-banner .banner-bg {
    padding: 0px;
  }
  .g-ads-landing-banner .banner-bg::before {
    display: none;
  }
  .g-ads-landing-banner .banner-bg::after {
    display: none;
  }
  .g-ads-landing-banner .banner-main {
    gap: 20px;
    padding: 20px 0px;
  }
  .g-ads-landing-banner .banner-main .banner-body {
    padding-top: 0;
  }
  .g-ads-landing-banner .banner-main .banner-body .context h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .g-ads-landing-banner .banner-main .banner-footer .right-side .banner-funfacts {
    display: block;
  }
  .g-ads-landing-banner .banner-main .banner-footer .right-side .banner-funfacts .theme-card {
    padding: 10px;
  }
}

.google-ads-lp-website-design-development-usa .g-ads-landing-banner {
  background-image: url(../images/g-ads-landing/g-ads-banner-1.jpg);
}

.google-ads-lp-digital-marketing-india .g-ads-landing-banner {
  background-image: url(../images/g-ads-landing/g-ads-banner-7.jpg);
}

.g-ads-landing-cards .g-ads-landing-cards-inner {
  padding: 0 25px;
  border-right: 1px solid #ddd;
  height: 100%;
}
.g-ads-landing-cards .g-ads-landing-cards-inner.bdr-right-0 {
  border-right: 0px;
}
.g-ads-landing-cards .g-ads-landing-cards-inner .icon {
  padding: 8px 10px;
  background-color: rgba(71, 107, 163, 0.1098039216);
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
}
.g-ads-landing-cards .g-ads-landing-cards-inner .icon svg {
  width: 30px;
  height: 30px;
  fill: #534AB7;
}
.g-ads-landing-cards .g-ads-landing-cards-inner h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 6px;
}
@media (max-width: 992px) {
  .g-ads-landing-cards .row {
    gap: 30px 0px;
  }
  .g-ads-landing-cards .g-ads-landing-cards-inner {
    border-right: 0;
    padding: 0;
  }
}

.g-ads-landing-services {
  background: linear-gradient(135deg, rgba(67, 108, 165, 0.04) 0%, #fff 60%);
}
.g-ads-landing-services .section-header {
  margin-bottom: 50px;
}
.g-ads-landing-services .section-header .section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #534AB7;
  background: #EEEDFE;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.g-ads-landing-services .section-header .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.g-ads-landing-services .section-header .section-subtitle {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
}
.g-ads-landing-services .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.g-ads-landing-services .services-grid .service-card {
  background: #fff;
  border: 1px solid rgba(83, 74, 183, 0.1490196078);
  border-radius: 12px;
  padding: 28px;
  transition: border-color 0.2s;
  position: relative;
  overflow: hidden;
}
.g-ads-landing-services .services-grid .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #534AB7;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: left;
}
.g-ads-landing-services .services-grid .service-card:hover::before {
  transform: scaleX(1);
}
.g-ads-landing-services .services-grid .service-card .service-icon {
  width: 48px;
  height: 48px;
  background: rgba(83, 74, 183, 0.1019607843);
  border-radius: 10px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-ads-landing-services .services-grid .service-card .service-icon .si {
  width: 24px;
  height: 24px;
}
.g-ads-landing-services .services-grid .service-card h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.g-ads-landing-services .services-grid .service-card ul {
  padding-bottom: 15px;
  padding-left: 23px;
}
.g-ads-landing-services .services-grid .service-card ul li {
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  padding-bottom: 5px;
  list-style-type: disc;
}
.g-ads-landing-services .services-grid .service-card ul li::marker {
  color: #534AB7;
}
.g-ads-landing-services .services-grid .service-card p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 15px;
}
.g-ads-landing-services .services-grid .service-card p:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .g-ads-landing-services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .g-ads-landing-services .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .g-ads-landing-services .services-grid .service-card {
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .g-ads-landing-services .services-grid .service-card {
    padding: 20px;
  }
}

.g-ads-landing-why-choose-us {
  background-color: #1a1a2e;
}
.g-ads-landing-why-choose-us .section-header.center {
  text-align: center;
  margin-bottom: 48px;
}
.g-ads-landing-why-choose-us .section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: rgba(216, 216, 216, 0.1215686275);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.g-ads-landing-why-choose-us .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}
.g-ads-landing-why-choose-us .section-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  text-align: center;
}
.g-ads-landing-why-choose-us .why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.g-ads-landing-why-choose-us .why-grid .why-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 28px;
}
.g-ads-landing-why-choose-us .why-grid .why-card h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}
.g-ads-landing-why-choose-us .why-grid .why-card p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.g-ads-landing-why-choose-us .why-grid .why-num {
  font-size: 36px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.29);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin-bottom: 14px;
}
.g-ads-landing-why-choose-us .cta-band-btns {
  text-align: center;
  padding-top: 30px;
}
.g-ads-landing-why-choose-us .cta-band-btns .btn-gold {
  background: #fcbc45;
  color: #1a1a2e;
  border: none;
  padding: 13px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 992px) {
  .g-ads-landing-why-choose-us .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .g-ads-landing-why-choose-us .why-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .g-ads-landing-why-choose-us .why-grid .why-card {
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .g-ads-landing-why-choose-us .why-grid .why-card {
    padding: 20px;
  }
}

.g-ads-landing-standards .section-header.center {
  text-align: center;
  margin-bottom: 48px;
}
.g-ads-landing-standards .section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #534AB7;
  background: #EEEDFE;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.g-ads-landing-standards .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.g-ads-landing-standards .section-subtitle {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  text-align: center;
}
.g-ads-landing-standards .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.g-ads-landing-standards .benefits-grid .benefit-pill {
  background: #fff;
  border: 1px solid rgba(83, 74, 183, 0.1490196078);
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
}
.g-ads-landing-standards .benefits-grid .benefit-pill .benefit-icon-wrap {
  width: 44px;
  height: 44px;
  background: rgba(83, 74, 183, 0.1019607843);
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-ads-landing-standards .benefits-grid .benefit-pill h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.g-ads-landing-standards .benefits-grid .benefit-pill p {
  font-size: 16px;
  line-height: 26px;
}

.g-ads-landing-tech {
  background-color: #1a1a2e;
}
.g-ads-landing-tech .section-header {
  margin-bottom: 48px;
}
.g-ads-landing-tech .section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: rgba(216, 216, 216, 0.1215686275);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.g-ads-landing-tech .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}
.g-ads-landing-tech .section-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.g-ads-landing-tech .tech-categories {
  margin-top: 40px;
}
.g-ads-landing-tech .tech-categories.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.g-ads-landing-tech .tech-categories.tech-grid .col-ads {
  --cat-color: #ff6b6b;
}
.g-ads-landing-tech .tech-categories.tech-grid .col-seo {
  --cat-color: #4dabf7;
}
.g-ads-landing-tech .tech-categories.tech-grid .col-web {
  --cat-color: #51cf66;
}
.g-ads-landing-tech .tech-categories.tech-grid .col-social {
  --cat-color: #f59f00;
}
.g-ads-landing-tech .tech-categories.tech-grid .col-email {
  --cat-color: #845ef7;
}
.g-ads-landing-tech .tech-categories.tech-grid .col-design {
  --cat-color: #e64980;
}
.g-ads-landing-tech .tech-categories.tech-grid .col-crm {
  --cat-color: #20c997;
}
.g-ads-landing-tech .tech-categories.tech-grid .col-tracking {
  --cat-color: #868e96;
}
.g-ads-landing-tech .tech-categories.tech-grid .tech-cat .tech-tags .tech-tag {
  border-color: #fff;
  color: #fff;
}
.g-ads-landing-tech .tech-categories.tech-grid .tech-cat .tech-tags .tech-tag .dot {
  background-color: #fff;
}
.g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-ads .ts-divider, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-seo .ts-divider, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-web .ts-divider, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-social .ts-divider, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-email .ts-divider, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-design .ts-divider, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-crm .ts-divider, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-tracking .ts-divider {
  background: var(--cat-color);
}
.g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-ads .tech-tags .tech-tag, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-seo .tech-tags .tech-tag, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-web .tech-tags .tech-tag, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-social .tech-tags .tech-tag, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-email .tech-tags .tech-tag, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-design .tech-tags .tech-tag, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-crm .tech-tags .tech-tag, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-tracking .tech-tags .tech-tag {
  border-color: var(--cat-color);
  color: var(--cat-color);
}
.g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-ads .tech-tags .tech-tag .dot, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-seo .tech-tags .tech-tag .dot, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-web .tech-tags .tech-tag .dot, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-social .tech-tags .tech-tag .dot, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-email .tech-tags .tech-tag .dot, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-design .tech-tags .tech-tag .dot, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-crm .tech-tags .tech-tag .dot, .g-ads-landing-tech .tech-categories.tech-grid .tech-cat.col-tracking .tech-tags .tech-tag .dot {
  background-color: var(--cat-color);
}
.g-ads-landing-tech .tech-categories .tech-cat .tech-cat-label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b1b1b1;
  margin-bottom: 1rem;
}
.g-ads-landing-tech .tech-categories .tech-cat .ts-divider {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  margin-bottom: 1.25rem;
}
.g-ads-landing-tech .tech-categories .tech-cat .tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.g-ads-landing-tech .tech-categories .tech-cat .tech-tags .tech-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 10px;
  border: 0.5px solid;
  width: fit-content;
  transition: all 0.18s ease;
  cursor: default;
}
.g-ads-landing-tech .tech-categories .tech-tags .tech-tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.g-ads-landing-tech .tech-categories .col-fe .ts-divider {
  background: #4f8ef7;
}
.g-ads-landing-tech .tech-categories .col-fe .tech-tags .tech-tag .dot {
  background: #4f8ef7;
}
.g-ads-landing-tech .tech-categories .col-fe .tech-tags .tech-tag {
  background: rgba(79, 142, 247, 0.08);
  border-color: rgba(79, 142, 247, 0.25);
  color: #7eb0ff;
}
.g-ads-landing-tech .tech-categories .col-be .ts-divider {
  background: #3dd68c;
}
.g-ads-landing-tech .tech-categories .col-be .tech-tags .tech-tag .dot {
  background: #3dd68c;
}
.g-ads-landing-tech .tech-categories .col-be .tech-tags .tech-tag {
  background: rgba(61, 214, 140, 0.08);
  border-color: rgba(61, 214, 140, 0.25);
  color: #63e8a4;
}
.g-ads-landing-tech .tech-categories .col-cms .ts-divider {
  background: #f7a84f;
}
.g-ads-landing-tech .tech-categories .col-cms .tech-tags .tech-tag .dot {
  background: #ffc066;
}
.g-ads-landing-tech .tech-categories .col-cms .tech-tags .tech-tag {
  background: rgba(247, 168, 79, 0.08);
  border-color: rgba(247, 168, 79, 0.25);
  color: #ffc066;
}
.g-ads-landing-tech .tech-categories .col-host .ts-divider {
  background: #f76e6e;
}
.g-ads-landing-tech .tech-categories .col-host .tech-tags .tech-tag .dot {
  background: #ff9090;
}
.g-ads-landing-tech .tech-categories .col-host .tech-tags .tech-tag {
  background: rgba(247, 110, 110, 0.08);
  border-color: rgba(247, 110, 110, 0.25);
  color: #ff9090;
}
.g-ads-landing-tech .tech-categories .col-dev .ts-divider {
  background: #b47ef7;
}
.g-ads-landing-tech .tech-categories .col-dev .tech-tags .tech-tag .dot {
  background: #b47ef7;
}
.g-ads-landing-tech .tech-categories .col-dev .tech-tags .tech-tag {
  background: rgba(180, 126, 247, 0.08);
  border-color: rgba(180, 126, 247, 0.25);
  color: #cc9fff;
}
@media (max-width: 992px) {
  .g-ads-landing-tech .tech-categories {
    margin-top: 0;
  }
  .g-ads-landing-tech .tech-categories.tech-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .g-ads-landing-tech .tech-categories {
    margin-top: 0;
  }
  .g-ads-landing-tech .tech-categories .row {
    gap: 30px 0px;
  }
  .g-ads-landing-tech .tech-categories.tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .g-ads-landing-tech .tech-categories {
    margin-top: 0;
  }
  .g-ads-landing-tech .tech-categories.tech-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.g-ads-landing-process .section-header {
  margin-bottom: 48px;
}
.g-ads-landing-process .section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #534AB7;
  background: #EEEDFE;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.g-ads-landing-process .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.g-ads-landing-process .section-subtitle {
  font-size: 15px;
  color: #4a5568;
  max-width: 560px;
  line-height: 1.7;
}
.g-ads-landing-process .process-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.g-ads-landing-process .process-steps-grid .process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.g-ads-landing-process .process-steps-grid .process-steps .process-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding-bottom: 32px;
  position: relative;
}
.g-ads-landing-process .process-steps-grid .process-steps .process-step::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: 0;
  width: 2px;
  background: rgba(83, 74, 183, 0.1490196078);
}
.g-ads-landing-process .process-steps-grid .process-steps .process-step:last-child {
  padding-bottom: 0;
}
.g-ads-landing-process .process-steps-grid .process-steps .process-step:last-child::before {
  display: none;
}
.g-ads-landing-process .process-steps-grid .process-steps .process-step .step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(83, 74, 183, 0.1019607843);
  border: 2px solid #534AB7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #534AB7;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.g-ads-landing-process .process-steps-grid .process-steps .process-step .step-content h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 5px;
}
.g-ads-landing-process .process-steps-grid .process-steps .process-step .step-content p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .g-ads-landing-process .process-steps-grid {
    display: block;
  }
  .g-ads-landing-process .process-steps-grid .process-steps .process-step {
    padding-bottom: 20px;
  }
  .g-ads-landing-process .process-steps-grid .process-steps .process-step:last-child {
    padding-bottom: 20px;
  }
}

.g-ads-landing-certification {
  background: #1a1a2e;
}
.g-ads-landing-certification .section-header {
  text-align: center;
  margin-bottom: 48px;
}
.g-ads-landing-certification .section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: rgba(216, 216, 216, 0.1215686275);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.g-ads-landing-certification .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.g-ads-landing-certification .section-subtitle {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  text-align: center;
}
.g-ads-landing-certification .certificate-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.g-ads-landing-certification .certificate-flex img {
  border: 1px solid rgba(67, 108, 165, 0.1490196078);
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .g-ads-landing-certification .certificate-flex {
    gap: 10px;
  }
  .g-ads-landing-certification .certificate-flex img {
    width: 90px;
  }
}

.g-ads-landing-clients {
  background: rgba(67, 108, 165, 0.04);
}

.g-ads-landing-faq {
  background-color: #ffffff;
}
.g-ads-landing-faq .section-header {
  text-align: center;
  margin-bottom: 48px;
}
.g-ads-landing-faq .section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #534AB7;
  background: #EEEDFE;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.g-ads-landing-faq .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.g-ads-landing-faq .section-subtitle {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  text-align: center;
}
.g-ads-landing-faq .faq-list {
  margin: 0 auto;
}
.g-ads-landing-faq .faq-list .faq-item {
  border: 1px solid rgba(83, 74, 183, 0.1490196078);
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.g-ads-landing-faq .faq-list .faq-item .faq-q {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  background: #fff;
}
.g-ads-landing-faq .faq-list .faq-item .faq-q .faq-icon {
  width: 20px;
  height: 20px;
  color: #534AB7;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
}
.g-ads-landing-faq .faq-list .faq-item .faq-a {
  padding: 15px 20px 16px;
  font-size: 16px;
  line-height: 28px;
  color: #4a5568;
  background: #fff;
  display: none;
}
.g-ads-landing-faq .faq-item.open .faq-q {
  background: rgba(83, 74, 183, 0.1019607843);
  color: #534AB7;
}
.g-ads-landing-faq .faq-item.open .faq-a {
  display: block;
}

.g-ads-landing-cta {
  background-color: #1a1a2d;
  text-align: center;
}
.g-ads-landing-cta .g-ads-landing-cta-inn h2 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.3;
}
.g-ads-landing-cta .g-ads-landing-cta-inn p {
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 30px;
}
.g-ads-landing-cta .g-ads-landing-cta-inn .btn-gold {
  background: #fcbc45;
  color: #1a1a2e;
  border: none;
  padding: 13px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 768px) {
  .g-ads-landing-cta .g-ads-landing-cta-inn h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .g-ads-landing-cta .g-ads-landing-cta-inn h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.g-ads-landing-testimonial {
  background-color: rgba(67, 108, 165, 0.04);
  /* Swiper container */
  /* Card */
  /* Swiper Pagination Bullets */
  /* Swiper Nav Buttons */
}
.g-ads-landing-testimonial .testi-wrap {
  width: 100%;
  margin: 0 auto;
}
.g-ads-landing-testimonial .testi-header {
  text-align: center;
  margin-bottom: 2rem;
}
.g-ads-landing-testimonial .testi-header .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #534AB7;
  background: #EEEDFE;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.g-ads-landing-testimonial .testi-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.g-ads-landing-testimonial .testi-header h2 span {
  color: #534AB7;
}
.g-ads-landing-testimonial .swiper {
  width: 100%;
  padding-bottom: 3rem !important;
}
.g-ads-landing-testimonial .swiper-slide {
  height: auto;
}
.g-ads-landing-testimonial .testimonial-card {
  background: #ffffff;
  border: 1px solid #e8e6e0;
  border-radius: 16px;
  padding: 1.75rem 1.75rem 1.5rem;
  position: relative;
  height: 100%;
}
.g-ads-landing-testimonial .quote-mark {
  font-size: 56px;
  line-height: 1;
  color: #AFA9EC;
  font-family: Georgia, serif;
  position: absolute;
  top: 12px;
  right: 20px;
}
.g-ads-landing-testimonial .testimonial-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #555555;
  margin-bottom: 1.5rem;
  padding-right: 32px;
}
.g-ads-landing-testimonial .author-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.g-ads-landing-testimonial .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #EEEDFE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #534AB7;
  flex-shrink: 0;
}
.g-ads-landing-testimonial .author-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.g-ads-landing-testimonial .author-role {
  font-size: 12px;
  color: #888888;
  margin-top: 2px;
}
.g-ads-landing-testimonial .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cccccc;
  opacity: 1;
  transition: all 0.3s;
}
.g-ads-landing-testimonial .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 4px;
  background: #534AB7;
}
.g-ads-landing-testimonial .swiper-button-prev,
.g-ads-landing-testimonial .swiper-button-next {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  border: 1px solid #dddddd;
  background: #ffffff;
  top: auto !important;
  bottom: 0px;
  transition: background 0.2s, border-color 0.2s;
}
.g-ads-landing-testimonial .swiper-button-prev:hover,
.g-ads-landing-testimonial .swiper-button-next:hover {
  background: #f0effa;
  border-color: #AFA9EC;
}
.g-ads-landing-testimonial .swiper-button-prev {
  left: calc(50% - 70px) !important;
}
.g-ads-landing-testimonial .swiper-button-next {
  right: calc(50% - 70px) !important;
}
.g-ads-landing-testimonial .swiper-button-prev::after,
.g-ads-landing-testimonial .swiper-button-next::after {
  font-size: 13px !important;
  color: #444444;
  font-weight: 700;
}

/*-------------------------------------------------Shopify Ads Landing Page------------------------------------------*/
:root {
  --blue: #436ca5;
  --blue-light: #5a84bc;
  --blue-pale: #eaf0f9;
  --blue-paler: #f4f7fc;
  --gold: #fcbc45;
  --gold-light: #fdd07a;
  --gold-pale: #fff8ea;
  --gold-dark: #e09e1a;
  --dark: #1a2035;
  --dark-2: #2c3656;
  --text: #2d3748;
  --text-muted: #718096;
  --text-light: #a0aec0;
  --white: #ffffff;
  --surface: #f8fafd;
  --surface-2: #f0f5fc;
  --border: rgba(67, 108, 165, 0.12);
  --border-gold: rgba(252, 188, 69, 0.3);
  --shadow-sm: 0 2px 12px rgba(67, 108, 165, 0.08);
  --shadow-md: 0 8px 32px rgba(67, 108, 165, 0.12);
  --shadow-lg: 0 20px 60px rgba(67, 108, 165, 0.15);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
}

.shopify-ads-landing-page h1, .shopify-ads-landing-page h2, .shopify-ads-landing-page h3, .shopify-ads-landing-page h4 {
  font-weight: 700;
  color: var(--dark);
}

.text-blue {
  color: var(--blue) !important;
}

.text-gold {
  color: var(--gold-dark) !important;
}

.bg-surface {
  background: var(--surface);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gsap-fade {
  opacity: 0;
}

.gsap-up {
  opacity: 0;
  transform: translateY(40px);
}

.gsap-left {
  opacity: 0;
  transform: translateX(-30px);
}

.gsap-right {
  opacity: 0;
  transform: translateX(30px);
}

.gsap-scale {
  opacity: 0;
  transform: scale(0.9);
}

.section-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.section-pad {
  padding: 96px 0;
}

.section-pad-sm {
  padding: 72px 0;
}

.navbar-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: all 0.4s ease;
  background: transparent;
}
.navbar-custom.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 12px 0;
  box-shadow: var(--shadow-sm);
}
.navbar-custom .nav-logo img {
  width: 120px;
}
.navbar-custom .nav-cta {
  background: var(--blue);
  color: #fff !important;
  padding: 9px 22px !important;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navbar-custom .nav-cta:hover {
  background: var(--dark);
  transform: translateY(-1px);
}
.navbar-custom .nav-links a {
  font-size: 14px;
  color: var(--text);
  font-weight: 400;
  padding: 6px 14px;
  border-radius: 50px;
  transition: all 0.2s;
}
.navbar-custom .nav-links a:hover {
  background: var(--blue-pale);
  color: var(--blue);
}

.shopify-hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #f4f7fc 0%, #eaf0f9 40%, #fff8ea 100%);
  padding-top: 80px;
}
.shopify-hero-section .hero-bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}
.shopify-hero-section .hero-bg-shape-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(67, 108, 165, 0.1) 0%, transparent 70%);
  top: -100px;
  right: -100px;
}
.shopify-hero-section .hero-bg-shape-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(252, 188, 69, 0.14) 0%, transparent 70%);
  bottom: -50px;
  left: 5%;
}
.shopify-hero-section .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold-pale), #fff8dc);
  border: 1px solid var(--border-gold);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 12.5px;
  font-weight: 500;
  color: #8a5e00;
  margin-bottom: 28px;
}
.shopify-hero-section .hero-badge .blink-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e09e1a;
  animation: blink 1.4s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.75);
  }
}
.shopify-hero-section .hero-heading {
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1.5px;
  color: var(--dark);
  margin-bottom: 20px;
}
.shopify-hero-section .hero-heading .highlight {
  color: var(--blue);
  position: relative;
  display: inline-block;
}
.shopify-hero-section .hero-heading .highlight::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--gold);
  opacity: 0.35;
  border-radius: 4px;
  z-index: -1;
}
.shopify-hero-section .hero-heading .days-pill {
  display: inline-flex;
  align-items: center;
  background: var(--gold);
  color: var(--dark);
  padding: 2px 14px;
  border-radius: 50px;
  font-size: 0.85em;
  vertical-align: middle;
  margin-left: 6px;
  box-shadow: 0 4px 14px rgba(252, 188, 69, 0.35);
}
.shopify-hero-section .hero-desc {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 36px;
  font-weight: 300;
}
.shopify-hero-section .hero-cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.shopify-hero-section .btn-primary-custom {
  background: var(--blue);
  color: #fff;
  padding: 15px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-body);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 24px rgba(67, 108, 165, 0.3);
}
.shopify-hero-section .btn-primary-custom:hover {
  background: var(--dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(67, 108, 165, 0.35);
  color: #fff;
}
.shopify-hero-section .btn-primary-custom.btn-icon {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform 0.3s;
}
.shopify-hero-section .btn-primary-custom:hover .btn-icon {
  transform: translateX(3px);
}
.shopify-hero-section .btn-outline-custom {
  background: transparent;
  color: var(--dark);
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-body);
  border: 1.5px solid rgba(67, 108, 165, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.shopify-hero-section .btn-outline-custom:hover {
  border-color: var(--blue);
  background: var(--blue-pale);
  color: var(--blue);
}
.shopify-hero-section .hero-trust {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.shopify-hero-section .trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 400;
}
.shopify-hero-section .trust-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 12px;
}
.shopify-hero-section .trust-divider {
  width: 1px;
  height: 20px;
  background: var(--border);
}
.shopify-hero-section .hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopify-hero-section .hero-card-mockup {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 28px;
  max-width: 340px;
  width: 100%;
  border: 1px solid var(--border);
  position: relative;
}
.shopify-hero-section .mockup-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.shopify-hero-section .mockup-logo-box {
  width: 36px;
  height: 36px;
  background: var(--blue);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.shopify-hero-section .mockup-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--dark);
}
.shopify-hero-section .mockup-sub {
  font-size: 11px;
  color: var(--text-muted);
}
.shopify-hero-section .mockup-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.shopify-hero-section .mockup-stat {
  background: var(--surface);
  border-radius: var(--radius-sm);
  padding: 12px;
  border: 1px solid var(--border);
}
.shopify-hero-section .mockup-stat-label {
  font-size: 10px;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.shopify-hero-section .mockup-stat-val {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
}
.shopify-hero-section .mockup-stat-val.gold {
  color: var(--gold-dark);
}
.shopify-hero-section .mockup-bar-row {
  margin-bottom: 10px;
}
.shopify-hero-section .mockup-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 5px;
}
.shopify-hero-section .mockup-bar-track {
  height: 6px;
  background: var(--surface-2);
  border-radius: 10px;
  overflow: hidden;
}
.shopify-hero-section .mockup-bar-fill {
  height: 100%;
  border-radius: 10px;
}
.shopify-hero-section .mockup-bar-fill.blue {
  background: var(--blue);
  width: 48%;
}
.shopify-hero-section .mockup-bar-fill.gold {
  background: var(--gold);
  width: 73%;
}
.shopify-hero-section .mockup-bar-fill.blue-light {
  background: var(--blue-light);
  width: 91%;
}
.shopify-hero-section .mockup-badge-row {
  display: flex;
  gap: 7px;
  margin-top: 16px;
}
.shopify-hero-section .mockup-badge {
  flex: 1;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 500;
}
.shopify-hero-section .mockup-badge.success {
  background: #eaf7f0;
  color: #1a7a45;
}
.shopify-hero-section .mockup-badge.blue {
  background: var(--blue-pale);
  color: var(--blue);
}
.shopify-hero-section .mockup-badge.gold {
  background: var(--gold-pale);
  color: var(--gold-dark);
}
.shopify-hero-section .floating-chip {
  position: absolute;
  background: var(--white);
  border-radius: 50px;
  padding: 10px 16px;
  box-shadow: var(--shadow-md);
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--border);
  white-space: nowrap;
}
.shopify-hero-section .chip-top-right {
  top: -18px;
  right: -20px;
}
.shopify-hero-section .chip-bottom-left {
  bottom: -18px;
  left: -20px;
}
.shopify-hero-section .chip-icon {
  font-size: 16px;
  color: var(--gold-dark);
}

.shopify-why-section {
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.shopify-why-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}
.shopify-why-section h2 {
  font-size: clamp(28px, 3.5vw, 40px);
}
.shopify-why-section p.gsap-up {
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
}
.shopify-why-section .shopify-why-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.shopify-why-section .shopify-why-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--dark);
}
.shopify-why-section .shopify-why-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}
.shopify-why-section .shopify-why-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.shopify-why-section .shopify-why-card .shopify-why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--blue-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--blue);
  margin-bottom: 18px;
  transition: all 0.3s;
}
.shopify-why-section .shopify-why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  background: var(--white);
}
.shopify-why-section .shopify-why-card:hover::after {
  transform: scaleX(1);
}
.shopify-why-section .shopify-why-card:hover .shopify-why-icon {
  background: var(--blue);
  color: #fff;
}

.shopify-features-section {
  background: linear-gradient(160deg, var(--blue-paler) 0%, #fff 60%);
  position: relative;
}
.shopify-features-section h2 {
  font-size: clamp(28px, 3.5vw, 40px);
}
.shopify-features-section p.gsap-left {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
.shopify-features-section .shopify-feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  height: 100%;
}
.shopify-features-section .shopify-feature-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.shopify-features-section .shopify-feature-item .shopify-feature-icon-wrap {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
.shopify-features-section .shopify-feature-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}
.shopify-features-section .shopify-feature-item p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.65;
}

.shopify-packages-section {
  background: var(--white);
}
.shopify-packages-section h2 {
  font-size: clamp(28px, 3.5vw, 40px);
}
.shopify-packages-section p.gsap-up {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 300;
}
.shopify-packages-section .shopify-pkg-card {
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--border);
  padding: 36px 30px 32px;
  background: var(--white);
  transition: all 0.35s ease;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.shopify-packages-section .shopify-pkg-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-pale), var(--border));
}
.shopify-packages-section .shopify-pkg-card.featured {
  border-color: var(--blue);
  background: linear-gradient(160deg, var(--blue-paler) 0%, var(--white) 60%);
  box-shadow: var(--shadow-md);
  transform: scale(1.03);
}
.shopify-packages-section .shopify-pkg-card.featured::before {
  background: linear-gradient(90deg, var(--blue), var(--gold));
}
.shopify-packages-section .shopify-pkg-card.featured:hover {
  transform: scale(1.03) translateY(-8px);
}
.shopify-packages-section .shopify-pkg-card.featured:hover .btn-pkg {
  background: var(--blue);
  color: #fff;
}
.shopify-packages-section .shopify-pkg-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px);
}
.shopify-packages-section .shopify-pkg-card .shopify-featured-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-limit {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-limit::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-price {
  font-size: 42px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 6px;
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-price .rupee {
  font-size: 24px;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-price .slash {
  font-size: 16px;
  color: var(--text-light);
  font-weight: 400;
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-includes {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
  font-style: italic;
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-features li {
  font-size: 14px;
  color: var(--text);
  padding: 7px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-features li:last-child {
  border-bottom: none;
}
.shopify-packages-section .shopify-pkg-card .shopify-pkg-features li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--blue-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 3.5L6 11 2.5 7.5' stroke='%23436ca5' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.shopify-packages-section .btn-pkg {
  width: 100%;
  padding: 13px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-body);
  border: 1.5px solid var(--blue);
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.shopify-packages-section .btn-pkg:hover, .shopify-packages-section .shopify-pkg-card.featured .btn-pkg {
  background: var(--blue);
  color: #fff;
}
.shopify-packages-section .shopify-pkg-note {
  text-align: center;
  margin-top: 32px;
  font-size: 15px;
  color: var(--text-muted);
}
.shopify-packages-section .shopify-pkg-note a {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shopify-audience-section {
  background: linear-gradient(145deg, var(--dark) 0%, var(--dark-2) 100%);
  position: relative;
  overflow: hidden;
}
.shopify-audience-section h2 {
  font-size: clamp(26px, 3vw, 36px);
}
.shopify-audience-section::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252, 188, 69, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.shopify-audience-section .section-eyebrow {
  color: var(--gold);
}
.shopify-audience-section .section-eyebrow::before {
  background: var(--gold);
}
.shopify-audience-section h2 {
  color: var(--white);
}
.shopify-audience-section .shopify-audience-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 24px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s;
  backdrop-filter: blur(8px);
}
.shopify-audience-section .shopify-audience-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(252, 188, 69, 0.3);
  transform: translateX(6px);
}
.shopify-audience-section .shopify-audience-card .shopify-audience-num {
  font-size: 28px;
  font-weight: 800;
  color: rgba(252, 188, 69, 0.25);
  min-width: 42px;
  line-height: 1;
}
.shopify-audience-section .shopify-audience-card h5 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
}
.shopify-audience-section .shopify-audience-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.shopify-audience-section h2.gsap-right {
  font-size: clamp(26px, 3vw, 36px);
}
.shopify-audience-section .shopify-why-us-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shopify-audience-section .shopify-why-us-list .gsap-right {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.shopify-audience-section .shopify-why-us-list .gsap-right:last-child {
  border-bottom: none;
}
.shopify-audience-section .shopify-why-us-list .gsap-right h6 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
}
.shopify-audience-section .shopify-why-us-list .gsap-right p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.shopify-audience-section .shopify-why-us-list .shopify-why-us-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(252, 188, 69, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 16px;
}

.shopify-urgency-section {
  background: linear-gradient(135deg, var(--gold) 0%, #f5a623 100%);
  padding: 28px 0;
  position: relative;
  overflow: hidden;
}
.shopify-urgency-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.04) 20px, rgba(255, 255, 255, 0.04) 40px);
}
.shopify-urgency-section .shopify-urgency-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.shopify-urgency-section .shopify-urgency-inner .shopify-urgency-text h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 4px;
}
.shopify-urgency-section .shopify-urgency-inner .shopify-urgency-text p {
  font-size: 14px;
  color: rgba(26, 32, 53, 0.75);
  margin: 0;
}
.shopify-urgency-section .shopify-urgency-inner .shopify-urgency-countdown {
  display: flex;
  gap: 12px;
}
.shopify-urgency-section .shopify-urgency-inner .shopify-urgency-countdown .shopify-countdown-box {
  background: rgba(26, 32, 53, 0.1);
  border-radius: 10px;
  padding: 10px 16px;
  text-align: center;
  min-width: 62px;
}
.shopify-urgency-section .shopify-urgency-inner .shopify-urgency-countdown .shopify-countdown-box .shopify-countdown-val {
  font-size: 24px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1;
}
.shopify-urgency-section .shopify-urgency-inner .shopify-urgency-countdown .shopify-countdown-label {
  font-size: 10px;
  color: rgba(26, 32, 53, 0.65);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}
.shopify-urgency-section .btn-primary-custom {
  background: var(--dark);
  box-shadow: 0 6px 24px rgba(26, 32, 53, 0.25);
  color: #fff;
  padding: 15px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-body);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.shopify-urgency-section .btn-primary-custom .btn-icon {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform 0.3s;
}
.shopify-urgency-section .btn-primary-custom:hover .btn-icon {
  transform: translateX(3px);
}

.shopify-form-section {
  background: linear-gradient(160deg, var(--blue-paler) 0%, var(--white) 100%);
}
.shopify-form-section h2 {
  font-size: clamp(26px, 3.5vw, 40px);
}
.shopify-form-section p {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 300;
}
.shopify-form-section .shopify-form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 48px 44px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.shopify-form-section .shopify-form-card .shopify-landing-form .gform_wrapper form .gform_fields {
  gap: 20px;
}
.shopify-form-section .shopify-form-card .shopify-landing-form .gform_wrapper form .gform_fields .gfield .gfield_label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 7px;
  display: block;
}
.shopify-form-section .shopify-form-card .shopify-landing-form .gform_wrapper form .gform_fields .gfield .gfield_label .gfield_required {
  margin-left: 2px;
}
.shopify-form-section .shopify-form-card .shopify-landing-form .gform_wrapper form .gform_fields .gfield .ginput_container input, .shopify-form-section .shopify-form-card .shopify-landing-form .gform_wrapper form .gform_fields .gfield .ginput_container select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text);
  background: var(--white);
  transition: all 0.25s;
  outline: none;
  height: 50px;
}
.shopify-form-section .shopify-form-card .shopify-landing-form .gform_wrapper form .gform_fields .gfield .ginput_container select {
  padding: 3px 16px;
}
.shopify-form-section .shopify-form-card .shopify-landing-form .gform_wrapper form #gform_submit_button_5 {
  width: 100%;
  padding: 20px 15px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 6px 24px rgba(67, 108, 165, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.shopify-form-section .shopify-form-card .shopify-landing-form .gform_wrapper form #gform_submit_button_5:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(67, 108, 165, 0.4);
}
.shopify-form-section .shopify-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}
.shopify-form-section .shopify-form-card .form-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 7px;
  display: block;
}
.shopify-form-section .shopify-form-card .form-label span {
  color: var(--blue);
}
.shopify-form-section .shopify-form-card .form-control-custom {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text);
  background: var(--white);
  transition: all 0.25s;
  outline: none;
}
.shopify-form-section .shopify-form-card .form-control-custom:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(67, 108, 165, 0.09);
}
.shopify-form-section .shopify-form-card .form-control-custom::placeholder {
  color: var(--text-light);
}
.shopify-form-section .shopify-form-card .form-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 6px 24px rgba(67, 108, 165, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.shopify-form-section .shopify-form-card .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(67, 108, 165, 0.4);
}
.shopify-form-section .shopify-form-card .form-note {
  font-size: 12px;
  color: var(--text-light);
  text-align: center;
  margin-top: 12px;
}
.shopify-form-section .shopify-form-card .form-note i {
  color: var(--blue);
  margin-right: 4px;
}
.shopify-form-section .shopify-contact-info-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--border);
  height: 100%;
}
.shopify-form-section .shopify-contact-info-card h5 {
  font-size: 17px;
  margin-bottom: 20px;
  color: var(--dark);
}
.shopify-form-section .shopify-contact-info-card .shopify-contact-expert {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: var(--blue-pale);
  border-radius: var(--radius-md);
  margin-bottom: 20px;
}
.shopify-form-section .shopify-contact-info-card .shopify-contact-expert .shopify-expert-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.shopify-form-section .shopify-contact-info-card .shopify-contact-expert .shopify-expert-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 2px;
}
.shopify-form-section .shopify-contact-info-card .shopify-contact-expert .shopify-expert-role {
  font-size: 13px;
  color: var(--text-muted);
}
.shopify-form-section .shopify-contact-info-card .shopify-contact-detail {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.shopify-form-section .shopify-contact-info-card .shopify-contact-detail:last-child {
  border-bottom: none;
}
.shopify-form-section .shopify-contact-info-card .shopify-contact-detail .shopify-contact-detail-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--blue-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--blue);
}
.shopify-form-section .shopify-contact-info-card .shopify-contact-detail .shopify-contact-detail-label {
  font-size: 11px;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.shopify-form-section .shopify-contact-info-card .shopify-contact-detail .contact-detail-val {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
}
.shopify-form-section .shopify-contact-info-card .rounded-3 {
  background: var(--gold-pale);
  border: 1px solid var(--border-gold);
}

.closing-section {
  background: var(--dark);
  padding: 72px 0 40px;
  position: relative;
  overflow: hidden;
}
.closing-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(67, 108, 165, 0.15) 0%, transparent 70%);
}
.closing-section h2 {
  font-weight: 700;
  color: var(--dark);
}
.closing-section .closing-logo {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.closing-section .closing-logo span {
  color: var(--gold);
}
.closing-section .closing-tagline {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: 0;
}
.closing-section .closing-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 36px 0 24px;
}
.closing-section .closing-foot {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
}
.closing-section .closing-links a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  transition: color 0.2s;
}
.closing-section .closing-links a:hover {
  color: var(--gold);
}
.closing-section .closing-cta {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  border-radius: var(--radius-xl);
  padding: 56px 48px;
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}
.closing-section .closing-cta::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(252, 188, 69, 0.12);
}
.closing-section .closing-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 12px;
}
.closing-section .closing-cta p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  margin-bottom: 28px;
}
.closing-section .closing-cta .btn-gold {
  background: var(--gold);
  color: var(--dark);
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-body);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 24px rgba(252, 188, 69, 0.4);
}
.closing-section .closing-cta .btn-gold:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(252, 188, 69, 0.5);
}

@media (max-width: 992px) {
  .hero-visual {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .shopify-pkg-card.featured {
    transform: scale(1);
  }
  .shopify-form-card {
    padding: 32px 24px;
  }
}
@media (max-width: 768px) {
  .hero-visual {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .hero-heading {
    font-size: 34px;
  }
  .closing-cta {
    padding: 36px 24px;
  }
  .closing-cta h2 {
    font-size: 26px;
  }
  .shopify-urgency-countdown {
    gap: 8px;
  }
  .shopify-countdown-box {
    min-width: 54px;
    padding: 8px 10px;
  }
  .shopify-urgency-inner {
    justify-content: center;
    text-align: center;
  }
}
/*-------------------------------------------------Media Queries------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .text-center-xl {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-center-lg {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .custom-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-center-md {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .custom-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* -------------------------- Max-Width: < 1400px ---------------------- */
/* -------------------------- Max-Width: < 1366px ---------------------- */
/* -------------------------- Max-Width: < 1200px ---------------------- */
/* -------------------------- Max-Width: < 992px ---------------------- */
@media (max-width: 992px) {
  .section-header {
    margin-bottom: 40px !important;
  }
}
/* -------------------------- Max-Width: < 768px ---------------------- */
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 30px !important;
  }
}
/* -------------------------- Max-Width: < 576px ---------------------- */
@media (max-width: 576px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .section-header {
    margin-bottom: 20px !important;
  }
  .section-header .section-title {
    font-size: 26px !important;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .only-mobile {
    display: none;
  }
}
/*------------------------------------------------KeyFrames------------------------------------------------*/
@keyframes wobble {
  0% {
    transform: translateX(-90%);
  }
  50% {
    transform: translateX(90%);
  }
  100% {
    transform: translateX(-90%);
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes shadow {
  0% {
    background-position: -98% 0;
  }
  100% {
    background-position: 102% 0;
  }
}
/*------------------------------------------------ScrolltoTop------------------------------------------------*/
#scrollTopBtn {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: none;
  outline: none;
  background: #fcbc45;
  color: #000000;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(140, 140, 140, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px);
  transition: all 0.4s ease;
  z-index: 999;
}
#scrollTopBtn.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#scrollTopBtn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
@media (max-width: 576px) {
  #scrollTopBtn {
    bottom: 20px;
    right: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
