@charset "UTF-8";

/* @import url("input.css"); */

:root {
  --bs-primary-rgb: 244, 253, 85;
}
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Inter", sans-serif;
  color: #475569;
  font-size: 16px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #000;
}

a {
  color: #666666;
  text-decoration: none;
}

.textblue {
  color: #0c1844;
}
.textyellow {
  color: #fffe55;
}
section {
  padding: 60px 0;
}

p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.fontinter {
  font-family: "Inter", sans-serif;
}
.fontBricolage {
  font-family: "Bricolage Grotesque", sans-serif;
}
.btn {
  border-radius: 0px;
}
.btn-outline-primary {
  color: #fffd55;
  border-color: #fffd55;
}
.btn-outline-primary:hover {
  color: #000;
  border-color: #fffd55;
  background-color: #fffd55;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #000 !important;
  background-color: #fffd55 !important;
  border-color: #fffd55 !important;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
@media (max-width: 767px) {
  .row > * {
    padding-right: 25px; /* Adjust the padding-right value for mobile */
    padding-left: 25px; /* Adjust the padding-left value for mobile */
  }
}
/* ----------------------------nav---------------------------------------- */

@media (min-width: 768px) {
  .navbar-nav .nav-item.active a {
    color: #fffe55 !important;
  }
  .navbar-nav .nav-item.active .dropdown-menu a {
    color: #000 !important;
  }
  .navbar-fixed-top.scrolled {
    background-color: rgba(0, 0, 0, 0.82) !important;
    transition: background-color 0.3s ease, top 0.3s ease;
    -webkit-transition: background-color 0.3s ease, top 0.3s ease;
    -moz-transition: background-color 0.3s ease, top 0.3s ease;
    -o-transition: background-color 0.3s ease, top 0.3s ease;
    top: 0;
  }
  .navbar-brand img {
    height: 20px;
  }

  .scrolled .navbar-brand img {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .scrolled .nav-link {
    padding: 12px 5px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-transform: capitalize;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
  }

  nav {
    margin-top: 0px;
  }
  .navbar {
    background-color: #00000059;
  }
  .navbar:after {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font: normal normal medium 14px/36px Inter;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
  }
  #mainNav .nav-link {
    margin: 0 20px;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffff05 !important;
  }
  #mainNav .nav-link:hover {
    color: #ffff05;
  }
  .nav-item {
    position: relative;
    margin: 0;
  }

  nav.fixed-top {
    top: 10px;
    max-width: 1336px;
    border-radius: 10px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    transition: background-color 0.3s ease, top 0.3s ease;
    -webkit-transition: background-color 0.3s ease, top 0.3s ease;
    -moz-transition: background-color 0.3s ease, top 0.3s ease;
    -o-transition: background-color 0.3s ease, top 0.3s ease;
  }
  .dropdown-menu {
    border-radius: 15px;
  }
  .dropdown-menu a::before,
  .dropdown-menu a:hover::before,
  .dropdown-menu a::before {
    display: none;
  }

  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #000000;
  }

  .nav-link {
    padding: 15px 5px;
    transition: 0.2s;
  }
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffff05 !important;
}
.dropdown-menu,
.dropdown-item.active,
.dropdown-item:active {
  /* background: #fffe55; */
  background: #ffffff;
  color: #0a1747;
}
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
  /* background: rgb(255 254 85 / 98%);
  color: #0c1844; */
  background: #ffffff;

  color: #0a1747;
}

.dropdown-item {
  color: #000000;
  font-size: 14px;
}
.dropdown-menu li {
  margin: 10px;
}
/* --- */
.navbar-toggler-icon {
  background-image: none !important;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: #fff;
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out; /*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: #fff;
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}
/* --- */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fffe55 !important;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  background: #fff;
  border: 0;
  margin: 0;
  padding: 0;
}
.dropdown-menu,
.dropdown-item.active,
.dropdown-item:active {
  color: #fffe55 !important;
}

/* -------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .navbar-fixed-top.scrolled {
    background-color: #000000 !important;
    transition: background-color 200ms linear;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .scrolled .navbar-brand img {
    height: 20px;
  }
  .scrolled .navbar-brand img {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .scrolled .nav-link {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-transform: capitalize;
  }
  .navbar {
    padding: 10px;
  }
  .navbar-brand img {
    height: 20px;
  }
  .navbar-toggler {
    background-color: #00000000;
    box-shadow: none;
    border: none;
  }

  .navbar-collapse {
    background-color: #2d4197;

    transition: all 0.5s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 0;
    display: block;
  }
  .nav-item a {
    font-size: 14px;
    padding: 6px 0px;
    color: #fff;
  }
  .nav-item a:hover {
    color: #fffe55;
  }
  nav .btn {
    margin-top: 20px;
  }
  .menu-open .navbar-fixed-top.scrolled,
  .menu-open nav {
    background-color: #2d4197 !important;
  }

  .navbar-collapse {
    transition: max-height 1s ease-out;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    background: #08123500;
  }
}
/* end 767 */

/* --------------------------------------------------------------------- */
@media (max-width: 991px) {
  #mainNav .nav-link {
    margin: 0 0px;
  }
}
/* ----------------------------nav---------------------------------------- */

/* -----------------------------header------------------------------------------ */
/* font-family: "Bricolage Grotesque", sans-serif; */
header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background: linear-gradient(0deg, #0c1844 0%, #000000 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  height: 60vh;
  color: #fff;
}
header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}
header.masthead .masthead-heading {
  font-size: 88px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
}
header.masthead p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  color: #f3f6ff;
  width: 45%;
  margin: 0 auto;
}
header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #0c1844 0%, #000000 100%);
}
header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}
header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}
header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}
header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(1rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}
/* ---------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  header.masthead p {
    font-size: 14px;
    width: 80%;
  }
  header.masthead .masthead-heading {
    font-size: 50px;
  }
  header.masthead {
    height: 80vh;
  }
  header.masthead {
    height: 80vh;
  }
}
/* ------------------------------------------------------------------------------ */

.iconsfeatures {
  margin: 0;
  padding: 0;
}
.iconsfeatures li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #cccccc;
  width: 24%;
  border-bottom: 1px solid #ccc;
  padding: 3%;
}
.iconsfeatures li:nth-child(4),
.iconsfeatures li:nth-child(8),
.iconsfeatures li:nth-child(12) {
  border-right: 1px solid #fff;
}
.iconsfeatures li:nth-child(9),
.iconsfeatures li:nth-child(10),
.iconsfeatures li:nth-child(11),
.iconsfeatures li:nth-child(12) {
  border-bottom: 1px solid #fff;
}

.iconsfeatures img {
  max-width: 95%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 0px 0;
  /* filter: grayscale(100); */
}

.iconsfeatures img:hover {
  filter: none;
  transform: scale(1.1);
}
.featuressection h2 {
  font-size: 45px;
  line-height: 45px;
}
.engagectn h2 {
  margin-bottom: 15px;
}
.featuressection h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.iconsfeatures p {
  font-size: 14px;
  margin: 0;
}
.featurectn {
  padding: 1rem;
}
.featurectn h2 {
  font-size: 26px;

  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 30px;
  color: #000;
}
.featurectn p {
  font-size: 18px;

  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 30px;
  color: #000;
}
.featurectn .btn {
  font-size: 16px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .featurectn {
    padding: 15px 0;
  }
  .featuressection h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
/* ---------------------------------------------------------------- */
.succefullMessage {
  border: 1px solid #666;
  padding: 10px 0;
  margin-top: 51px;
}
/*  */
input:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/*  */
.contactform {
  color: #000000;
  position: relative;
  padding: 30px 0;
}
.cotactplus {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5%;
  top: -35px;
  z-index: 1;
  background: #0c1844;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.contactform h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.cicn {
  width: 30px;
  margin-right: 10px;
}
.contactreach h3 {
  border-bottom: 1px solid #802aed;
  color: #030121;
  margin-bottom: 30px;
}
.contactform .btn {
  margin-top: 30px;
  padding: 15px 0px;
  font-weight: bold;
  min-width: 200px;
}
.contactform br {
  display: none;
}

.contactform small {
  font-size: 12px;
  opacity: 0.8;
}

header.masthead.contactusbanner {
  background-image: url(https://www.frodoh.world/wp-content/themes/twentytwenty-child/images/contact-banner.jpg);
}
.contactus h5 {
}
.innerctn.contactus h1 {
  margin-bottom: 0;
}
.contactus h2 {
  font-size: 50px;
}

.frodohtext {
  position: absolute;
  font-size: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -323px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 15px;
  color: #f7f7f8;
}
.footerpara {
  position: relative;
  z-index: 1;
}

.errorMessage {
  font-size: 10px;
  margin-left: 16px;
}
.linkedin-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  color: rgb(0, 0, 0);
  font-size: 24px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.linkedin-icon:hover {
  background-color: yellow;
  color: black;
}
.socialicon a {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .contactus h2 {
    font-size: 30px;
    text-align: center;
  }
  .contactreach h3 {
    margin-top: 20px;
  }
  .frodohtext {
    display: none;
  }
}
@media (max-width: 992px) {
  .frodohtext {
    display: none;
  }
}

/* ---------------------------------------------------------------- */

/* -------------------------------footer------------------------------------ */
footer {
  color: #ffffff;

  font-size: 14px;
  background: #0a1747;
  background: -webkit-linear-gradient(
    180deg,
    rgba(10, 23, 71, 1) 0%,
    rgba(52, 26, 101, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(10, 23, 71, 1) 0%,
    rgba(52, 26, 101, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(10, 23, 71, 1) 0%,
    rgba(52, 26, 101, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A1747", endColorstr="#341A65", GradientType=0);
}

footer #footer-links .nav a,
.privacynav a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 13px;
}
footer #footer-links .nav a:hover,
footer #footer-links h6 a:hover,
.privacynav a:hover {
  color: #ffff05;
}
footer #footer-links h6,
footer #footer-links h6 a {
  font-size: 16px;
  color: #d4dbf5;
  font-weight: 600;
  text-transform: capitalize;
}
footer #footer-links li {
  margin: 10px 0;
}
footer #footer-links ul {
  margin: 0;
}

.navbar-brand img.footerlogo {
  height: 33px;
}
footer .fptext {
  color: #ffffff;
  margin-top: 30px;
}
footer hr {
  color: #422491;
}
.copyright p {
  font-size: 14px;
  color: #fff;
}
.social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  width: 32px;
}
.social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
}

.social a i {
  color: #808080;
  font-size: 16px;
  margin: 0 2px;
}
.social a:hover i {
  color: #fffd55;
  font-size: 16px;
  margin: 0 2px;
}
.footerlogowrap {
  margin-right: 40px;
}
.fliwrap {
  display: flex;
}
.fli {
  margin-left: 5%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fptext {
    margin-top: 10px !important;
    width: 40%;
  }
  .socialicon {
    margin-bottom: 50px;
  }
}
.fli:first-child,
.fli:nth-child(6),
.fli:nth-child(7),
.fli:nth-child(8) {
  margin-left: 0%;
}

@media (max-width: 767px) {
  .fliwrap {
    display: block;
    margin-top: 30px;
  }
  .fli {
    margin-left: 0%;
  }
  .socialicon {
    margin-top: 30px;
  }
}
/* ----------------------------------------- */
.letstalk {
  background-color: #fafbff;
}
.letstalk h2 {
  font-size: 52px;
  margin-bottom: 30px;
  color: #fff;
}
.letstalk p {
  font-size: 16px;
}
.cta-section {
  background: #421092;
  background: -webkit-linear-gradient(
    130deg,
    rgba(66, 16, 146, 1) 0%,
    rgba(133, 8, 236, 1) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgba(66, 16, 146, 1) 0%,
    rgba(133, 8, 236, 1) 100%
  );
  background: linear-gradient(
    130deg,
    rgba(66, 16, 146, 1) 0%,
    rgba(133, 8, 236, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#421092", endColorstr="#8508EC", GradientType=0);
  color: white;
  padding: 5rem 9rem;

  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1184px;
  height: 326px;
  background: url(../images/mask-1.svg) no-repeat;
  /* background-size: cover; */
  z-index: 1;
  background-position: center top;
  background-size: auto;
}

.cta-content {
  position: relative;
  z-index: 1;
}

/* --------------- */

/* ---------------------- */

/* ------------------- */
.breadcrumb a {
  color: #091234;
  text-decoration: none;
}
.breadcrumb {
  margin-bottom: 30px;
}

/* --------------------------- */
section.innerctn {
  padding: 20px 0 60px;
}

header.masthead.aboutbanner {
  background-image: url(https://www.frodoh.world/wp-content/themes/twentytwenty-child/images/aboutbanner.jpg);
}

.innerctn .innerheading {
  font-size: 50px;
  margin-bottom: 30px;
}
/* ---------------------product----------- */

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  /* left: 50%;
  top: 10%;
  transform: translateX(-50%);
  margin: 0; */
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 5%;
  }

  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}
/* --------------------------------------------------------------- */
.homebanner {
  color: #fff;
}
.homebanner .owl-slide-text {
  margin-left: 15%;
  position: relative;
}
.homebanner h1 {
  font-size: 60px;
}
.homebanner h3 {
  font-size: 15px;
}
.homebanner h5 {
  letter-spacing: 4px;
  font-size: 16px;
}
.mainbanner {
  position: relative;
}
.bannerbtn {
  position: absolute;

  z-index: 2;
  right: 10%;
  bottom: 85px;
}
.bannerbtn .btn {
  border-radius: 0px !important;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  min-width: 150px;
}
.bannerbtn .btn:hover {
  background-color: #802aed;
  border: 1px solid #802aed;
}

.owl-nav {
  position: absolute;
  left: 18%;
  bottom: 85px;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  position: relative !important;
  border: 1px solid #fff !important;

  border-radius: 0px !important;
  margin: 0 !important;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  color: #000 !important;
}
.owl-nav button:hover {
  background-color: #fff !important;
}
.owl-nav button:hover.owl-next span,
.owl-nav button:hover.owl-prev span {
  color: #000;
}
.owl-nav .disabled {
  opacity: 1;
  background: #0b1f43 !important;
  color: #fff !important;
}
.owl-nav .owl-next span,
.owl-nav .owl-prev span {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .homebanner h1 {
    font-size: 40px;
  }
  .homebanner .owl-slide-text {
    margin-left: 4%;
  }
  .bannerbtn {
    bottom: 20px;
    right: 0;
    left: 0;
  }
  .bannerbtn .btn {
    min-width: 114px;
  }
  .owl-carousel .owl-nav {
    top: auto;
  }
}
/* ------------------------------------------------ */
.absolute {
  position: absolute;
}
.mainbanner {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #000;
}
.rounded-full {
  border-radius: 9999px;
}
.outer-box {
  display: flex;
  justify-content: space-around;
  align-items: center;

  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  justify-content: center;
}
.inner-box {
  text-align: center;
  padding: 0 50px;
  display: flex;
  position: relative;
}
.outer-box .inner-box:first-child::before {
  width: 0px;
}
.inner-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 1px;
  background-color: #ddd;
  opacity: 0.5;
}
.inner-box img {
  width: auto;
  height: 40px;
}

.separator {
  margin: 10px 0;
  border-top: 1px solid #ddd;
}

.text {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  font: normal normal 300 16px/24px Inter;
  letter-spacing: 0px;
  text-align: left;
}
/*  */
.vdowrap {
}
.h-full {
  height: 100%;
}
.h-full {
  height: 100%;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.relative {
  position: relative;
}
.h-80vh {
  height: 90vh;
}
@media (min-width: 768px) {
  .md-h--100vh {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .max-h-850px {
    max-height: 850px;
  }
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bannerctn {
  top: 30%;
  color: #fff;
  width: 100%;
}
.bannerctn .btn {
  padding: 20px 40px;
}
.bannerctn .rgtctn {
  text-align: left;
}
.bannerctn h1 {
  /* font-family: "Bricolage Grotesque", sans-serif; */
  /* text-align: left; */
  text-align: left;
  font: normal normal bold 88px/100px Bricolage Grotesque;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 1;
}
.bannerctn h2 {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0px;
  color: #f3f6ff;
  opacity: 1;
}
.vdowrap video {
  opacity: 0.6;
}

.whyfrodohsec {
  background-color: #f3f6ff;
  padding-bottom: 0;
  background-image: url("../images/mask-frodoh.svg");
  background-position: top center;
  background-repeat: no-repeat;
}
.homepagetitle h1 {
  font: normal normal bold 52px/70px Bricolage Grotesque;
  letter-spacing: -1.56px;
  color: #0a1747;
  margin-bottom: 20px;
}
.homepagetitle h2 {
  font: normal normal normal 26px/36px Bricolage Grotesque;
  letter-spacing: 0px;
  color: #8d07f6;
  margin-bottom: 90px;
}
section.premiumsec {
  padding: 100px 0;
  background-color: #fafbff;
}
.fontweight6 {
  font-weight: 600;
}
.premiumsec .featurectn p {
  color: #5b5b5b;
}
.spacetop {
  margin-top: 100px;
}

/* -------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .vdowrap video {
    width: auto !important;
  }
  .bannerctn h1 {
    font: normal normal bold 35px / 50px Bricolage Grotesque;
    text-align: center;
  }
  .bannerctn .rgtctn {
    text-align: center;
  }
  .inner-box {
    padding: 0 6px;
    display: block;
  }
  .inner-box img {
    margin: 0 auto 6px;
    height: 20px;
  }
  .inner-box .text {
    font: normal normal 300 12px / 20px Inter;
    text-align: center;
  }
  .bannerctn .btn {
    padding: 4px 20px;
  }
  .outer-box {
    bottom: 20px;
  }
  .homepagetitle h1 {
    font: normal normal bold 28px / 40px Bricolage Grotesque;
    margin-bottom: 6px;
  }
  .homepagetitle h2 {
    margin-bottom: 30px;
    font: normal normal normal 22px / 36px Bricolage Grotesque;
  }
  .featurectn h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .featurectn p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .spacetop {
    margin-top: 20px;
  }
  .letstalk h2 {
    font-size: 32px;
  }
  .cta-section {
    padding: 2rem 2rem;
  }
  .bigbtn {
    font-size: 16px;
    padding: 10px 20px;
  }
  section.premiumsec {
    padding: 50px 0;
  }
  .copyright p {
    font-size: 12px;
  }
  footer .fptext {
    margin-top: 8px;
  }
}
/* end */
.btn-primary {
  background-color: #ffff05;
  color: #000;
  border-color: #ffff05;

  font: normal normal bold 16px/27px Bricolage Grotesque;
  letter-spacing: -0.48px;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 4px 25px;
  transition: all 0.8s ease;
  transform: scale(1);
}
.bigbtn {
  font-size: 16px;
  padding: 20px 40px;
}
.btn-primary:hover {
  background-color: #000;
  color: #ffff05;
  border-color: #000;
  transform: scale(1.05);
  transition: all 0.8s ease; /* Increased transition duration for smoother effect */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 96%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 96%;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1336px;
  }
}

/* media */

.profile-card {
  padding: 1rem;
  margin: 0 20px 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}
.profile-card img {
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .profile-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}
.profile-card img {
  border-radius: 8px;
  object-fit: cover;
}

.profile-title {
  font-weight: 600;
  font-size: 18px;
  margin: 1.5rem 0;
  color: #000;
}

.profile-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 1.5rem;
}

.read-more {
  font-size: 14px;
  font-weight: 500;
  color: #8d07f6;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}
/* -------------------------- */
.successinnerpages .profile-card {
  background-color: #ededed;
  padding: 0;
  border-radius: 10px;
}
.successinnerpages .profile-card .profile-title {
  padding: 0 10px;
}
.successinnerpages .profile-card .ctc {
  padding: 0 10px 20px;
}

.downloadpdf {
  padding-left: 20px;
  background: url("../images/pdf.png") left center no-repeat;
  font-size: 12px;
}
.successinnerpages .pagetitle {
  padding: 0 20px;
}
.successinnerpages .pagetitle h1 {
  font-size: 52px;
  color: #000;
  margin-bottom: 20px;
}
.successinnerpages .pagetitle p {
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
}
/* ------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .successinnerpages .pagetitle h1 {
    font-size: 35px;
  }
  .profile-card {
    margin: 0 0px 10px;
  }
  .successinnerpages .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .successinnerpages .profile-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .mediawrap .profile-card {
    margin: 0 0px 20px;
    padding: 0;
  }
  .mediawrap.row > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mediawrap .profile-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
/* --------------------------------------------------------------- */

.privacy-policy .wp-block-heading,
.page-id-35 .wp-block-heading {
  margin-top: 30px;
}
/* ------------------------contact---------------------------------------- */

.directionicn {
  padding-left: 20px;
  background: url("../images/pin.svg") left center no-repeat;
  color: #717171;
  font-size: 15px;
  text-decoration: underline;
}

.page-contact h1.topheading {
  font-size: 52px;
  margin-bottom: 40px;
}
.rushabhintro h1 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}
.rushabhintro p {
  font-size: 18px;
}
.rushabhintro .icon-shape,
.rushabhintro .icon-shape img {
  width: 300px;
}
.rushabhintro {
  margin-bottom: 50px;
}
.page-contact hr {
  color: #d4dbf5;
}
.page-contact .c1 {
  margin: 40px 0;
}
.page-contact .c1 h4 {
  font-size: 26px;
}
.page-contact .c1 p {
  font-size: 18px;
}
.page-contact .locateus .c1 h4 {
  font-size: 20px;
}
.locateus h4 {
  margin-top: 40px;
}
/* ----------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .page-contact h1.topheading {
    font-size: 30px;
  }
  .rushabhintro {
    display: block !important;
  }
  .rushabhintro .icon-shape,
  .rushabhintro .icon-shape img {
    width: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page-contact .c1 {
    text-align: center;
    margin: 20px 0;
  }
  .page-contact .c1 img {
    margin: 0 auto;
  }
  .locateus h1 {
    text-align: center;
    margin-top: 30px;
    text-transform: capitalize;
  }
  .page-contact .locateus .c1 h4 {
    margin-top: 20px;
  }
}
/* solution */
.card-custom {
  background-color: #eef1fd;
  padding: 1.5rem;
  border: none;
  padding: 40px;
}

.card-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;

  color: #0a1747;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
}

.card-custom ul {
  padding-left: 0rem;
  margin: 0;
}

.card-custom li {
  margin-bottom: 1.5rem;
}

.card-note,
.highlighttext {
  color: #0a1747;
}
.page-solutions .pagetitle h1 {
  font-size: 52px;
  color: #000;
  margin-bottom: 20px;
}
.page-solutions .pagetitle p {
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
}
.eqlift .icon-shape {
  width: 700px;
}
.eqlift {
  font-size: 52px;
  font-weight: 600;
  color: #000000;
  margin: 40px 0;
}
/*  */
.page-solutions .section-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 4rem;
  color: #8d07f6;
}

.advantage-card {
  margin: 0;
  padding: 2rem 0;
  min-height: 380px;
  padding: 40px;
}
.advantage-main:hover {
  background-color: #f5f3f3;
}
.advantage-main {
  border-right: 1px solid #d4dbf5;
  border-bottom: 1px solid #d4dbf5;
  background-color: #fff;
  height: 100%;
  padding: 1.5rem;
  margin-top: 0px;
}

.advantage-icon {
  margin-bottom: 3rem;
}
.advantage-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.25rem;
  color: #000;
}
.advantage-subtitle {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 3rem;
}
.advantage-description {
  font-size: 16px;
  color: #333;
}

@media (min-width: 768px) {
  .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .advantage-main:nth-child(3),
  .advantage-main:nth-child(6) {
    border-right: none; /* BEGIN: Removed border left from 3rd advantage-card */
  }
  .advantage-main:nth-child(4),
  .advantage-main:nth-child(5),
  .advantage-main:nth-child(6) {
    border-bottom: none;
  }
}
.box1 {
  background-image: url(https://www.frodoh.world/wp-content/themes/twentytwenty-child/images/Solutions/Mask1.svg);
  background-repeat: no-repeat;
  height: 470px;
  background-size: cover;
  background-position: bottom right;
}
.box2 {
  background-image: url(https://www.frodoh.world/wp-content/themes/twentytwenty-child/images/Solutions/Mask2.svg);
  background-repeat: no-repeat;

  background-size: cover;
  background-position: bottom right;
}
.box3 {
  background-image: url(https://www.frodoh.world/wp-content/themes/twentytwenty-child/images/Solutions/Mask3.svg);
  background-repeat: no-repeat;

  background-size: cover;
  background-position: bottom right;
}
.box2,
.box3 {
  height: 227px;
  margin-bottom: 15px;
}
.console {
  margin: 30px 0;
}
.console img {
  text-align: center;
  margin: 0 auto;
}
.eqlift p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-solutions .pagetitle h1 {
    font-size: 32px;
  }
  .box1,
  .box2,
  .box3 {
    height: auto;
  }
  .eqlift {
    font-size: 40px;
  }
  .advantage-card {
    padding: 10px 0;
    min-height: auto;
  }
  .advantage-main {
    border-left: 0px;
    border-right: 0px;
  }
  .advantage-icon {
    margin-bottom: 1rem;
  }
}
/* -------about start---------------- */

/* container */

/* each letter block */
.letter-item {
  position: relative;
  text-align: center;
  cursor: default;
}

/* the big letter */
.letter {
  color: #3347a6;
  display: block;
  z-index: 1;
}

/* ------------------768------------------- */
@media (min-width: 768px) {
  .letterswrap {
    margin: 100px auto;
    width: 80%;
  }

  .letters {
    display: flex;
    gap: 10rem;
  }

  .letter-item:hover .arrow,
  .letter-item:hover .caption {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  /* arrow & caption shared styles */
  .arrow,
  .caption {
    position: absolute;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-50%) translateY(var(--start-y));
    color: #000000;
    white-space: nowrap;
  }

  /* DOWN arrow (Fearless, Ownership, Opportunity) */
  .arrow.down {
    --start-y: 5px;
    top: 100%;
    font-size: 1rem;
    background-image: url(../images/aboutus/downarrow.svg);
    background-repeat: no-repeat;
    height: 49px;
    width: 5px;
  }
  .caption.down {
    --start-y: -50px;
    top: 100%;
    margin-top: 5.2rem;
    font-size: 26px;
  }

  /* UP arrow (Resilient, Disrupt, Hustle) */
  .arrow.up {
    --start-y: -5px;
    bottom: 100%;
    font-size: 1rem;
    background-image: url(../images/aboutus/uparrow.svg);

    background-repeat: no-repeat;
    height: 49px;
    width: 5px;
  }
  .caption.up {
    --start-y: 10px;
    bottom: 100%;
    margin-bottom: 5.2rem;
    font-size: 26px;
  }
}
/* ------767------ */
@media (max-width: 767px) {
  .letter-item:hover .arrow,
  .letter-item:hover .caption {
    opacity: 1;
  }

  .letter-item {
    border: 1px solid #f2f2f2;
    display: flex;
    text-align: left;
    padding: 10px;
  }
  .arrow {
    display: none;
  }
}
/* --------- */
.mapwrap {
  background-color: #091440;
  background-image: url(../images/aboutus/map-bg.svg);
  color: #fff;
  background-repeat: repeat-x;
  background-position: center top;
}
.mapwrap h1 {
  font-size: 52px;
  color: #fff;
}
.counterwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3% 0;
  gap: 10px;
}

.counterwrap span {
  display: flex;
  align-items: center;
}
.counter {
  font-size: 84px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: "Bricolage Grotesque", sans-serif;
  width: 200px;
}

.clients-label {
  color: #ffff05;
  font-size: 3.2rem;
  letter-spacing: 2px;
}

.map-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.map-container {
  position: relative;
  flex: 1 1 400px;
  max-width: 500px;
  margin: auto;
  margin-right: 10%;
}

.map-container img.map {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.pin {
  position: absolute;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -100%);
  animation: bob 2s ease-in-out infinite;
  cursor: pointer;
}

@keyframes bob {
  0%,
  100% {
    transform: translate(-50%, -100%) translateY(0);
  }
  50% {
    transform: translate(-50%, -100%) translateY(-8px);
  }
}

.addresses {
  flex: 1 1 300px;
  text-align: left;
  color: var(--muted-text);
  max-width: 500px;
}

.addresses h3 {
  color: var(--text-color);
  margin-bottom: 0.2rem;
  font-size: 32px;
}

.addresses p {
  margin: 0 0 5rem;

  transition: background 0.3s, color 0.3s;
  padding: 6px;
  border-radius: 4px;
}

.highlight {
  background: #ffff05;
  color: #000;
  font-weight: 600;
}

.map .foter {
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #aaa;
  text-align: center;
}
.delhiimg {
  top: 40%;
  left: 35%;
}
.mumbaiimg {
  top: 70%;
  left: 20%;
}
.bengaluruimg {
  top: 85%;
  left: 28%;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  .counter {
    font-size: 3rem;
  }

  .clients-label {
    font-size: 1rem;
  }

  .addresses {
    text-align: center;
    margin-top: 2rem;
  }

  .addresses p {
    font-size: 0.95rem;
  }

  .map-section {
    flex-direction: column;
    align-items: center;
  }

  .mapwrap h1 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15%;
  }
  .counter {
    width: auto;
  }
  .counterwrap {
    margin: 3% 0 15%;
  }
  .map-container {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .counter {
    font-size: 2.5rem;
  }
  .map-container {
    width: 250px;
    flex: 1 1 260px;
  }
  .delhiimg {
    top: 35%;
  }
  .mumbaiimg {
    top: 65%;
  }
  .bengaluruimg {
    top: 85%;
  }
}
/* ----------contact form---------- */

/* --- Form labels & spacing --- */
.wpcf7-form .form-label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* --- Input / textarea appearance --- */
.wpcf7-form-control {
  width: 100%;
  padding: 0.5rem 0.75rem;

  transition: border-color 0.2s;
}
.wpcf7-form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
  outline: none;
}

/* --- reCAPTCHA wrapper alignment --- */
.recaptcha-wrap {
  display: inline-block;
  vertical-align: middle;
}

/* --- Submit button styling --- */

/* --- Responsive tweaks if needed --- */
@media (max-width: 575.98px) {
  .wpcf7-form .form-label {
    font-size: 16px;
  }
  .btn-cta {
    width: 100%;
    padding: 0.75rem;
  }
}
/* --- General select appearance --- */
.wpcf7-form select.form-select {
  background-color: #fff;
  border: 1px solid #ccc;

  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  height: 54px;
}

/* --- Focus effect for accessibility --- */
.wpcf7-form select.form-select:focus {
  border-color: #007bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* --- Mobile enhancements --- */
@media (max-width: 576px) {
  .wpcf7-form select.form-select {
    font-size: 0.95rem;
    padding: 0.5rem;
  }
}
/* -----scroll to top----- */

.btn-scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.btn-scroll-top.active {
  opacity: 1;
  visibility: visible;
}

.progress-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
}

.progress-border circle {
  fill: none;
  stroke: #4b11b0;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 125.66;
  stroke-dashoffset: 125.66;
  transition: stroke-dashoffset 0.1s linear;
}

.arrow-up {
  width: 16px;
  height: 16px;
  z-index: 1;
  color: #4b11b0;
}
/* -------------------------------- */

.award-section {
  color: #fff;
  padding: 60px 0;
  position: relative;
  text-align: center;
  background-image: url(../images/awards/awardabanner.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.award-section h2 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 40px;
}
.award-section p {
  font-size: 26px;
  margin-bottom: 40px;
}
.award-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  min-height: 370px;
}
.award-card img {
  margin-bottom: 15px;
}
.award-card .award-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.award-card .award-category {
  color: #6c757d;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}
.owl-carousel .owl-nav button span {
  font-size: 2rem;
  line-height: 1;
}
.awardsimg {
  background-color: #f1f1f1;
  text-align: center;
}
.awardsimg img {
  margin: 0 auto;
}
/*  */
.ourmissionsec h2,
.visionsec h2,
.valuesec h2 {
  font-size: 52px;
}
.ourmissionsec h2 span,
.visionsec h2 span,
.valuesec h2 span {
  color: #d4dbf5;
  display: block;
}
.ourmissionsec h2 span,
.visionsec h2 span,
.valuesec h2 span {
  color: #d4dbf5;
  display: block;
}
.ourmissionsec .featurectn p,
.visionsec .featurectn p,
.valuesec .featurectn p {
  color: #5b5b5b;
}
.ourmissionsec,
.visionsec,
.valuesec {
  margin: 8% 0;
}
.ourcore h1 {
  font-size: 52px;
  width: 50%;
  display: block;
  margin-bottom: 1%;
}
/* ---------------------- */
.iconimg {
  position: relative;
}

.iconimg.lefticon .icnimg {
  left: -25%;
  max-height: 180px;
}
.iconimg.rightticon .icnimg {
  right: -25%;
  max-height: 180px;
}
.iconimg .icnimg {
  position: absolute;
  top: 30%;
  animation: float 4s ease-in-out infinite;
  transition: transform 0.3s ease;
  z-index: 1;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.iconimg .icnimg:hover {
  transform: translateY(-10px) scale(1.05);
}

@media (max-width: 767px) {
  .iconimg .icnimg {
    display: none;
  }
  .ourmissionsec h2,
  .visionsec h2,
  .valuesec h2 {
    font-size: 35px;
  }
  .ourmissionsec h2 {
    background-image: url(../images/aboutus/mission.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 25%;
  }
  .visionsec h2 {
    background-image: url(../images/aboutus/vision.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 25%;
  }
  .valuesec h2 {
    background-image: url(../images/aboutus/value-icon.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 25%;
  }
  .ourmissionsec,
  .visionsec,
  .valuesec {
    margin: 15% 0;
  }

  /*  */
  .ourcore h1 {
    font-size: 32px;
    width: 80%;

    margin: 0% auto 10% auto;
  }
  .letter img {
    width: 40px;
    margin-right: 50px;
  }
  .letter-item .caption {
    font-size: 20px;
  }
  section.ourcore {
    padding-top: 0;
  }
  /*  */
}
/* -------------- */
.logo-grid {
  display: flex;
  flex-wrap: wrap;
}

.logo-box {
  position: relative;
  width: 20%; /* 5 per row */
  aspect-ratio: 1 / 1;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: background-color 0.3s ease;
  overflow: hidden;
}

.logo-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  width: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.logo-box img.hover-img {
  opacity: 0;
}

.logo-box:hover img.hover-img {
  opacity: 1;
}

.logo-box:hover img.default-img {
  opacity: 0;
}
.client-section h2 {
  font-size: 52px;
  text-align: center;
  margin-bottom: 6%;
  font-weight: 600;
}
/* Brand-specific hover background colors */
.logo-box:nth-child(1):hover {
  background-color: #000;
}
.logo-box:nth-child(2):hover {
  background-color: #e51d2a;
}
.logo-box:nth-child(3):hover {
  background-color: #00345d;
}
.logo-box:nth-child(4):hover {
  background-color: #4b403a;
}
.logo-box:nth-child(5):hover {
  background-color: #d8561b;
}

.logo-box:nth-child(6):hover {
  background: linear-gradient(135deg, #027bb6, #9e3fcf);
}
.logo-box:nth-child(7):hover {
  background-color: #04003c;
}
.logo-box:nth-child(8):hover {
  background-color: #e12328;
}
.logo-box:nth-child(9):hover {
  background-color: #f89b1c;
}
.logo-box:nth-child(10):hover {
  background-color: #2e249d;
}

@media (max-width: 768px) {
  .logo-box {
    width: 20vw; /* Maintain 5 per row on small screens */
  }
}

@media (max-width: 576px) {
  .logo-box {
    width: 20vw; /* Same for extra small screens */
  }
}

/* ---------------------------------------- */
.advantage-main {
  display: flex;
}
.advantage-card {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Optional: vertically center content */
  flex: 1;
  height: 100%;
  padding: 20px;

  box-sizing: border-box;
}

.secpromctv .featurectn h2,
.secproadvertise .featurectn h2,
.secpromultiscreen h2 {
  font-size: 52px;
}
.secpromctv .featurectn h3,
.secproadvertise .featurectn h3,
.secpromultiscreen h3 {
  font-size: 26px;
  color: #0a1747;
  margin-bottom: 30px;
}
.productadvantage {
  margin-top: 3%;
}
.productadvantage h2 {
  font-size: 26px;
  color: #8d07f6;
  margin-bottom: 3%;
}
.productadvantage .advantage-title {
  margin-bottom: 20px;
}
.secproadvertise {
  background-color: #f3f6ff;
}

.secproadvertise .productadvantage h2 {
  color: #0a1747;
}
.secproadvertise .advantage-main {
  background-color: transparent;
  border-bottom: none;
}
.advantage-main.active {
  background-color: #fbfcff;
}
.secproadvertise .advantage-main:hover {
  background-color: #ebeffa;
}
.secpromultiscreen .advantage-main {
  border-bottom: none;
}
@media (max-width: 768px) {
  .secpromctv .featurectn h2,
  .secproadvertise .featurectn h2,
  .secpromultiscreen h2 {
    font-size: 30px;
  }
  .secpromctv .featurectn h3,
  .secproadvertise .featurectn h3,
  .secpromultiscreen h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .productadvantage .advantage-title {
    margin-bottom: 1rem;
  }
  .secpromultiscreen .advantage-main,
  .secproadvertise .advantage-main {
    border-bottom: 1px solid #d4dbf5;
  }
  .advantage-main:last-child {
    border-bottom: none;
  }
  .secpromctv .advantage-card {
    min-height: auto;
  }
}
.vdowrap video {
  width: 100%;
}

/* ------------------------ */
.typewriter-line {
  font-size: 2.5em;
  white-space: nowrap;
  border-right: 0.15em solid #fffe55;
  overflow: hidden;
  display: inline-block;
}

.static-word {
  margin-right: 0.4ch;
}

#dynamic {
  display: inline-block;
}

/* css fixes for tablet----------------------------------------- */
@media (min-width: 768px) and (max-width: 1199.98px) {
  #mainNav .btn-primary {
    padding: 4px 5px;
    font-size: 13px;
    line-height: 18px;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    margin: 0 5px;
  }
  .bannerctn h1 {
    font: normal normal bold 60px / 70px Bricolage Grotesque;
  }

  .inner-box img {
    height: 30px;
  }
  .vdowrap video {
    width: auto !important;
  }
  .bannerctn .rgtctn {
    text-align: center;
  }
  .advantage-card {
    padding: 0;
  }

  .mediawrap .profile-card {
    padding: 10px;
    margin: 0 0px;
  }
  .page-contact .c1 p,
  p,
  .rushabhintro p {
    font-size: 14px;
  }
  .page-contact .c1 h4 {
    font-size: 20px;
  }
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

#site-content
 {
  padding: 150px 0 40px 0 !important;
    min-height: 400px;
}

/* blog page */

.mastheadblog {
  padding: 150px 0 50px;
  background-color: #000;
}

h1.blogmainheading {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
}

.page-blog header.masthead {
  height: auto;
  padding: 150px 0 50px;
}
.breadcrumb {
  font-size: 13px;
  margin-top: 10px;
}
.breadcrumb a {
  margin: 0px 10px;
}
.breadcrumb a:first-child {
  margin-left: 0px;
}
.blog-sidebar {
  background: #421092;
  background: -webkit-linear-gradient(
    130deg,
    rgba(66, 16, 146, 1) 0%,
    rgba(133, 8, 236, 1) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgba(66, 16, 146, 1) 0%,
    rgba(133, 8, 236, 1) 100%
  );
  background: linear-gradient(
    130deg,
    rgba(66, 16, 146, 1) 0%,
    rgba(133, 8, 236, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#421092", endColorstr="#8508EC", GradientType=0);
  color: white;
  list-style: none;
  border-radius: 10px;
  padding: 20px;
}
.blog-sidebar li a {
  color: #fff;
}
.blog-sidebar li {
  margin: 0;
  padding: 10px 10px 20px;
  border-radius: 10px;
}
.blog-sidebar li:hover {
  background: #4c11ab;
}
.post-thumbnail .featured-img {
  width: 100%;
  height: auto;
  display: block;
}
.small-text {
  font-size: 13px;
  margin-bottom: 40px;
}
section.blog-single {
  padding: 20px 0;
}

.blogwrap .profile-title , .blogwrap .profile-text { text-align: justify;}

@media (max-width: 767px) {
  .blog-sidebar {
    margin: 0;
    margin-top: 20px;
  }
  .profile-text p {
    font-size: 12px;
  }
  .page-blog header.masthead {
    height: 40vh;
    padding: 0;
  }

  section.blogmainpage {
    padding: 0 0px;
  }
  h1.blogmainheading {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 844px) {
  #mainNav .btn-primary {
    padding: 4px 0px;
    font-size: 10px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 11px;
    margin: 0 2px;
  }
}
