/*Default Items*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
    --color-primary: #d73828;
    --color-secondary: #013f70;
    --color-secondary-dark: #003559;
    --font-body: "Rubik", sans-serif;
    --font-title: "Rubik", sans-serif;
}

body {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 200;
    overflow: hidden;
    color: #FFF;
    line-height: 27px;
}
svg
{
    fill: #FFF;
}
h1, h2, h3, h4, h5, h6
{
    font-family: var(--font-title);
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.swiper-container {
    overflow: hidden;
}

.swiper-wrapper {
    will-change: transform;
}

a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

.innerpage {
    padding: 70px 0;
    color: #000;
}

button {
    border: none;
}

.gray-bg {
    background-color: #f7f7f7;
}

.text-justify {
    text-align: justify;
}

.color-theme {
    color: #910000;
    ;
}

.nmlink {
    color: var(--color-primary);
}

.nmlink:hover {
    color: #931b1b;
}
.dark-bg
{
    background: var(--color-secondary-dark);
}
/*Default Items ends*/
/*header*/
header {
    transition: .3s;
    padding: 0px 0px;
    z-index: 99;
    width: 100%;
    position: fixed;
}

header.sticky {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.sticky.sticky-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #FFF;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 9%);
    position: fixed;
}

header.sticky.sticky-active .iase-menu li a {
    color: #000;
    padding: 21px 0;
}

header.sticky.sticky-active .header-top-row {
    display: none;
}

.logo {
    margin: 4px 0;
    width: 199px;
    max-width: none;
}

.logo.dark {
    display: none;
}

header.sticky.sticky-active .logo {
    display: none;
}

header.sticky.sticky-active .logo.dark {
    width: 120px;
    display: block;
}

header.sticky.sticky-active .main-menu>ul>li>a {
}

header.sticky-active .iase-logo .logo-dark {
    display: block;
}

header.sticky-active .iase-logo .logo {
    display: none;
}

/*header*/
/* Main menu*/
.hz69-menu {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.hz-m-c1 {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hz69-menu {
  align-items: center;   /* vertical alignment */
  justify-content: center; /* center the middle column */
  gap: 55px;
  padding: 10px 0;
}

.hz-m-c3 {
  flex: 1;   /* take equal available width */
  display: flex;
  justify-content: flex-start;
}

.hz-m-c1{
  flex: 1;   /* take equal available width */
  display: flex;
  justify-content: flex-end;
}
.hz-m-c2 {
  flex: 0;   /* only take its content width */
  text-align: center;
}
.main-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 71px;
    align-items: center;
}
.main-menu>ul .link
{
    
}
.main-menu ul li a {
    color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 15px;
    gap: 5px;
}

header.sticky.sticky-active .main-menu ul li a {
    color: #000000;
}

.vertical {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.skewback {
    clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
}

.nav-button {
    display: none;
}

.menu-button {
    display: none;
    border: none;
    background: none;
    color: #FFF;
    float: right;
    font-size: 25px;
    padding: 0;
    line-height: 0;
}

.menu-button svg {
    width: 50px;
    height: 50px;
}

.menu-side-button {
    margin-right: 10px;
}

.menu-side-button svg {
    width: 18px;
    height: 18px;
    fill: #FFF;
}

.menu-button svg {
    width: 25px;
    height: 25px;
    fill: #FFF;
}

header.sticky.sticky-active .menu-side-button svg {
    fill: #000000;
}

.close-btn {
    position: absolute;
    right: 40px;
    top: 40px;
}

.close-btn svg {
    fill: #FFF
}

.has-sub-menu {
    position: relative;
}

.has-sub-menu .sub-menu {
    visibility: hidden;
    position: absolute;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 241px;
    display: none;
    padding-bottom: 15px;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
}

.has-sub-menu .sub-menu li {
    height: 40px;
}

.has-sub-menu .sub-menu>li>a {
    display: block;
    padding: 12px 23px;
    text-transform: none;
    font-size: 14px;
    color: #000;
}

.has-sub-menu.active .sub-menu {
    display: block;
}
.mob-menu-link
{
    display: none;
}
/* Main menu ends*/
/*main slider*/
.main-slider img {
    width: 100%;
}

.swiper-pagination {
    margin: 0 0 5px;
}

.main-slider .swiper-pagination-bullet {
    background: #FFF;
    width: 12px;
    height: 12px;
}

.main-slider .swiper-pagination-bullet-active {
    background: var(--color-primary);
    width: 23px;
    border-radius: 50px;
}

/*main slider ends*/
/*WhatsApp floating*/
.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background: #4dc247;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: -4px 4px 7px 0px rgb(0 0 0 / 20%);
    justify-content: center;
    align-items: center;
}

.floatingwhatsapp svg {
    width: 27px;
    height: 27px;
    fill: #FFF;
}

/*WhatsApp floating ends*/

/*Buttons*/
.btn-s1 {
    background: var(--color-primary);
    display: inline-flex !important;
    align-items: center;
    color: #FFF !important;
    padding: 5px 6px 5px 16px;
    border-radius: 45px;
    gap: 9px !important;
    transition: background 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-s1:hover {
    background: #e74b3c;
}

.btn-s1 span {
    width: 40px;
    height: 40px;
    background: #f4564e;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.btn-s1 svg {
    width: 23px;
    height: 23px;
    fill: #FFF;
    transition: transform 0.3s ease;
}

.btn-s1:hover svg {
    transform: rotate(-45deg);
}

.btn-s1.white {
    border: 1px solid #FFF;
    background-color: transparent;
}

/*Buttons ends*/
/*Main Slider*/
.main-slider {
    width: 100%;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
}

.main-slider .swiper-slide h2,
.main-slider .swiper-slide p,
.main-slider .swiper-slide a {
    opacity: 0;
    transform: translateY(30px);
}

.swiper-title {
    position: absolute;
    top: 37%;
    padding: 0 0 0 60px;
    width: 50%;
}

.swiper-title h2 {
    color: #FFF;
    font-size: 3.6vw;
    font-weight: 500;
}

.swiper-title p {
    color: #FFF;
    font-size: 18px;
}

/*Main Slider ends*/
/*Titles*/
.title-s1 {
    font-weight: 500;
    margin: 0 0 30px;
    font-size: 34px;
}

.title-s1 span {
    font-weight: 200;
}

.title-s2 {
    font-weight: 300;
    margin: 0 0 30px;
    font-size: 22px;
}

/*Titles ends*/

/*Innerpage*/
.page-header {
    background: url(../images/header-bg.webp) var(--color-primary);
    padding: 131px 0 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.page-header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-secondary);
    top: 0px;
}

.page-header h1 {
    text-align: center;
    color: #FFF;
    font-size: 42px;
}

.hz-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 33px;
}

.hz-breadcrumb li {
    color: #FFF;
    position: relative;
}

.hz-breadcrumb li svg {
    fill: #FFF;
    position: absolute;
    right: -24px;
    top: 5px;
    width: 12px;
    height: 12px;
}

.hz-breadcrumb li:last-child::after {
    display: none;
}

.hz-breadcrumb li a {
    color: #d43553;
}

.innerpage {
    padding: 80px 0;
}

/*Innerpage Ends*/


/*Hz WhatsApp Chat box*/
.hz-whatsapp-chat-box-whatsapp-button {
    width: 45px;
    height: 48px;
    background-color: #25d366;
    position: fixed;
    left: 16px;
    bottom: 16px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hz-whatsapp-chat-box-whatsapp-button svg {
    fill: #FFF;
    width: 24px;
    height: 24px;
}

.hz-whatsapp-chat-box-container {
    position: fixed;
    left: 16px;
    bottom: 16px;
    width: 320px;
    z-index: 9;
}

.hz-whatsapp-chat-box {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 9;
    background: #fff;
    display: none;
}

.hz-whatsapp-chat-box-textarea button {
    background-color: transparent;
    position: absolute;
    right: 7px;
    background-color: #25d366;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hz-whatsapp-chat-box-header button {
    background-color: transparent;
    position: absolute;
    right: 18px;
}

.hz-whatsapp-chat-box-header button svg {
    width: 14px;
    height: 15px;
}

.hz-whatsapp-chat-box-header {
    background-color: #25d366;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 18px 17px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hz-whatsapp-chat-box-header h4 {
    color: #FFF;
    margin: 0;
    font-size: 16px;
}

.hz-whatsapp-chat-box-header svg {
    fill: #FFF;
    width: 20px;
    height: 20px;
}

.hz-whatsapp-chat-box-body {
    background: #f9fafb;
    padding: 18px;
    min-height: 256px;
}

.hz-whatsapp-chat-box-mesage {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 16px;
    background-color: #FFF;
    border-radius: 7px;
    width: 79%;
}

.hz-whatsapp-chat-box-mesage p {
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    color: #000;
}

.hz-whatsapp-chat-box-textarea {
    border-top: 1px solid #e2e8f0;
    display: flex;
    background: #FFF;
    justify-content: space-between;
    padding: 18px;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hz-whatsapp-chat-box-textarea svg {
    fill: #ffffff;
    width: 16px;
    height: 16px;
}

.hz-whatsapp-chat-box-textarea input[type='text'] {
    resize: none;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 6px;
    height: 42px;
    width: 86%;
    font-size: 15px;
}

.hz-whatsapp-chat-box-textarea input[type='text']:focus {

    outline: 1px solid #25d366;
}

/*Hz WhatsApp Chat box ends*/


/*Wave BG*/
.welcome-section
{
    background: url(../images/wave-bg.jpg) #013f70;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -1px;
}
/*Wave BG ends*/


/*Highlight Box*/
.highlights-box-container
{
    position: relative;
}
.highlights-box-container::before
{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: var(--color-primary);
    width: 94%;
    height: 100%;
    margin: auto 0;
    left: 50%;
    transform: translateX(-50%); /* centers horizontally */
    border-radius: 20px;
}
.icon-box-s1-container
{
    display: flex;
    /* gap: 20px; */
}
.icon-box-s1
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.icon-box-s1 h3
{
    font-size: 21px;
}
.icon-box-s1 svg
{
    width: 50px;
    height: 50px;
}

.icon-box-s1-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.icon-box-s1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 23px;
  border-right: 1px dashed #f5796c; /* vertical separator */
}

/* Remove right border on last column (desktop) */
.icon-box-s1:nth-child(4) {
  border-right: none;
  padding: 10px 12px;
}



/*Highlight Box ends*/

/*Founder message*/
.dots-bg
{
    background-image: url(../images/dots-bg.webp);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: contain;
}
/*Founder message ends*/


/*Testimoanils Section*/
.testimonial-box {
    background: #efefef;
    display: flex;
    flex-direction: column;
    padding: 25px 30px 22px 30px;
    border-radius: 10px;
    position: relative;
    align-content: flex-start;
    color:#000
}

.c1 {
    background: #EAEFFC;
    border: 1px solid #d7e0f2;
}

.c2 {
    background: #e8f4f6;
    border: 1px solid #e2f6fa;
}

.c3 {
    background: #f9f4e3;
    border: 1px solid #fbf4dc;
}

.c4 {
    background: #e8f9e8;
    border: 1px solid #d8f9d8;
}

.c5 {
    background: #f7eae4;
    border: 1px solid #fae6dc;
}

.c6 {
    background: #e9ecf4;
    border: 1px solid #dae0f0;
}

.testimonial-author {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin: 7px 0 11px;
}

.testimonial-box img {
    width: 52px;
    border-radius: 50%;
    border: 3px solid #FFF;
}

.testimonial-box h4 {
    font-family: var(--font-default);
    font-size: 17px;
    font-weight: 500;
}

.testimonial-box p {
    line-height: 24px;
    margin: 0;
    font-size: 15px;
    min-height: 136px;
}

.testimonial-box ul {
    position: absolute;
    right: 15px;
    top: 15px;

}

.rating-stars {
    display: flex;
    gap: 5px;
}

.rating-stars li svg {
    width: 17px;
    height: 17px;
    fill: #CCC;
}

.rating-stars li.filled svg {
    fill: #FFC107;
}

.google-review {
    display: flex;
    margin: 15px 0 0;
    gap: 7px;
    justify-content: center;
    font-weight: 400;
}

.google-review img {
    border: none;
    border-radius: 0px;
    width: 20px !important;
    margin: 0;
}

.testimonials-carousel {
    padding-left: 15%;
    padding-right: 15%;
    box-sizing: border-box;
    overflow: hidden;
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0deg 0% 100%) 3%, hsl(0deg 0% 100%) 97%, hsl(0 0% 0% / 0));
}

.testimonials-carousel .swiper-slide {
    box-sizing: border-box;
}

.google-review-link {
    display: inline-flex;
    align-content: center;
    margin: 30px 0 0;
    gap: 10px;
    color: #FFF;
}

.google-review-link span {
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
}

.google-review-link img {
    width: 28px;
    position: relative;
    top: -1px;
}

.verified-reviews {
    font-size: 10px;
    font-weight: 600;
    line-height: 21px;
}
/*Testimoanils Section ends*/

/*Partner Companies*/
.partner-companies img
{
    border-radius: 8px;
    padding: 6px 20px;
    background: #FFF;
}
/*Partner Companies ends*/

/*Footer*/
footer
{
    background: var(--color-secondary);
    padding: 80px 0 50px;
    position: relative;
}
.caption-xl-style-1
{
    font-size: 50px;
}

.footer-socialmedia-links {
    display: flex;
    gap: 25px;
    margin: 30px 0 30px;
}


.footer-socialmedia-links li a svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
    transition: .3s all;
}

.footer-socialmedia-links li a:hover svg {
    fill: var(--color-primary);
    transition: .3s all;
}
.quick-links {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.quick-links li a:hover {
    color: var(--color-primary);
}



.footer-address {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-address li {
    display: flex;
    align-items: flex-start;
    /* Align icon with the first line of text */
    gap: 10px;
    line-height: 24px;
}

.footer-address li a {
    display: block;
}

.footer-address li svg {
    width: 21px;
    height: 22px;
    fill: var(--color-primary);
    flex-shrink: 0;
    margin: 3px 0 0;
}
.footer-bg-logo
{
    fill: var(--color-primary);
    position: absolute;
    right: 50px;
    bottom: -90px;
    width: 500px;
    height: 500px;
}

.footer-base-links {
    display: flex;
    justify-content: flex-end;
    gap: 23px;
}
footer hr {
    border: 1px dashed #FFF;
    margin: 60px 0 0px;
}
/*Footer ends*/


/*Partner Companies New*/
.partner-company-box
{
    border: 1px solid #FFF;
    margin: 0 0 30px;
    padding: 15px;
    border-radius: 30px;
}
.partner-company-box img
{
    border-radius: 20px;
}
.partner-company-box h2
{
    margin: 13px 0px 5px;
    font-size: 23px;
}
/*Partner Companies New ends/*


/*About us page*/
.vision-section
{
    background: #efefef;
    padding: 70px 0;
    color: #000;
}
.vision-bx
{
    position: relative;
    padding: 0 0 0 130px;
}
.vision-bx img
{
    position: absolute;
    left: 0;
    top: 0;
}
/*About us page ends*/

.contact-info-box {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.contact-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2b2b2b;
}

.contact-info-box a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

.contact-info-box a:hover {
  text-decoration: underline;
}

.contact-info-box svg.icon {
  width: 20px;
  height: 20px;
  fill: var(--color-primary);
  flex-shrink: 0;
}

.contact-social-media {
  list-style: none;
  padding-left: 0;
  gap: 12px;
}

.contact-social-media li {
  display: inline-block;
}

.contact-social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact-social-media a:hover {
  background-color: var(--color-primary);
}

.contact-social-media .icon {
  width: 18px;
  height: 18px;
  fill: #475268;
  transition: fill 0.3s;
}

.contact-social-media a:hover .icon {
  fill: #fff;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
}


.enquiry-form::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 230px;
    height: 70px;
    background: #FFF;
}



/*Contact us page ends*/