/*Template: mTouch Labs Web Design & Digital Marketing Agency HTML5 Template
Author: Rajesh-Doot
File Description: Main CSS file of the template*/

/* Local Hoves font registration */
@import url('../css2-1');

@font-face {
    font-family: "Hoves";
    src: url("../webfonts/TTHoves-Regular.woff2") format("woff2"),
        url("../webfonts/TTHoves-Regular.woff") format("woff"),
        url("../webfonts/TTHoves-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.portfoli-padding {
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
}

/* Hero overlay should use Hoves for the two main texts */
.hero-overlay h1 {
    font-family: "Hoves", "Poppins", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.hero-overlay p {
    font-family: "Hoves", "Poppins", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

/*scrollbar theme - hidden but scrollable*/

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: transparent;
}

::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

/* Firefox scrollbar */
* {
    scrollbar-width: none;
}

.full_work_wrapper {
    margin: 0 10rem;
    position: relative;
}

.custom-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    z-index: 10;
    color: white;
    border: none;
    background-color: inherit;
}

.custom-next {
    position: absolute;
    right: -30px;
    top: 50%;
    z-index: 10;
    color: white;
    border: none;
    background-color: inherit;
}

::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 100px;
}

/*right click selection css*/
::-moz-selection {
    background: rgb(255 226 217 / 50%);
}

::selection {
    background: rgb(255 226 217 / 50%);
}

/*universal css*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    vertical-align: baseline;
}

.icon-bubble_img {
    display: flex;
    background-color: #f2f6ff;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    color: #52525d;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 19px;
    outline: none;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    color: #30303c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

a {
    color: #30303c;
    text-decoration: none;
    background-color: transparent;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: initial;
}

button:focus {
    outline: none !important;
}

.animation,
.ree-btn-grdt1,
.ree-btn-grdt1:hover,
.sticky,
.ree-header,
a.menu-links,
.dskt-logo,
.ree-btn-grdt2,
.half-blog-card,
.setps,
.whatsapp-bg,
.ree-btn,
a,
.ree-media-crd,
button,
.stats-box,
.img-hor,
.img-hover img,
.mini-header-bar {
    -webkit-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
    -o-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
    transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
}

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.text-light {
    font-weight: lighter;
}

.vcenter {
    align-items: center;
    align-self: center;
}

/**help css**/
.h1a {
    font-size: 50px;
    line-height: 62px;
    font-weight: bold;
    font-weight: 700;
}

h1.h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: bold;
    font-weight: 700;
}

h1 {
    font-size: 45px;
    line-height: 57px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}

h3 {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

h6 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
}

p {
    font-size: 18px;
    line-height: 28px;
}

.ptb130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.ree-card {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
}

.h-light {
    font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #30303c;
}

body .t-dark {
    color: #30303c;
}

/*margin top class*/
.mr5 {
    margin-right: 5px;
}

.m0 {
    margin: 0 !important;
}

html .mt0 {
    margin-top: 0px;
}

html .mt5 {
    margin-top: 5px;
}

html .mt10 {
    margin-top: 10px;
}

html .mt15 {
    margin-top: 15px;
}

html .mt20 {
    margin-top: 20px;
}

html .mt25 {
    margin-top: 25px;
}

html .mt30 {
    margin-top: 30px;
}

html .mt35 {
    margin-top: 35px;
}

html .mt40 {
    margin-top: 40px;
}

html .mt45 {
    margin-top: 45px;
}

html .mt50 {
    margin-top: 50px;
}

html .mt55 {
    margin-top: 55px;
}

html .mt60 {
    margin-top: 60px;
}

html .mt65 {
    margin-top: 65px;
}

html .mt70 {
    margin-top: 70px;
}

html .mt75 {
    margin-top: 75px;
}

html .mt80 {
    margin-top: 80px;
}

html .mt85 {
    margin-top: 85px;
}

html .mt90 {
    margin-top: 90px;
}

html .mt95 {
    margin-top: 95px;
}

html .mt100 {
    margin-top: 100px;
}

html .mt106 {
    margin-top: 105px;
}

html .mt110 {
    margin-top: 110px;
}

html .mt115 {
    margin-top: 115px;
}

html .mt120 {
    margin-top: 120px;
}

html .mt125 {
    margin-top: 125px;
}

html .mt130 {
    margin-top: 130px;
}

html .mt135 {
    margin-top: 135px;
}

html .mt140 {
    margin-top: 140px;
}

html .mt145 {
    margin-top: 145px;
}

html .mt150 {
    margin-top: 150px;
}

/*margin bottom class*/
html .mb0 {
    margin-bottom: 0px;
}

html .mb5 {
    margin-bottom: 5px;
}

html .mb10 {
    margin-bottom: 10px;
}

html .mb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

html .mb20 {
    margin-bottom: 20px;
}

html .mb25 {
    margin-bottom: 25px;
}

html .mb30 {
    margin-bottom: 30px;
}

html .mb35 {
    margin-bottom: 35px;
}

html .mb40 {
    margin-bottom: 40px;
}

html .mb45 {
    margin-bottom: 45px;
}

html .mb50 {
    margin-bottom: 50px;
}

html .mb55 {
    margin-bottom: 55px;
}

html .mb60 {
    margin-bottom: 60px;
}

html .mb65 {
    margin-bottom: 65px;
}

html .mb70 {
    margin-bottom: 70px;
}

html .mb75 {
    margin-bottom: 75px;
}

html .mb80 {
    margin-bottom: 80px;
}

html .mb85 {
    margin-bottom: 85px;
}

html .mb90 {
    margin-bottom: 90px;
}

html .mb95 {
    margin-bottom: 95px;
}

html .mb100 {
    margin-bottom: 100px;
}

html .mb105 {
    margin-bottom: 105px;
}

html .mb110 {
    margin-bottom: 110px;
}

html .mb115 {
    margin-bottom: 115px;
}

html .mb120 {
    margin-bottom: 120px;
}

html .mb125 {
    margin-bottom: 125px;
}

html .mb130 {
    margin-bottom: 130px;
}

html .mb135 {
    margin-bottom: 135px;
}

html .mb140 {
    margin-bottom: 140px;
}

html .mb145 {
    margin-bottom: 145px;
}

html .mb150 {
    margin-bottom: 150px;
}

/*margin left class*/
html .ml5 {
    margin-left: 5px;
}

html .ml10 {
    margin-left: 10px;
}

html .ml15 {
    margin-left: 15px;
}

html .ml20 {
    margin-left: 20px;
}

html .ml25 {
    margin-left: 25px;
}

html .ml30 {
    margin-left: 30px;
}

html .ml35 {
    margin-left: 35px;
}

html .ml40 {
    margin-left: 40px;
}

html .ml45 {
    margin-left: 45px;
}

html .ml50 {
    margin-left: 50px;
}

/*margin right class*/
html .mr5 {
    margin-right: 5px;
}

html .mr10 {
    margin-right: 10px;
}

html .mr15 {
    margin-right: 15px;
}

html .mr20 {
    margin-right: 20px;
}

html .mr25 {
    margin-right: 25px;
}

html .mr30 {
    margin-right: 30px;
}

html .mr35 {
    margin-right: 35px;
}

html .mr40 {
    margin-right: 40px;
}

html .mr45 {
    margin-right: 45px;
}

html .mr50 {
    margin-right: 50px;
}

/*padding top class*/
html .pt0 {
    padding-top: 0px;
}

html .pt5 {
    padding-top: 5px;
}

html .pt10 {
    padding-top: 10px;
}

html .pt15 {
    padding-top: 15px;
}

html .pt20 {
    padding-top: 20px;
}

html .pt25 {
    padding-top: 25px;
}

html .pt30 {
    padding-top: 30px;
}

html .pt35 {
    padding-top: 35px;
}

html .pt40 {
    padding-top: 40px;
}

html .pt45 {
    padding-top: 45px;
}

html .pt50 {
    padding-top: 50px;
}

html .pt55 {
    padding-top: 55px;
}

html .pt60 {
    padding-top: 60px;
}

html .pt65 {
    padding-top: 65px;
}

html .pt70 {
    padding-top: 70px;
}

html .pt75 {
    padding-top: 75px;
}

html .pt80 {
    padding-top: 80px;
}

html .pt85 {
    padding-top: 85px;
}

html .pt90 {
    padding-top: 90px;
}

html .pt95 {
    padding-top: 95px;
}

html .pt100 {
    padding-top: 100px;
}

html .pt105 {
    padding-top: 105px;
}

html .pt110 {
    padding-top: 110px;
}

html .pt115 {
    padding-top: 115px;
}

html .pt120 {
    padding-top: 120px;
}

html .pt125 {
    padding-top: 125px;
}

html .pt130 {
    padding-top: 130px;
}

html .pt135 {
    padding-top: 135px;
}

html .pt140 {
    padding-top: 140px;
}

html .pt145 {
    padding-top: 145px;
}

html .pt150 {
    padding-top: 150px;
}

/*padding bottom class*/
html .pb0 {
    padding-bottom: 0px;
}

html .pb5 {
    padding-bottom: 5px;
}

html .pb10 {
    padding-bottom: 10px;
}

html .pb15 {
    padding-bottom: 15px;
}

html .pb20 {
    padding-bottom: 20px;
}

html .pb25 {
    padding-bottom: 25px;
}

html .pb30 {
    padding-bottom: 30px;
}

html .pb35 {
    padding-bottom: 35px;
}

html .pb40 {
    padding-bottom: 40px;
}

html .pb45 {
    padding-bottom: 45px;
}

html .pb50 {
    padding-bottom: 50px;
}

html .pb55 {
    padding-bottom: 55px;
}

html .pb60 {
    padding-bottom: 60px;
}

html .pb65 {
    padding-bottom: 65px;
}

html .pb70 {
    padding-bottom: 70px;
}

html .pb75 {
    padding-bottom: 75px;
}

html .pb80 {
    padding-bottom: 80px;
}

html .pb85 {
    padding-bottom: 85px;
}

html .pb90 {
    padding-bottom: 90px;
}

html .pb95 {
    padding-bottom: 95px;
}

html .pb100 {
    padding-bottom: 100px;
}

html .pb105 {
    padding-bottom: 105px;
}

html .pb110 {
    padding-bottom: 110px;
}

html .pb115 {
    padding-bottom: 115px;
}

html .pb120 {
    padding-bottom: 120px;
}

html .pb125 {
    padding-bottom: 125px;
}

html .pb130 {
    padding-bottom: 130px;
}

html .pb135 {
    padding-bottom: 135px;
}

html .pb140 {
    padding-bottom: 140px;
}

html .pb145 {
    padding-bottom: 145px;
}

html .pb150 {
    padding-bottom: 150px;
}

.sec-pad {
    padding-top: 120px;
    padding-bottom: 120px;
}

.shadows {
    -webkit-box-shadow: 0 19px 40px -10px #ffe0d2;
    box-shadow: 0 19px 40px -10px #ffe0d2;
}

.no-shadows {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.height-f {
    height: 100vh;
}

/*bg classes*/
body .r-bg-x {
    background: #fff;
}

body .r-bg-a {
    background: #dfecff;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body .r-bg-b {
    background: #2f91f8;
}

body .r-bg-c {
    background: #deecff;
}

body .r-bg-d {
    background: #dfecff;
}

body .r-bg-e {
    background: #5a428e;
}

body .r-bg-f {
    background: rgba(0, 28, 127, 1);
}

.ree-text1 {
    background: #2f91f8;
    border-radius: 4px;
    padding: 0 4px;
    color: #fff;
}

/*for font highlights*/
.ree-text,
.rt40,
.rt60 {
    position: relative;
    z-index: 5;
}

.rt40:after {
    bottom: 10px;
}

.rt45:after {
    bottom: 13px;
}

.rt60:after {
    bottom: 18px;
}

/* .ree-text {
    color: #ff5733; 
  } */

/* .rt45 {
    color: #ff5733;
    font-size: 24px;
    line-height: 34px;
  } */

.ct-sol-img,
.sol-img,
.sol-image {
    border-radius: 14px;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}

.roww {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.underline {
    text-decoration: underline;
}

/*button css*/
.fb-bigon {
    font-size: 20px;
    margin-right: 8px;
}

.whatsapp-bg {
    background: #4ee464;
    border: 1px solid #4ee464;
    -webkit-box-shadow: 0 19px 40px -10px rgb(78 228 100 / 30%);
    box-shadow: 0 19px 40px -10px rgb(78 228 100 / 30%);
}

.ree-btn.whatsapp-bg:hover {
    background: #fff;
    color: #110a32;
    border: 1px solid #110a32;
}

.ree-btn0 {
    line-height: 38px !important;
}

.ree-btn:hover {
    color: #fff;
}

.ree-btn2 {
    font-size: 18px;
    color: #fff;
    border-radius: 14px;
    display: inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.ree-btn {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-radius: 100px;
    padding: 3px 30px;
    display: inline-block;
    line-height: 40px;
    white-space: nowrap;
}

.ree-btn:hover {
    color: #2f91f8;
    border: 2px solid #2f91f8;
    background-color: #fff;
}

.ree-btn-round {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 0;
}

.ree-btn-grdt1:hover {
    background: #fff;
    color: #2f91f8;
    border: 1px solid #2f91f8;
}

.ree-btn-grdt1 {
    border: 1px solid #2f91f8;
    background: #2f91f8;
    margin-right: 0px;
}

.ree-btn-grdt2:hover {
    background: #fff;
    border: 1px solid #2f91f8;
}

.ree-btn-grdt2 {
    color: #2f91f8;
    background-color: #fff;
    border: 1px solid #2f91f8;
}

.ree-btn-grdt2:hover {
    color: #fff;
    background-color: #2f91f8;
    border: 1px solid #2f91f8;
}

.btn-sets {
    display: flex;
}

.vid-btntitl {
    display: flex;
}

.vide-btntitl {
    margin-left: 10px;
}

/*header*/
.ree-header.sticky .dskt-logo {
    float: left;
    line-height: 70px;
}

.ree-header.sticky {
    background: rgb(0, 0, 0);
    height: 120px;
    z-index: 100;
}

.ree-header.sticky1 {
    background: rgb(0, 0, 0) !important;
}

/* Glassy effect only for homepage */
.home-page .ree-header.sticky {
    background: rgba(0, 0, 0, 0.25) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home-page .ree-header.sticky1 {
    background: rgba(0, 0, 0, 0.25) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
}

.ree-header .sticky {
    color: black;
}

.ree-header .sticky1 .top-header {
    color: white !important;
}

.ree-header.sticky .ree-btn,
.ree-header.sticky .ree-btn-grdt1 {
    box-shadow: none;
}

.ree-header {
    /* padding: 0 20px; */
    height: 85px;
    z-index: 9995;
    background: rgb(0, 0, 0);
}

/* Glassy effect only for homepage */
.home-page .ree-header {
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* .menu_parent {
   background: rgba(0, 0, 0, 0.25); 
    -webkit-backdrop-filter: blur(10px); 
     backdrop-filter: blur(10px); 
} */

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    font-family: 'Inter', sans-serif;

}

.request_btn {
    background: linear-gradient(135deg, rgb(0, 210, 230), rgb(0, 128, 255));
    ;
    color: #fff;
    border: none;
    padding: 13px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50px;
}

.dskt-logo {
    float: left;
    line-height: 85px;
}

.dskt-logo .nav-brand img {
    max-height: 50px;
}

/*menu links active*/
li.megamenu a.active,
li.megamenu1 a.active {
    color: #2f91f8 !important;
}

.active_parent>a {
    color: #2f91f8 !important;
}

.menu-links {
    color: #2f91f8;
}

.ree-nav .nav-list li a.menu-links {
    font-size: 14px;
    /* color: hsl(213, 69%, 10%); */
    color: white !important;
    font-weight: 400;
    padding: 10px;
    /* line-height: 55px; */
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.ree-nav .nav-list li a.menu-links:hover {
    color: #3e8cfb !important;
}

/* Border bottom animation from center */
.ree-nav .nav-list li a.menu-links::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3e8cfb;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.ree-nav .nav-list li a.menu-links:hover::before {
    width: 100%;
}

/* Active state for navigation links when on child pages */
.ree-nav .nav-list li a.menu-links.nav-active {
    color: #3e8cfb !important;
    font-weight: 700;
}

/* Add underline or other visual indicator for active state */
/* .ree-nav .nav-list li a.menu-links.nav-active::after { */
/* content: ""; */
/* position: absolute; */
/* bottom: 0; */
/* left: 40%; */
/* width: 90px; */
/* height: 2px; */
/* background-color: #3e8cfb; */
/* transform: translateX(-50%); */
/* } */
/* .ree-nav .nav-list li a.menu-links.nav-active::after { */
/* content: ''; */
/* position: absolute; */
/* bottom: 0; */
/* left: 50%; */
/* width: 30px; */
/* height: 2px; */
/* background-color: #3E8CFB; */
/* transform: translateX(-50%); */
/* } */

/* Active state for sticky header */
.sticky .ree-nav .nav-list li a.menu-links.nav-active {
    color: #3e8cfb !important;
    font-weight: 700;
}

/* Active state for different header themes */
.header-dark .ree-nav .nav-list li a.menu-links.nav-active {
    color: #3e8cfb !important;
    font-weight: 700;
}

.header-dark.sticky .ree-nav .nav-list li a.menu-links.nav-active {
    color: #3e8cfb !important;
    font-weight: 700;
}

/* Active state for dropdown menu links (current page) */
.menu-dropdown a.page-active,
.quick-links a.page-active {
    color: #3e8cfb !important;
    font-weight: 600 !important;
    /* background-color: rgba(62, 140, 251, 0.1); */
    border-radius: 4px;
    padding: 2px 6px;
}

/* Hover state for active dropdown links */
.menu-dropdown a.page-active:hover,
.quick-links a.page-active:hover {
    background-color: rgba(62, 140, 251, 0.15);
    color: #3e8cfb !important;

}

/* .sticky1 .ree-nav .nav-list li a.menu-links { */
/* color: white !important; */
/* } */
.ree-nav .nav-list li {
    display: inline-flex;
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    width: inherit;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
}

/*home-hero-a*/
.home-hero-a {
    position: relative;
    height: 100vh;
    align-items: center;
    display: grid;
}

.hero-brand-block {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
}

.hero-content-a>p {
    font-size: 21px;
    line-height: 31px;
}

/*home-about*/
.fa-btn {
    font-size: 11px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
}

.sub-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: block;
    color: #2f91f8;
    text-transform: uppercase;
}

.company-budges {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.img-budges {
    padding: 0 20px;
    width: 33.333%;
    text-align: center;
}

.company-stats {
    padding-left: 5%;
}

.stats-box h3 {
    font-size: 40px;
    font-weight: 700;
}

.stats-box p {
    font-size: 18px;
}

.stats-box:hover {
    -webkit-box-shadow: 0 10px 15px 0px rgb(241 99 52 / 10%);
    box-shadow: 0 10px 15px 0px rgb(241 99 52 / 10%);
}

.stats-box {
    border-radius: 14px;
    padding: 40px 30px;
    min-height: 320px;
    background-color: #fff;
}

/*home servies*/
.home-services .ree-card {
    min-height: 330px;
    background-color: #fff;
}

.ree-card {
    background: #fff;
    position: relative;
    place-items: start;
    display: grid;
    height: 400px;
    border-radius: 14px;
    padding: 40px 30px;
    -webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
}

.custom_ree_card {
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
    padding: 40px 30px;
    -webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
    background: #fff;
    border-radius: 10px;
    height: 400px;
}

.light-grdnt {
    background: linear-gradient(180deg, #fff5f9 50%, #f2fcff 100%);
}

.ree-card-img {
    background: #fff;
    box-shadow: 0 15px 30px -10px rgb(0 0 0 / 14%);
    padding: 15px;
    border-radius: 14px;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -30px;
    left: 30px;
}

.ree-card-img img {
    width: 100%;
}

.ree-card-content h3 {
    font-size: 28px;
    line-height: 38px;
}

.ree-card-link {
    display: block;
    color: #110a32;
    font-size: 18px;
}

.ree-card-link:hover {
    color: #2f91f8;
}

/*cta block*/
.cta-heading-wide-bt {
    display: inline-flex;
    align-items: center;
}

.cta-heading-wide-bt h3 {
    margin-right: 20px;
}

.ctablock {
    padding: 50px;
    border-radius: 14px;
    overflow: hidden;
}

.cta-block-a {
    background: #fff;
}

/*home portfolio*/
.home-portfolio {
    background: #ecf4fa;
}

.full-work-block:hover .owl-nav button {
    opacity: 1;
}

.full-work-block .owl-nav button {
    width: 40px;
    height: 50px;
    background: #ffffff !important;
    border-radius: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #2f91f8 !important;
}

.full-work-block .owl-nav .owl-prev {
    left: 5px;
}

.full-work-block .owl-nav .owl-next {
    right: 5px;
}

.link-sol-header {
    text-align: right;
}

.fwb-main {
    padding: 50px 70px;
    border-radius: 14px;
    background: #0c1c32;
}

.work-thumbnails {
    text-align: center;
    align-items: flex-end;
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid #fff;
}

.work-thumbnails img {
    margin: 0 auto;
}

.full-work-block .owl-stage-outer {
    border-radius: 14px;
    overflow: hidden;
}

.work-details {
    padding: 30px 20px;
}

.fwb-main-x {
    background: #fff;
    border-radius: 14px;
    height: 410px;
}

.fwb-main-x:hover {
    box-shadow: 0 10px 15px 0 rgba(255, 255, 255, 0.2),
        0 4px 6px rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

/*tab css*/

.tab-17.tabs-layout .nav-tabs .nav-link.active {
    color: #2f91f8;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #2f91f8;
}

.tab-17.tabs-layout .nav-tabs .nav-link {
    font-weight: 600;
    border: 0px solid transparent;
    color: #110a32;
    background-color: transparent;
    border-radius: 0;
    padding: 15px;
    border-bottom: 0px solid #f6f6f7;
}

.tabs-layout .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00baff;
    border-color: #00baff;
    border-radius: 100px;
}

.tabs-layout .nav-tabs .nav-link {
    border: 0px solid transparent;
    color: #6a6a8e;
    background-color: #efefef;
    border-radius: 100px;
    padding: 10px 35px;
}

.tabs-layout .tab-content {
    padding: 30px 0 0px 0;
}

.iwt-content p {
    font-size: 16px;
    line-height: 26px;
}

/*home-technologies */
.home-technologies {
    background: #fff;
}

.icon-with-title {
    text-align: center;
    padding: 20px 0;
    background: #deecff;
    border-radius: 14px;
    margin-top: 30px;
}

.iwt-icon {
    padding: 0px 0 20px 0;
    min-height: 52px;
}

.iwt-icon img {
    width: 52px;
}

/*home review*/
.home-review-block {
    position: relative;
    background: #fff1e5;
}

.home-review-slider {
    text-align: center;
}

.home-review-slider .owl-dots {
    margin-top: 30px;
}

.review-slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.reviewers-img {
    border-radius: 100px;
    width: 140px;
    height: 140px;
    margin: 0px auto 20px;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0 10px 15px 0px rgb(0 3 23 / 20%);
}

.reviewers-img img {
    border-radius: 100px;
    width: 100%;
}

.play-vid-review {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #2f91f8;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow: 0 10px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0 10px 15px 0px rgb(0 3 23 / 20%);
}

/*partners logo*/
.home-partners-block .brand-logo img {
    max-width: 120px;
}

.clients-logos ul li {
    display: inline-block;
    padding: 30px 5px 0 5px;
}

.clients-logos ul li p {
    font-size: 16px;
    padding-top: 0.5em;
    letter-spacing: 0px;
}

.brand-logo {
    max-width: 220px;
    margin: 0 auto;
    padding: 10px;
}

/*home blogs*/
.half-bg-ree {
    position: relative;
}

.half-bg-ree:before {
    content: "";
    background: #0c1c32;
    position: absolute;
    height: 520px;
    right: 0;
    left: 0;
    top: 0;
    background-size: auto;
    background-repeat: repeat;
}

.half-blog-card {
    border-radius: 14px;
    overflow: hidden;
    border: 5px solid #ffffff;
    border-bottom: 0;
    background: #fff;
    height: 680px;
    -webkit-box-shadow: 0 10px 15px 0px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 15px 0px rgb(0 0 0 / 7%);
}

@media (max-width: 1024px) {
    .half-blog-card {
        height: 900px !important;
    }

    .industries-title,
    .technologies-container h3 {
        font-size: 27px !important;
    }
}

@media (max-width: 768px) {
    .ree-header.sticky {
        /* background: rgb(0, 0, 0); */
        /* height: 100px; */
        /* z-index: 100; */
    }

    .half-blog-card {
        height: 600px !important;
    }

    .contact-flag-hover {
        border-radius: 70% !important;
        padding: 0.5rem 0rem !important;
    }
}

@media (max-width: 500px) {
    .half-blog-card {
        height: 700px !important;
    }
}

@media (max-width: 400px) {
    .half-blog-card {
        height: 750px !important;
    }

    .Home-faq-toggle {
        padding: 0px 10px;
    }
}

@media (max-width: 320px) {
    .half-blog-card {
        height: 850px !important;
    }
}

.half-blog-img {
    height: 280px;
}

.half-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

.half-blog-content {
    padding: 20px;
    background: #fff;
}

.half-blog-content h3 {
    font-size: 28px;
    line-height: 38px;
}

.blog-quick-inf {
    font-weight: 300;
    font-size: 17px;
}

.blog-quick-inf span+span {
    margin-left: 15px;
}

.half-blog-content h4 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

/*cta email subsc*/
.cta-bg-img {
    position: relative;
    right: -54px;
    bottom: -50px;
}

.cta-block-b {
    background: #fff;
}

.email-subs-form input {
    width: 100%;
    height: 65px;
    padding: 0px 175px 0px 30px;
    margin: 0px 0 0px 0;
    color: #172b43;
    font-size: 18px;
    outline: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.email-subs-form {
    position: relative;
}

/*home contact*/
.home-contact-block {
    color: #fff;
    padding-top: 155px;
}

.review-text p::before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: bold;
    margin: 0 8px 0 0;
    color: #2f91f8;
}

.review-text p::after {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: bold;
    /* use this*/
    margin: 0 0px 0 8px;
    color: #2f91f8;
}

.col-right-a {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-right-b {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.home-contact {
    margin-top: 155px;
    position: relative;
    background-size: contain;
}

.home-contact:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.85;
    right: 0;
    left: 0;
    z-index: 0;
    background: #2f91f8;
}

.contact-infos {
    display: flex;
}

.c-infot+.c-infot {
    margin-left: 15px;
}

.c-infot {
    width: 40%;
}

.c-infot span {
    display: block;
    font-weight: 300;
    margin: 0 0 10px 0;
    font-size: 17px;
    letter-spacing: 1px;
}

.c-infot a i {
    margin: 0 10px 0 0;
}

.c-infot a {
    display: inline-flex;
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    width: 100%;
}

.live-review- span {
    display: block;
    font-weight: 300;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    font-size: 17px;
}

.live-review- a {
    display: inline-block;
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    width: 32%;
    margin: 0 5px 0 0;
}

.livrve {
    display: flex;
}

.live-review- a img {
    max-width: 100%;
}

/*form css*/
.label-f-form {
    font-size: 16px;
    line-height: 25px;
}

.form-block input,
.form-block select {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    margin: 0px 0 15px 0;
    color: #172b43;
    font-size: 17px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
}

.form-block textarea {
    height: 100px;
    width: 100%;
    padding: 15px;
    margin: 0px 0 15px 0;
    color: #172b43;
    font-size: 18px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.form-block p.trm {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
}

.form-block input:focus,
.form-block textarea:focus {
    border-bottom: 2px solid #2f91f8;
}

.form-block p.trm i {
    padding: 5px 5px 0 0;
}

.form-body {
    padding: 0px 40px 40px 40px;
}

.form-head {
    padding: 40px 40px;
}

.fourc-up-a {
    margin: -150px 0 0 0;
}

.fourc-up-b {
    margin: -150px 0 0 0;
}

.form-block {
    border-radius: 14px;
    overflow: hidden;
    background: #deecff;
    -webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
}

body .bg-w {
    background: #fff;
}

/* home locations*/
.location-home {
    padding-top: 60px;
    background: #ffff;
}

.location-block- {
    padding: 0 5%;
}

.loc-icon-nam {
    display: inline-flex;
    align-items: center;
}

.loc-icon-nam img {
    width: 42px;
}

.loc-icon-nam p {
    font-weight: bold;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    margin-left: 15px;
    color: #30303c;
}

.loc-contct a+a {
    padding-left: 10px;
}

.loc-contct a {
    padding-right: 10px;
    display: inline-block;
    font-size: 20px;
}

/*footer*/
.footer-a {
    background: #30303c;
}

.footer-ree-lg span.checked {
    color: #ffb100;
    font-size: 18px;
}

.footer-links-list li {
    display: flex;
    flex-direction: row;
    padding: 0 0 5px 0;
}

.footer-links-list li a {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}

.footer-head h5 {
    padding: 30px 0 20px 0;
    color: #adb7c5;
}

.footer-ree-lg h6 {
    color: #adb7c5;
    font-weight: 600;
}

.footer-rowset {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto auto auto auto;
}

.social-linkz a span i {
    font-size: 20px;
}

.social-linkz a span {
    width: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.ft-btn {
    text-align: right;
}

.footer-abt {
    border-top: 1px solid #353544;
    border-bottom: 1px solid #353544;
}

.ft-abt p,
.ft-copyright p,
.ft-copyright p a {
    font-size: 16px;
    line-height: 27px;
    color: #adb7c5;
}

.ft-copyright {
    padding: 15px 0;
}

.ft-r {
    text-align: right;
}

.ref-logo {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto auto auto;
    grid-gap: 15px;
}

.ref-logo a img {
    width: 120px;
}

/**/
.zup {
    position: relative;
}

/**contact page**/
.flx-end {
    align-items: flex-end;
    align-self: flex-end;
}

.contact-details {
    padding-top: 10px;
}

.contact-details-block {
    padding: 30px;
    border-radius: 14px;
    background: #fff;
}

.ree-row-set {
    align-items: center;
    display: flex;
    vertical-align: top;
    gap: 10px;
}

.ree-icon-set {
    display: inline-table;
    vertical-align: top;
}

.dtb-details span {
    margin: 0 0 15px 0;
    font-size: 17px;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
}

.dtb-icon i {
    font-size: 24px;
}

.dtb-details a {
    letter-spacing: 0.5px;
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.ree-details-set {
    width: calc(100% - 80px);
    padding-left: 20px;
    -ms-flex: 1;
    flex: 1;
}

.dtb-details a+a {
    margin-top: 10px;
}

.trust-logo-block ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.trust-logo-block li {
    width: 33.333%;
    margin: 10px 0;
    padding: 0 15px;
}

.trust-logo-block li img {
    width: 100%;
}

.img-round80 {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.icon-setss {
    display: flex;
    justify-content: space-between;
}

.icon-imgg img {
    width: 42px;
}

.icon-rows {
    padding: 0 0px;
}

.icon-txt p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
}

/**portfolio page**/
.portfolio-source {
    display: flow-root;
}

.port-ref-link img {
    width: 40px;
}

.port-ref-link a {
    display: block;
}

.port-ref-link a span {
    display: block;
    margin-top: 15px;
    font-size: 19px;
    line-height: 28px;
}

.port-ref-link {
    width: 20%;
    float: left;
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
}

.company-stats {
    display: flex;
}

.statsnum {
    width: 25%;
}

.statsnum span {
    font-size: 44px;
    color: #2f91f8;
    font-weight: 700;
}

.statsnum p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.portfolio-detls {
    position: relative;
    z-index: 9;
    margin-top: 50px;
}

.pdr-dtls {
    margin-left: 30px;
}

.pdl-dtls {
    margin-right: 30px;
}

#menu-linkicon {
    font-size: 11px;
    padding: 0 5px;
    transition: transform 0.3s ease;
}

.port-tags {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2f91f8;
}

.megamenu:hover #menu-linkicon {
    transform: rotate(180deg);
}

.port-title-main {
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;

    margin-bottom: 30px;
}

.port-links {
    display: block;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #52525d;
}

.item-logo {
    display: inline-block;
}

.portfolio-items .row+.row {
    margin-top: 120px;
}

/**start portfolio img hover effect**/
.hovr-scale-main .hovr-scale-base {
    border-radius: 14px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovr-scale-main:hover .hovr-scale-base {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}

.hovr-scale-main:hover .hovr-scale-base img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hovr-scale-main .hovr-scale-base,
.hovr-scale-base img {
    -webkit-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
    -o-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
    transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}

/**contact page**/

/*icon with content card*/
.ic-img img {
    width: 120px;
}

/*vertical tabs*/

.vrt-tabb.nav-pills .nav-link {
    border-radius: 14px;
    margin-bottom: 8px;
}

.vrt-tabb.nav-pills .nav-link+.nav-link {
    margin-top: 8px;
}

.end-to-end-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: stretch;
}

.vrt-tabb li {
    width: 100%;
}

.vrt-tabb .nav-link {
    width: 100%;
    display: block;
    padding: 20px;
    background: #fff;
}

.vrt-tabb .nav-link i {
    margin-right: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    color: #2f91f8;
    box-shadow: 0px 10px 10px hsl(18deg 100% 57% / 25%);
}

.vrt-tabb .nav-link.active,
.vrt-tabb .show>.nav-link {
    color: #2f91f8;
    background-color: #0c1c32;
}

.tab-bg {
    padding: 0px;
}

.vrt-tabb {
    padding-right: 100px;
}

.about-pag-head {
    position: relative;
    overflow: hidden;
}

.about-pag-head:after {
    content: "";
    position: absolute;
    right: -50rem;
    bottom: -60.625rem;
    width: 88.75rem;
    height: 88.75rem;
    border: 14.0625rem solid #dfecff;
    border-radius: 50%;
    z-index: -1;
}

.salesforce-hero-section {
    background-image: url("../images/images/salesforceimplementationservice.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 120px 20px 80px;
    position: relative;
    overflow: hidden;
    display: grid;
    align-items: center;
}

.sales-force-implementation_h1 {
    font-size: 60px;
    font-weight: 500;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .end-to-end-inner {
        display: flex;
        flex-direction: column;
    }

    .sales-force-implementation_h1 {
        font-size: 30px;
    }

    .salesforce-hero-section {
        min-height: 75vh;
    }
}

/**service page**/

.ul-list-icon li {
    font-size: 19px;
    line-height: 30px;
    text-indent: -18px;
    padding-left: 48px;
}

.ul-list-icon li+li {
    margin-top: 10px;
}

.service-page {
    text-align: center;
}

.ul-list-icon li i {
    margin-right: 10px;
}

.serv-page-head {
    position: relative;
}

.ree-media-sets {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
}

.ree-stat-icn {
    width: 80px;
    height: 80px;
    padding: 14px;
    border-radius: 100px;
    background: #2f91f8;
}

.countrr span {
    font-size: 35px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #110a32;
    margin-bottom: 8px;
    display: inline-block;
}

.round-bdr {
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.icon70 {
    width: 70px;
}

.services-blocks-set {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
    flex-wrap: wrap;
}

.servic-block-a {
    position: relative;
    width: 48%;
    margin-top: 30px;
    padding: 40px 30px;
    background: #fff;
    border-radius: 14px;
    -webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
}

.servic-block-a:hover .link-serv {
    opacity: 1;
}

.link-serv:hover {
    background: #2f91f8;
    color: #fff;
}

.link-serv {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #2f91f8;
    background: #0c1c32;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    font-size: 18px;
    /*opacity: 0;*/
}

.or {
    display: inline-block;
    padding: 0 10px;
}

.call-us {
    color: #2f91f8;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
}

.ree-why-sec p a,
.ree-why-sec p,
.ree-why-sec h4 {
    color: #110a32;
}

.ree-why-sec p {
    padding: 0 15%;
    font-size: 20px;
    font-weight: 600;
}

/*work process start*/
.setps {
    opacity: 0;
    font-size: 74px;
    font-weight: 700;
    position: absolute;
    right: 30px;
    top: 30px;
    font-family: "Roboto", sans-serif;
    color: #0c1c32;
    z-index: 9;
}

.process-block h4 {
    margin-bottom: 15px;
}

.process-content:hover .setps {
    opacity: 1;
}

.process-content {
    min-height: 330px;
    overflow: hidden;
}

.process-content:hover:after {
    width: 100%;
}

.process-content:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 4px;
    background: linear-gradient(270deg, #2f91f8 35%, #ffcd04 100%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

/*tech industry cate*/
.industry-workfor {
    background: #deecff;
    padding: 15px 20px;
    border-radius: 14px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.industry-workfor img {
    width: 55px;
}

.industry-workfor h6 {
    margin: 0 0 0 15px;
}

/**blog page**/
.ree-subs-from {
    margin-left: 20%;
}

.ree-subs-from form {
    position: relative;
}

.subs-input {
    width: 100%;
    height: 65px;
    padding: 0px 100px 0px 30px;
    margin: 0px 0 0px 0;
    color: #172b43;
    font-size: 18px;
    outline: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.subs-btn {
    width: max-content;
    position: absolute;
    top: 4px;
    right: 5px;
    border-radius: 8px 8px 8px 8px;
    padding: 0 30px;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
}

.ree-media-crd {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 14px;
    overflow: hidden;
    /* border: 5px solid #DEECFF; */
    height: 470px;
}

.ree-media-crd:hover {
    -webkit-box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
    box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
}

.rpl-contt {
    padding: 0px 20px 20px;
}

.rpl-img {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.tags a+a {
    margin-left: 10px;
}

.tags a {
    color: #8383a2;
    margin: 30px 0 20px 0;
    display: inline-block;
    font-size: 16px;
}

.fill-fixed {
    object-fit: cover;
    max-height: 100%;
    width: 100%;
    height: 300px;
}

.ul-list li {
    font-size: 19px;
    line-height: 45px;
    list-style-type: circle;
}

.ul-list {
    padding: 0 0 0 40px;
}

/*info bar*/
.info-bar {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.info-b-left a+a {
    margin-left: 10px;
}

.info-b-left a {
    color: #2f91f8;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
    margin-bottom: 15px;
}

.blog-details p,
.text {
    margin: 0 0 20px;
}

/*breadcrus*/
.breadcrus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.bread-active a {
    color: #2f91f8;
}

.center-btn {
    text-align: center;
    margin-top: 60px;
}

/*mobile nav refine*/
ul.bottom-nav li svg {
    fill: #110a32;
    display: inline-block;
    vertical-align: middle;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #efefef;
    border-radius: 0;
}

.hc-nav-original.hc-nav-1 {
    display: none;
}

#main-nav {
    display: none;
    text-transform: capitalize !important;
}

#main-nav li a {
    text-transform: capitalize !important;
}

ul.bottom-nav li svg {
    width: 22px;
    height: 22px;
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #110a32;
    border-left: 2px solid #110a32;
    transform-origin: center;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0,
.hc-offcanvas-nav .nav-content {
    max-height: 100vh;
    background: #fff;
}

body .hc-offcanvas-nav h2 {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    padding: 10px 17px !important;
    background: #2f91f8;
    margin: 0 !important;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    padding: 15px 17px;
    font-size: 15px;
    color: #110a32;
    z-index: 1;
    background: #0c1c32;
    border-radius: 0;
    transition: 0.05s background ease;
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
    padding-right: 55px;
    margin: 0;
    padding: 10px 10px;
}

.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
    width: 8px;
    height: 8px;
}

.hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 12px;
    right: 15px;
}

.hc-offcanvas-nav .nav-content {
    padding: 0;
}

.hc-offcanvas-nav .nav-item-link,
body.theme-carbon .hc-offcanvas-nav li.nav-close a,
body.theme-carbon .hc-offcanvas-nav .nav-back a {
    padding: 15px 17px;
    font-size: 16px;
    color: #110a32;
    z-index: 1;
    background: #fff;
    border-radius: 5px;
    transition: ease-out 0.16s;
    /* transition: .05s background ease; */
}

.mob-nav2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu2 .navm- {
    margin: 0px 0 0 15px;
}

.mob-nav2 li {
    position: relative;
}

.hc-nav-trigger {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 0px;
    z-index: 9980;
    width: 30px;
    min-height: 48px;
}

.mobile-menu2 {
    display: none;
}

/*pegination*/
ul.pagination {
    position: relative;
    background: #0c1c32;
    display: flex;
    padding: 10px 20px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
}

ul.pagination li {
    list-style: none;
    line-height: 50px;
    margin: 0 5px;
}

ul.pagination li.pageNumber {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

ul.pagination li a {
    display: block;
    text-decoration: none;
    color: #2f91f8;
    font-weight: 600;
    border-radius: 50%;
    font-size: 17px;
}

ul.pagination li.pageNumber:hover a,
ul.pagination li.pageNumber.active a {
    background: #2f91f8;
    color: #fff;
}

ul.pagination li:first-child {
    margin-right: 30px;
    font-weight: 700;
    font-size: 20px;
}

ul.pagination li:last-child {
    margin-left: 30px;
    font-weight: 700;
    font-size: 20px;
}

/**owl slider dot style**/
.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 2px;
    vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.owl-carousel .owl-dots .owl-dot:after,
.owl-carousel .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-transition: ease-out 0.16s;
    transition: ease-out 0.16s;
}

.owl-carousel .owl-dots .owl-dot:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    background: 0 0;
    border: 1px solid #2f91f8;
}

.owl-carousel .owl-dots .owl-dot:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
    background: #2f91f8;
    width: 10px;
    height: 10px;
}

.trust-review.owl-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 30px;
    text-align: right;
    background: #0c1c32;
    border-radius: 50px;
    height: auto;
    padding: 5px;
    width: fit-content;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 35%;
    /* top: 6%; */
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding-left: 0;
    /* margin-left: 0; */
    list-style: none;
    z-index: 9;
}

.carousel-indicators_two {
    bottom: -5px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0px;
    background-color: #fff;
}

.carousel-indicators_two {
    bottom: -15px;
}

.carousel-indicators_two li {
    background-color: #ddd;
    width: 16px;
    height: 16px;
}

.carousel-indicators_two .active {
    background-color: #2f91f8;
    width: 16px;
    height: 16px;
}

/**back to top**/
#scrollUp {
    bottom: 11%;
    right: 5px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    background: url(../images/icons/up-arrow.png), #2f91f8;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
}

/**bootstrap dropdown refine**/
.ree-nav .dropdown-menu {
    border: 0;
    border-top: 2px solid #2f91f8;
    -webkit-box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
    box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
}

.ree-nav .dropdown-item {
    display: block;
    width: 100%;
    padding: 15px 15px;
    clear: both;
    font-weight: 400;
    color: #110a32;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 17px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #333;
    border-color: #0c1c32;
    background-color: #0c1c32;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #333;
    background-color: #0c1c32;
    border-color: #0c1c32;
}

/**preloader css**/
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #ffffff;
}

.onloadpage .loader-div {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}

.on-img img {
    max-width: 120px;
}

/**portfolio details**/
.technolo-sec {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: auto auto auto;
    grid-gap: 30px 0;
    text-align: center;
}

.technolo-sec .icon-with-title {
    background: transparent;
    padding: 5px 0;
    margin-top: 0;
}

.arrow-li li:before {
    content: "\f00c";
}

.list-li li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
}

.list-li li {
    padding: 0 0px 12px 29px;
    position: relative;
    line-height: 22px;
    font-size: 16px;
}

/**Accordion**/
.collapsible-link::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

.collapsible-link::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

.ac-1 .card-header {
    padding: 10px 15px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.ac-1 .card-header h6 {
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
}

.ac-1 .card-header h6 a {
    position: relative;
}

.cards .card-header h6 a {
    position: relative;
    padding: 0 40px 0 0;
}

.typo-set {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    grid-gap: 100px;
}

.typo-head h2 {
    font-family: "Roboto", sans-serif;
    font-size: 80px;
    margin-bottom: 20px;
}

.typo-head p {
    font-family: "Roboto", sans-serif;
}

.typo-para h2 {
    font-family: "Roboto", sans-serif;
    font-size: 80px;
    margin-bottom: 20px;
}

.typo-para p {
    font-family: "Roboto", sans-serif;
}

.typo-set p span {
    display: block;
    color: #999;
}

.color-box1 {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin-right: 10px;
}

.cbx0 {
    background: #ee7326;
}

.cbx1 {
    background: #002178;
}

.cbx2 {
    background: #1a1717;
}

.cbx3 {
    background: #7c7c7c;
}

.cbx4 {
    background: #c49c5f;
}

.cbx5 {
    background: #201a11;
}

.cbx6 {
    background: #bd9d67;
}

.cbx7 {
    background: #dedede;
}

.cbx8 {
    background: #ef4e00;
}

.cbx9 {
    background: #1d1d1d;
}

.cbx10 {
    background: #393939;
}

.cbx11 {
    background: #711628;
}

.cbx12 {
    background: #dbcdb4;
}

.cbx13 {
    background: #000000;
}

.cbx14 {
    background: #9098b1;
}

.cbx15 {
    background: #fd506e;
}

.cbx16 {
    background: #ffffff;
}

.cbx17 {
    background: #666cba;
}

.cbx18 {
    background: #212429;
}

.cbx19 {
    background: #555555;
}

.cbx20 {
    background: #f5f5f5;
}

.cbx21 {
    background: #00a459;
}

.cbx22 {
    background: #af1105;
}

.cbx23 {
    background: #56ba48;
}

.cbx24 {
    background: #242321;
}

.cbx25 {
    background: #c4c4c4;
}

.cbx26 {
    background: #fc4c1b;
}

.cbx27 {
    background: #f7b634;
}

.cbx28 {
    background: #4c4c4c;
}

.cbx29 {
    background: #55b645;
}

.cbx30 {
    background: #ef5827;
}

.cbx31 {
    background: #faa831;
}

.cbx32 {
    background: #6e6e81;
}

.cbx33 {
    background: #95c33d;
}

.cbx34 {
    background: #f6871e;
}

.cbx35 {
    background: #37464d;
}

.cbx36 {
    background: #060606;
}

.cbx37 {
    background: #4b4b4b;
}

.cbx38 {
    background: #ec2127;
}

.cbx39 {
    background: #262b31;
}

.cbx40 {
    background: #4e4e4e;
}

.cbx41 {
    background: #892c56;
}

.cbx42 {
    background: #7abdc6;
}

.cbx43 {
    background: #ffc54a;
}

.cbx44 {
    background: #00a350;
}

.cbx45 {
    background: #8cc24a;
}

.cbx46 {
    background: #9d9d9d;
}

.cbx47 {
    background: #04031b;
}

.cbx48 {
    background: #979ca8;
}

.cbx49 {
    background: #ff824c;
}

.cbx50 {
    background: #96c277;
}

.cbx51 {
    background: #b1b6bc;
}

.cbx52 {
    background: #021631;
}

.cbx53 {
    background: #ff1044;
}

.cbx54 {
    background: #2effcd;
}

.cbx55 {
    background: #ff8282;
}

.cbx56 {
    background: #002845;
}

.cbx57 {
    background: #57575c;
}

.cbx58 {
    background: #213266;
}

.cbx59 {
    background: #d3e6f5;
}

.cbx60 {
    background: #444444;
}

.cbx61 {
    background: #ff9f00;
}

.cbx62 {
    background: #5ca40d;
}

.cbx63 {
    background: #3e3e3e;
}

.cbx64 {
    background: #959597;
}

.cbx65 {
    background: #fd5b86;
}

.cbx66 {
    background: #141414;
}

.cbx67 {
    background: #4f4f4f;
}

.cbx68 {
    background: #3b3b92;
}

.cbx69 {
    background: #333333;
}

.cbx70 {
    background: #2c3541;
}

.cbx71 {
    background: #ff9933;
}

.cbx72 {
    background: #636363;
}

.cbx73 {
    background: #445854;
}

.cbx74 {
    background: #f2c69a;
}

.cbx75 {
    background: #1f0f34;
}

.cbx76 {
    background: #82798c;
}

.cbx77 {
    background: #54215d;
}

.cbx78 {
    background: #efe690;
}

.cbx79 {
    background: #0f4c5c;
}

.cbx80 {
    background: #301860;
}

.cbx81 {
    background: #9f98ad;
}

.cbx82 {
    background: #0e549d;
}

.cbx83 {
    background: #f58634;
}

.cbx84 {
    background: #250747;
}

.cbx85 {
    background: #7a88b5;
}

.cbx86 {
    background: #154247;
}

.cbx87 {
    background: #af761d;
}

.cbx88 {
    background: #545454;
}

.cbx89 {
    background: #060910;
}

.cbx90 {
    background: #20293c;
}

.cbx91 {
    background: #d8a31a;
}

.cbx92 {
    background: #0f0b47;
}

.cbx93 {
    background: #505068;
}

.cbx94 {
    background: #2f91f8;
}

.cbx95 {
    background: #f7931e;
}

.cbx96 {
    background: #62b741;
}

.cbx97 {
    background: #666666;
}

.cbx98 {
    background: #d3db24;
}

.cbx99 {
    background: #7f8b1f;
}

.cbx100 {
    background: #f9ae41;
}

.cbx101 {
    background: #f5921e;
}

.cbx102 {
    background: #ec8808;
}

.cbx103 {
    background: #1abbba;
}

.cbx104 {
    background: #00993f;
}

.cbx105 {
    background: #0e3a91;
}

.cbx106 {
    background: #6262cc;
}

.cbx107 {
    background: #bbba66;
}

.cbx108 {
    background: #ffd700;
}

.cbx109 {
    background: #e53935;
}

.cbx110 {
    background: #040404;
}

.cbx111 {
    background: #faba50;
}

.cbx112 {
    background: #ffeacb;
}

.cbx113 {
    background: #1a1919;
}

.cbx114 {
    background: #2f2f2f;
}

.cbx115 {
    background: #ffcf61;
}

.cbx116 {
    background: #fcfcfc;
}

.cbx117 {
    background: #4285f4;
}

.cbx118 {
    background: #474646;
}

.cbx119 {
    background: #e5eef8;
}

.cbx120 {
    background: #fbbc05;
}

.cbx121 {
    background: #00a2ad;
}

.cbx122 {
    background: #134a56;
}

.cbx123 {
    background: #b976e5;
}

.cbx124 {
    background: #dedede;
}

.cbx125 {
    background: #ac134b;
}

.cbx126 {
    background: #e4953e;
}

.cbx127 {
    background: #ffffff;
}

.cbx128 {
    background: #fffcf0;
}

.cbx129 {
    background: #051a35;
}

.cbx130 {
    background: #f2f5f6;
}

.cbx131 {
    background: #ffffff;
}

.cbx132 {
    background: #b7b7b9;
}

.cbx133 {
    background: #d341fb;
}

.cbx134 {
    background: #6752a4;
}

.cbx135 {
    background: #101115;
}

.cbx136 {
    background: #fffaf4;
}

.cbx137 {
    background: #ff9914;
}

.cbx138 {
    background: #ff3b01;
}

.cbx139 {
    background: #808080;
}

.cbx140 {
    background: #ffd700;
}

.cbx141 {
    background: #111111;
}

.cbx142 {
    background: #8a8a8a;
}

.cbx143 {
    background: #485b97;
}

.color-detailss {
    padding-top: 10px;
}

.color-detailss p {
    color: #999;
}

/**out team page**/
.team-img {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 320px;
    transition: background 0.8s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ree-media-crd:hover .team-img {
    background-size: 500px;
    background-position: left center;
}

.ree-media-crd:hover .icons a {
    opacity: 1;
}

.icons a {
    color: #30303c;
    transition: opacity 1s;
    opacity: 0;
}

.icons {
    position: absolute;

    height: 160px;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

/**app development page**/
.hero-sec {
    position: relative;
    height: 100vh;
    align-items: center;
    display: grid;
}

.shape-dot-bg {
    width: 200px;
    height: 200px;
    background: #ffece4;
    border-radius: 100px;
    position: absolute;
    z-index: -0;
}

.uniq-points {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
    text-align: center;
}

.uniq-card {
    border-radius: 14px;
    padding: 20px 15px;
}

.uniq-card i {
    margin-bottom: 15px;
    font-size: 35px;
}

.uniq-card p {
    font-size: 18px;
    line-height: 28px;
}

.btn-sets2 {
    display: flex;
}

.uca {
    background: #e7e9ff;
    color: #838ae0;
}

.ucb {
    background: #ffefe8;
    color: #ec7c47;
}

.ucc {
    background: #fff7df;
    color: #8c8265;
}

.w-txt {
    color: #fff;
}

.key-and-award {
    margin-top: -150px;
}

.quick-key-points {
    background: #2f91f8;
    padding: 40px 60px;
    display: grid;
    grid-template-columns: auto 30%;
    grid-gap: 30px;
    border-radius: 14px;
}

.key-highlights {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    justify-content: space-between;
}

.key-highlt-b {
    color: #fff;
}

.key-highlt-b img {
    width: 65px;
}

.key-highlt-b h3 {
    margin: 15px 0 10px 0;
    color: #fff;
    font-size: 45px;
    line-height: 55px;
}

.our-app-d {
    text-align: left;
}

.ree-app-st-a {
    width: 40%;
}

.ree-app-st-b {
    width: 60%;
}

.agency-info-anim {
    display: flex;
    align-items: center;
}

.animated-logo {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.animated-logo .logo-anim {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 110px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.animated-logo .circle-anim {
    width: 159px;
    height: 159px;
    animation: rotation 14s infinite linear;
    position: relative;
}

@keyframes rotation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Know More Button */
.know-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    border: 2px solid #3b82f6;
    border-radius: 50px;
    color: rgba(47, 145, 248, 1);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}

.know-more-btn:hover {
    background: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
}

.know-more-btn svg {
    transition: transform 0.3s ease;
}

.know-more-btn:hover svg {
    transform: translateX(4px);
}

.mb60 {
    margin-bottom: 60px;
}

.app-awards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.award-achivt {
    text-align: center;
    padding: 0 15px;
    white-space: initial;
}

.award-achivt img {
    max-width: 100%;
    height: 130px;
    margin-bottom: 15px;
}

.award-achivt p {
    font-size: 14px;
    color: #52525d;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Styles for Awards Section */
@media (max-width: 1024px) {
    .app-awards {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }
}

@media (max-width: 768px) {
    .full_work_wrapper {
        margin: 0 2rem;
    }

    .know-more-btn {
        padding: 10px 24px;
        font-size: 14px;
    }

    .mb60 {
        margin-bottom: 40px;
    }

    .app-awards {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

    .award-achivt {
        padding: 0 10px;
    }

    .award-achivt img {
        margin-bottom: 12px;
    }

    .award-achivt p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .app-awards {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .know-more-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.footer-deg2 h5 {
    padding: 30px 0 20px 0;
    color: #adb7c5;
}

.footer-deg2 {
    color: #adb7c5;
}

.footer-deg2 p {
    font-size: 16px;
    line-height: 24px;
}

.bt-top {
    border-top: 1px solid #353544;
}

.footer_social {
    display: flex;
    align-items: center;
}

.footer_social li a {
    color: #adb7c5;
    font-size: 18px;
}

.footer_social li+li {
    margin-left: 15px;
}

.col-5s {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.owl-nv:hover .owl-nav button {
    opacity: 1;
}

.owl-nv .owl-nav button {
    width: 40px;
    height: 50px;
    background: #ffffff !important;
    border-radius: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #2f91f8 !important;
}

.owl-nv .owl-nav .owl-prev {
    left: 5px;
}

.owl-nv .owl-nav .owl-next {
    right: 5px;
}

.dot-c1 img {
    width: 100%;
}

.dot-c1 {
    width: 100px;
    height: 100px;
    border-radius: 14px;
    border: 0;
    overflow: hidden;
}

.dot-c1.active {
    position: relative;
}

.dot-c1.active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #2f91f8;
    left: 5px;
    top: 5px;
    border-radius: 50px;
}

/**pricing page**/
.header--btn {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
}

.price-table-heading ul {
    display: flow-root;
}

.price-table-heading ul li:first-child {
    width: 20%;
    background-color: #ffffff;
    border-radius: 14px 0px 0px 0px;
    color: #30303c;
}

.price-table-heading ul li {
    float: left;
    background-color: #fbc3a9;
    padding: 18px 25px;
    color: #30303c;
    width: 60%;
    font-size: 19px;
    font-weight: bold;
}

.price-table-heading ul li:last-child {
    width: 20%;
    background-color: #ffffff;
    text-align: center;
    border-radius: 0px 14px 0px 0px;
}

.price-table-ree ul li.heading {
    font-size: 22px;
    width: 20%;
    padding: 10px 25px;
    font-weight: bold;
    text-align: left;
    position: relative;
    color: #30303c;
    background: #ffffff;
    border-top: 1px solid #fbc3a9;
}

.price-ree li {
    padding: 10px 15px;
    display: table-cell;
    align-items: center;
    vertical-align: middle;
}

.price-table-ree li.content {
    width: 60%;
    font-weight: 400;
    padding: 30px 25px 30px 25px;
    color: #050748;
    background: #fff4f4;
    border-top: 1px solid #fbc3a9;
}

.price-table-ree ul li.price {
    font-size: 25px;
    font-weight: bold;
    width: 20%;
    text-align: center;
    justify-content: center;
    color: #050748;
    background: #ffffff;
    border-top: 1px solid #fbc3a9;
}

span.price-title {
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    width: 100%;
    display: block;
    margin: 0 0 8px 0px;
}

span.price-title {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    width: 100%;
    display: block;
    margin: 0 0 10px 0px;
}

.price-off {
    display: block;
    font-size: 16px;
    margin: 10px 0 0 0;
    text-decoration: line-through;
    color: #636363;
}

.br-bl {
    border-radius: 0 0 0 14px;
}

.br-br {
    border-radius: 0 0 14px 0;
}

.text-link {
    color: #2f91f8;
}

/**career page**/
.job-detail h4 {
    color: #2f91f8;
}

.career-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.career-detail p:last-child {
    font-weight: bold;
    text-align: right;
}

.career-detail p {
    font-size: 17px;
    list-style: 26px;
}

.job-titl p:first-child {
    font-size: 16px;
}

.career-detail+.career-detail {
    margin-top: 10px;
}

.job-titl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/**update 1.2 css***/
.loader-div span {
    display: block;
    margin: 20px 0 0 0;
}

.hero-content-a>p {
    font-size: 21px;
    line-height: 31px;
}

.uniq-card {
    border-radius: 14px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    text-align: left;
}

.uniq-card p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 12px;
}

.home-app {
    height: auto;
    min-height: 935px;
}

.megamenu>a::before {
    position: absolute;
    right: 1px;
    color: #000;
}

.megamenu1>a::before {
    position: absolute;
}

.mega-small {
    position: relative;
}

.mega-small .menu-block-set {
    display: inline-table;
    border: 0;
    border-top: 2px solid #2f91f8;
    -webkit-box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
    box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
    padding: 10px 0;
    border-radius: 0px 0px 14px 14px;
}

.ree-nav>ul.nav-list>li:hover .menu-dropdown {
    opacity: 1;
    top: 85px;
    pointer-events: auto;
}

.menu-dropdown {
    height: auto;
    left: 0;
    opacity: 0;
    pointer-events: none;
    top: 115px;
    z-index: 10;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.4s ease all;
    -moz-box-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.menu-block-set {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 4%);
    border-top: 2px solid #f3f3f3;
    width: 100%;
    padding: 40px 0;
    display: inline-block;
    background-color: #fff;
    margin-top: 20px;
}

.menu-dropdown p {
    font-size: 17px;
    line-height: 27px;
}

.menu-block-a {
    display: grid;
    grid-template-columns: 20% auto;
    grid-gap: 30px;
}

.menu-headings {
    position: relative;
    color: #2f91f8;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

/* .menu-headings:after { */
/* content: ""; */
/* display: block; */
/* width: 40px; */
/* height: 2px; */
/* background-color: #2f91f8; */
/* margin: 5px 0 0; */
/* } */

.menu-inner-block-a {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 30px;
}

.ree-nav ul .menu-li-link li {
    display: block;
    width: 100%;
}

.ree-nav ul .menu-li-link li+li {
    margin-top: 10px;
}

.menu-li-link li a {
    width: 100%;
    font-size: 16px;
    color: #777777;
    position: relative;
    line-height: 26px;
    font-weight: 500;
}

.menu-li-link li a:hover {
    color: #2f91f8;
}

.menu-extra-info {
    background: #dfecff;
    padding: 20px 0;
    border-bottom: 2px solid #2f91f8;
}

.ree-nav>ul>li.megamenu>div>div.menu-extra-info>div>div>ul>li a {
    font-size: 16px;
    color: #050748;
    padding-left: 10px;
}

.ree-nav>ul>li.megamenu>div>div.menu-extra-info>div>div>ul>li {
    display: inline-flex;
    align-items: center;
    width: 20%;
}

.menu-extra-info-inner ul {
    display: flex;
    grid-gap: 20px;
}

.menu-icon-ree {
    width: 45px;
}

.menu-icon-ree img {
    width: 35px;
}

.webiocon {
    text-align: center;
    background: #fff;
    color: #2f91f8;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    -webkit-box-shadow: 0 19px 40px -10px #ffa880;
    box-shadow: 0 10px 30px -6px #ffa880;
}

html body .bd-rds {
    border-radius: 14px;
}

.pera-block p+p {
    margin: 15px 0 0 0;
}

.pera-block h1,
.pera-block h2,
.pera-block h3,
.pera-block h4,
.pera-block h5,
.pera-block h6 {
    margin-bottom: 15px;
}

.d-ml50 {
    margin-left: 50px;
}

.shadow2 {
    -webkit-box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
    box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
}

.ucd {
    background-color: #ffe0e0;
    color: #2f91f8;
}

.ree-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    border-radius: 14px;
    border: 0;
    border-top: 2px solid #2f91f8;
    -webkit-box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
    box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
    -webkit-transition: 0.4s ease all;
    -moz-box-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition: 0.4s ease all;
    -moz-box-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.head-opacity {
    padding: 150px 0px 120px 0px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.head-opacity:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.85;
    right: 0;
    left: 0;
    z-index: 0;
    background: #ffffff;
}

/*case study*/
.item-filter {
    border-bottom: 1px solid #eaeaea;
}

.filter-bx .custom-select {
    border: 0px;
    height: 60px;
    outline: none;
    box-shadow: none;
}

.filter-bx {
    padding: 0px 20px;
    border-right: 1px solid #eaeaea;
    height: 60px;
    align-items: center;
    display: flex;
    max-width: 240px;
}

.filter-bx:last-child {
    border-right: 0;
}

.sub-heading2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #2f91f8;
    background: #0c1c32;
    display: inline-block;
    border-radius: 50px;
    padding: 2px 15px;
}

.item-author-infos {
    display: flex;
    align-items: center;
}

.itemcont a {
    color: #2f91f8;
    display: inline-block;
    padding-top: 4px;
}

.itemcont {
    margin-left: 40px;
}

.img-hover:hover .img-hor {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.img-hover:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.itemcont h5 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
}

.full-card--title {
    color: #fff;
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.full-card-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 14px 14px 0px 0px;
    z-index: 2;
    width: 100%;
}

.img-full-bgimg:after {
    content: "";
    background-image: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(-180deg,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-full-bgimg img {
    object-fit: cover;
    max-height: 100%;
    width: 100%;
    height: 550px;
}

.full-card-footer {
    padding: 30px 20px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    border-radius: 0 0 14px 14px;
}

.itmmlogo img {
    max-width: 130px;
}

.what-youget .stats-box img {
    width: 52px;
    margin-bottom: 30px;
}

.list-icon li {
    padding: 0 0px 12px 29px;
    position: relative;
    line-height: 27px;
    font-size: 17px;
}

.dottss .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.list-icon li+li {
    margin-top: 20px;
}

.list-icon li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
}

.list-check li:before {
    content: "\f00c";
    color: #4caf50;
    border-radius: 50px;
    border: 1px solid #4caf50;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 0px 0 0px;
}

.list-check li {
    padding: 0 0 0 45px;
}

.case-study-about {
    display: flex;
}

.csa-block+.csa-block {
    margin-left: 30px;
}

.numbers-feature {
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 20px;
}

.number-f h2 {
    text-align: center;
    font-size: 45px;
    line-height: 80px;
    color: #2f91f8;
    background: #dfecff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.quote-line::before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: bold;
    margin: 0 8px 0 0;
    color: #2f91f8;
}

.quote-line::after {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: bold;
    margin: 0 0px 0 8px;
    color: #2f91f8;
}

/**creative agency**/
.dark-deep .ree-header .sticky {
    background: rgb(0 0 0 / 60%) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.nav-list {
    display: flex;
}

/*dark mode*/
.header-dark .ree-nav .nav-list li a.menu-links {
    color: #fcfcfd;
}

/*Home page New */
.header-dark.sticky .ree-nav .nav-list li a.menu-links {
    color: #08182b;
}

.top-header.sticky .top-header li {
    color: #08182b;
}

.header-dark .l-dark {
    display: none;
}

.header-dark .l-white {
    display: block;
}

.header-dark.sticky .l-white {
    display: none;
}

.header-dark.sticky .top-header {
    color: #08182b;
}

.header-dark.sticky .l-dark {
    display: block;
}

.header-dark.sticky .ree-btn-grdt3 {
    background: #2f91f8;
    color: #ffffff;
    border: 1px solid #2f91f8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark-deep .header-dark .ree-nav .nav-list li a.menu-links {
    color: #fcfcfd;
}

.dark-deep .header-dark.sticky .ree-nav .nav-list li a.menu-links {
    color: #fcfcfd;
}

html .dark-bg h1 a,
.dark-bg h2 a,
.dark-bg h3 a,
.dark-bg h4 a,
.dark-bg h5 a,
.dark-bg h6 a {
    color: #fcfcfd;
}

html .dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
    color: #fcfcfd;
}

body .dark-bg p {
    color: #939db2;
}

body.dark-bg {
    color: #939db2;
}

body .home-creative-agency p {
    color: #fcfcfd;
}

.dark-deep .ree-btn,
.dark-deep .ree-btn2,
.dark-deep .ree-btn,
.dark-deep .ree-btn2 {
    box-shadow: none !important;
}

.dark-deep {
    background-color: #0b0b0f;
}

.dark-light-a {
    background: #131419;
}

.dark-bg .icon-with-title {
    background: #1b1c22;
}

.dark-bg .half-blog-content {
    background: #1b1c22;
}

.dark-bg .half-blog-card {
    border: 5px solid #1b1c22;
    background: #1b1c22;
}

.dark-bg label a {
    color: #2f91f8;
}

.dark-bg .custom-control-input:checked~.custom-control-label::before {
    color: #333;
    border-color: #2f91f8;
    background-color: #2f91f8;
}

.ree-btn-grdt3 {
    background: transparent;
    color: #fcfcfd;
    border: 1px solid #fcfcfd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-creative-agency:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.9) 100%);
    background-image: -o-linear-gradient(top,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(-180deg,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.9) 100%);
}

.home-creative-agency {
    background-size: cover;
    background-position: -2px 0px;
    height: 935px;
    width: calc(100% + 0px);
    position: relative;
}

.dark-bg .ree-text:after {
    background: #525252;
}

.creative-service {
    margin-top: -15vh;
}

.sevctxt h3 {
    font-size: 28px;
    line-height: 38px;
}

.work-thumbnail {
    text-align: center;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
}

.work-thumbnail img {
    width: 100%;
}

.creative-service .img-full-bgimg:after {
    background-image: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.35) 60%,
            rgba(0, 0, 0, 0.3) 100%);
    background-image: -o-linear-gradient(top,
            rgba(0, 0, 0, 0.35) 60%,
            rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(-180deg,
            rgba(0, 0, 0, 0.35) 60%,
            rgba(0, 0, 0, 0.3) 100%);
}

.creative-service .img-full-bgimg img {
    height: auto;
}

.bottom-tags a {
    color: #939db2;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    padding: 0 10px;
}

.bottom-tags {
    background: #12186d;
    position: relative;
    top: -4px;
    padding: 10px;
    display: block;
    border-radius: 0 0 14px 14px;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    width: 90%;
}

.counter-c-a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-ree {
    width: 100%;
    height: 50px;
    padding: 0px;
    margin: 0px 0 25px 0;
    color: #939db2;
    font-size: 17px;
    outline: none;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #585858;
    -webkit-border-radius: 4px;
    border-radius: 0;
    font-weight: 400;
    -webkit-appearance: none;
}

.form-blocks textarea {
    height: 100px;
}

.form-blocks input:focus,
.form-blocks textarea:focus {
    border-bottom: 2px solid #2f91f8;
}

.form-blocks::-webkit-input-placeholder {
    color: #939db2;
}

.form-blocks::-moz-placeholder {
    color: #939db2;
}

.form-blocks:-ms-input-placeholder {
    color: #939db2;
}

.form-blocks:-moz-placeholder {
    /* Firefox 18- */
    color: #939db2;
}

.form-blocks select option {
    padding: 10px;
    background-color: #141416;
    color: #939db2;
}

.our-map iframe {
    width: 100%;
    height: 150px;
    border-radius: 14px;
    border: 0;
}

.home-contact-blocks .c-infot {
    width: 50%;
}

.form-blocks {
    padding-left: 50px;
}

/*logo swipe*/
.l-white {
    display: none;
}

.dark-bg .l-white {
    display: block;
}

.dark-bg .l-dark {
    display: none;
}

/**contact us page 2**/
.contact-detalnk a {
    display: table;
    font-size: 20px;
    text-indent: -20px;
    line-height: 30px;
    padding-left: 40px;
}

.contact-detalnk i {
    margin-right: 15px;
}

.contact-detalnk a+a {
    margin-top: 20px;
}

.contact-detalnk a:hover span {
    box-shadow: inset 0px -30px #2f91f8;
    color: #fff;
}

.contact-detalnk a span {
    padding: 4px 6px;
    box-shadow: inset 0px -2px #2f91f8;
    transition: box-shadow 250ms ease, color 250ms ease;
}

.get-conct-2 .footer_social li a {
    color: #30303c;
    font-size: 20px;
}

.icon-block-ree {
    text-align: center;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 30px;
}

.icon-block-ree img {
    width: 80px;
    margin-bottom: 20px;
}

.icon-block-ree p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.icon-card-title {
    padding: 0 30px;
}

/**header-design-3**/
.head-dez3 {
    padding-top: 110px;
    position: relative;
    background: #0c1c32;
}

/**personal portfolio**/
.reebga {
    background: #fff2e2;
}

.reebgb {
    background: #feeae3;
}

.reebgc {
    background: #c8ebff;
}

.reebgd {
    background: #eee0f7;
}

.personal.footer_social {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0;
    margin-top: 30px;
}

.ref-links a {
    color: #adb7c5;
    padding: 0 15px;
}

.ref-links {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.freelancer .footer_social a {
    color: #30303c;
}

.home-hero-pp {
    display: flex;
    min-height: auto;
    align-items: center;
    background: #ffe0e0;
    padding-top: 140px;
    padding-bottom: 100px;
}

.hero-right-cnt .media {
    align-items: flex-start;
    padding-left: 80px;
}

.hero-right-cnt .media h4 {
    font-size: 35px;
    line-height: 45px;
}

.noise-bg-effct {
    background: #ffdfbd;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

.home-hero-pp .ree-stat-icn {
    padding: 18px;
    background: #fff;
}

/**logo design**/
.logo-design {
    background: #3c007d;
    padding-top: 140px;
    padding-bottom: 80px;
    color: #fff;
}

.logo-design h1 {
    color: #fff;
}

.logo-design .hero-content-a {
    padding-right: 80px;
}

.bg-perallx {
    min-height: 550px;
    background-repeat: no-repeat;
}

/**digital agency**/
.owlbg11 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.bg-opcty {
    position: relative;
    background-size: cover;
}

.dsbld {
    color: #c5c5c5 !important;
    cursor: not-allowed;
}

.ree-nav>ul.nav-list>li:hover .h-bhv {
    top: 115px;
}

.header-bhv {
    display: block !important;
}

.ree-nav .h-bhv {
    top: 145px;
}

.mini-header-bar {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    max-height: 30px;
    min-height: 30px;
    background: #dfecff;
    margin: 0 -20px;
    padding: 0 20px;
}

.sideone {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: flex-start;
}

.sideone a i {
    margin-right: 5px;
}

.sideone a.contactinfo {
    font-size: 16px;
}

.sideone a+a {
    margin-left: 15px;
}

.sidetwo a {
    font-size: 16px;
    padding: 0 10px;
}

html body .header-bhv {
    height: 115px;
    -webkit-box-shadow: 0 10px 15px -10px #ffe0d2;
    box-shadow: 0 10px 15px -10px #ffe0d2;
}

html body .header-bhv.sticky .mini-header-bar {
    max-height: 0px;
    min-height: 0px;
    opacity: 0;
}

.ree-header.sticky .ree-nav>ul.nav-list>li:hover .menu-dropdown {
    opacity: 1;
    top: 98px;
    pointer-events: auto;
}

.hero-content-x span {
    font-size: 55px;
    line-height: 67px;
    font-weight: 700;
}

.hero-content-x h1 {
    font-weight: 600;
}

.slide-hero {
    background: rgb(255 255 255);
    margin-top: 115px;
    min-height: 600px;
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-direction: row;
}

.slide-hero .row {
    padding-top: 50px;
    padding-bottom: 100px;
}

.slide-hero .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
}

.ree-tt {
    background: #2f91f8;
    background: -moz-linear-gradient(right, #2f91f8, #f5324f);
    background: -webkit-linear-gradient(right, #2f91f8, #f5324f);
    background: linear-gradient(right, #2f91f8, #f5324f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.client-logo-set {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 30px;
}

.client-logo-set a {
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 40px -10px #ffe0d2;
    box-shadow: 0 19px 40px -10px #ffe0d2;
    align-items: center;
    justify-content: center;
}

.client-logo-set a img {
    max-width: 100px;
    max-height: 50px;
}

.bhv-tt .creative-img {
    width: 100%;
    margin: 0 auto 40px;
    border-radius: 14px;
    padding: 15px;
}

.bhv-tt {
    text-align: center;
}

.bhv-tt .ree-card-link {
    color: #2f91f8;
}

.digi-service {
    position: relative;
    overflow: hidden;
}

.digi-service:after {
    content: "";
    position: absolute;
    right: -20rem;
    top: -20rem;
    width: 40rem;
    height: 40rem;
    border: 6.0625rem solid #eff0fb;
    border-radius: 50%;
    z-index: -1;
}

.digi-service:before {
    content: "";
    position: absolute;
    left: -20rem;
    bottom: -20rem;
    width: 40rem;
    height: 40rem;
    border: 6.0625rem solid #e2f6ff;
    border-radius: 50%;
    z-index: -1;
}

.cta-info-tt {
    background: #fff;
    z-index: 11;
    position: relative;
    padding: 50px;
    border-radius: 14px;
    margin: -106px 15px 50px;
    box-shadow: 0px 20px 50px rgb(103 34 0 / 10%);
    -moz-box-shadow: 0px 20px 50px rgb(103 34 0 / 10%);
    -webkit-box-shadow: 0px 20px 50px rgb(103 34 0 / 10%);
}

.w80 {
    width: 80px;
}

.ourinfo p {
    color: #fff;
    padding-bottom: 10px;
}

.ourinfo h5 a {
    color: #fff;
}

.formnews input {
    width: 100%;
    height: 40px;
    padding: 0px 45px 0px 0px;
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    outline: none;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 0;
    font-weight: 400;
}

.formnews button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 10px;
}

.formnews {
    position: relative;
}

.formnews input::placeholder {
    color: #fff;
    opacity: 1;
}

.formnews input::-ms-input-placeholder {
    color: #fff;
}

.formnews input::-ms-input-placeholder {
    color: #fff;
}

/**lead generation**/
.lead-gen {
    margin-top: 85px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.lead-number img {
    width: 80px;
    margin-top: 40px;
}

.lead-number h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

/**header center**/
.ree-header {
    /* padding: 0 20px; */
    height: 100px;
    /* z-index: 9995; */
    z-index: 10;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    display: flex;
    align-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.dark-bg .hc-nav-trigger span,
.dark-bg .hc-nav-trigger span::before,
.dark-bg .hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #ffffff;
    transition: all 0.2s ease;
}

/**update 1.3*/
.header-bhv .ree-nav>ul.nav-list>li:hover .menu-dropdown {
    opacity: 1;
    top: 110px;
}

.header-bhv .ree-nav>ul.nav-list>.menu-dropdown {
    opacity: 0;
    top: 125px;
}

.header-bhv .ree-nav>ul.nav-list>.mega-small .menu-dropdown {
    opacity: 0;
    top: 95px;
}

.header-bhv .ree-nav>ul.nav-list>.mega-small:hover .menu-dropdown {
    opacity: 1;
    top: 80px;
}

.additionalstyle {
    margin-top: 50px;
}

.additionalstyle p {
    margin-left: 100px;
    text-align: justify;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #03b5d2;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.mega-small a:hover {
    color: #2f91f8 !important;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

/*product*/
.product-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.product-image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.product-details {
    max-width: 500px;
    margin-left: 20px;
}

.product-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.product-price {
    font-size: 20px;
    color: #b12704;
    margin-bottom: 20px;
}

.product-description {
    font-size: 16px;
    margin-bottom: 20px;
}

.add-to-cart-btn {
    background-color: #ff9900;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.add-to-cart-btn:hover {
    background-color: #e68a00;
}

/*modal*/
.modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.close-modal-btn {
    padding: 8px;
    background: slateblue;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    color: ghostwhite;
    font-weight: 5px;
    cursor: pointer;
    border: none;
}

.close-btn-wrapper {
    display: flex;
}

.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #fefefe;
    padding: 10px;
    border: 1px solid #888;
    width: 100%;
    max-width: 900px;
    position: relative;
    gap: 20px;
    top: 0px;
    border-radius: 30px;
}

.hide {
    display: none;
}

/*form*/
.form-container-main-img {
    background-color: #fff;
    padding: 10px;
    width: 50%;
    padding: 0;
    border-radius: 20px;
}

.form-container-main {
    background-color: #fff;
    padding: 10px;
    width: 50%;
    padding: 0;
    border: 3px solid #115277;
    border-radius: 20px;
    box-shadow: 2px 2px 10px #eee;
}

.form-container-main1 {
    background-color: #fff;
    padding: 10px;
    width: 50%;
    padding: 0;
    border-radius: 20px;
}

.Brochre-form-container-heading {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    gap: 70px;
    margin: 0px 0px;
    padding-bottom: 20px;
}

.form-container-heading {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    gap: 80px;
    margin: 0px 0px;
    padding-bottom: 20px;
}

.form-request-quote {
    text-align: center;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
}

.form-container1,
.form-container2 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.form-container-item1,
.form-container-item2 {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.form-item-label {
    color: #000;
    font-size: 14px;
    padding: 3px;
    font-weight: 600;
}

.form-container-item {
    border: none;
}

form {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

input,
select,
textarea {
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
}

textarea {
    height: 60px;
    border-radius: 10px;
}

input,
select {
    padding: 5px 5px 5px 35px;
    border: 1px solid #ddd;
    width: 100%;
    height: 35px;
    border-radius: 10px;
}

select {
    padding: 5px 5px 5px 5px;
}

.recaptcha-button {
    padding: 10px 20px;
    background-color: #2f91f8;
    color: white;
    border: none;
    cursor: pointer;
    width: 40%;
    margin: 20px auto;
    text-align: center;
    border-radius: 20px;
}

.recaptcha {
    border: 1px solid #ccc;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}

.recaptcha iframe {
    border: none;
}

.input-with-icon {
    position: relative;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #2f91f8;
    font-size: 16px;
}

/* Modal Styles */
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-img {
    width: 400px;
}

.close {
    color: #115277;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

.form-item-container {
    margin-bottom: 20px;
    text-align: left;
}

.hc-nav-trigger.hc-nav-1 {
    display: block;
}

/*css home*/
.home-container2 {
    text-align: center;
    padding: 60px;
}

.home-container2-description {
    margin: 0 auto;
    max-width: 900px;
    padding: 3% 20px;
}

.home-container2-desc-p {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    color: #52525d;
    font-weight: 600;
    font-style: normal;
}

.home-clients img {
    max-height: 80px;
}

.home-container2-clients {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    margin: 0 auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.home-container2-clients::-webkit-scrollbar {
    display: none;
}

.Home-logo-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.Home-logo-container h3 {
    color: #30303c;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    font-family: "Roboto", sans-serif;
    margin: 40px 0px;
}

.Home-logo-grid-item {
    margin: 10px;
    flex: 0 0 calc(20% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}

.Home-logo-grid-item:hover {
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.Home-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    justify-items: center;
}

.Home-logo-grid-item img {
    max-width: 100%;
    max-height: 80px;
}

/*slider*/
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px 0px 10px 10px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Glassy effect only for homepage */
.home-page .top-header {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.left_header_nav,
.right_header_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-left: 2.5rem;
}

.mobile_only_direct {
    display: none;
}

.top-header span {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 13px;
}

/* .left_header_nav  span{
    margin-right: 0;
} */
.right_header_nav {
    margin-right: 20px;
}

.right_header_nav p {
    font-size: 13px;
}

.top-header i,
.top-header img {
    margin-right: 8px;
}

.flag-icon {
    width: 20px;
    height: auto;
}

.carousel-caption {
    color: #fff;
}

.home-page-business-head {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.blog-li {
    line-height: 30px;
}

.Home-faqs .food-faq-section {
    padding-top: 0px;
}

/*what we do*/
.what-we-do-main-container {
    background-image: url("../images/home/tech/techbg.jpg");
    background-color: #dfecff;
    padding: 5%;
    background-size: cover;
}

.what-we-do {
    max-width: 1200px;
    margin: 0 auto;
}

.what-we-do-section-title {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.what-we-do-tab-container {
    display: flex;
    flex-wrap: wrap;
}

.what-we-do-tabs {
    flex: 1;
    max-width: 350px;
    background-color: #dfecff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    /* z-index: 17; */
    padding: 20px 0 20px 25px;
}

.what-we-do-tab-link {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #dfecff;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #6e4767;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
}

.what-we-do-tab-link.active {
    background-color: #2f91f8;
    color: white;
    width: 105%;
    margin-right: -5%;
    overflow: visible;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.what-we-do-tab-content {
    flex: 3;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    border-left: 1px solid #ddd;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.what-we-do-tab-panel {
    display: none;
}

.what-we-do-tab-panel h3 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
}

.what-we-do-tab-panel h4 {
    font-size: 20px;
    padding-top: 30px;
    font-family: "Roboto", sans-serif;
}

.what-we-do-tab-panel p {
    padding-top: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: justify;
}

.what-we-do-tab-panel.active {
    display: block;
}

.what-we-do-read-more {
    color: #2f91f8;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 31px;
    margin-top: 30px;
}

.what-we-do-tab-panel ul {
    list-style-type: none;
    padding: 0;
}

.what-we-do-tab-panel li {
    display: inline-block;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 45%;
    margin: 15px;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 31px;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 10px;
    color: #410d34;
}

.whatwedogif-img {
    width: 55px;
    height: 55px;
    padding: 5px;
}

/*industried*/
.industries-section {
    padding: 80px 20px;
    text-align: center;
    background-color: rgba(0, 28, 127, 1);
    position: relative;
    overflow: hidden;
}

.industries-title {
    margin-bottom: 50px;
    text-align: center;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 2;
}

.industries-carousel-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.industries-carousel-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.industries-grid {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    width: max-content;
}

.industry-item {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
    text-align: center;
    min-width: 180px;
    max-width: 180px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #1f2937;
    font-family: "Roboto", sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}

.industry-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    color: #1f2937;
}

.industry-item img {
    max-width: 60px;
    height: auto;
    margin-bottom: 15px;
    object-fit: contain;
}

.industry-item p {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
}

.industries-carousel-nav {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 20px;
    z-index: 3;
    position: relative;
    flex-shrink: 0;
}

.industries-carousel-nav:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.industries-carousel-nav:active {
    transform: scale(0.95);
}

.industries-carousel-nav i {
    pointer-events: none;
}

@media (max-width: 1024px) {
    .industries-grid {
        gap: 20px;
    }

    .industry-item {
        min-width: 180px;
        max-width: 180px;
        height: 200px;
        padding: 25px 20px;
    }

    .industry-item img {
        max-width: 70px;
    }
}

@media (max-width: 768px) {
    .industries-section {
        padding: 60px 15px;
    }

    .industries-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .industries-carousel-container {
        gap: 15px;
    }

    .industries-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .industries-grid {
        gap: 15px;
    }

    .industry-item {
        min-width: 197px;
        max-width: 200px;
        height: 180px;
        padding: 25px 20px;
    }

    .industry-item img {
        max-width: 60px;
    }

    .industry-item p {
        font-size: 14px;
    }
}

/* Target Audiences Section */
.target-audiences-section {
    padding: 70px 20px 70px;
    background-color: #f3f6fd;
    position: relative;
    overflow: hidden;
}

.target-audiences-header {
    max-width: 1550px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 0 20px;
}

.target-audiences-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.target-audiences-description {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    max-width: 850px;
}

.target-audiences-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    /* use flexible columns so the layout doesn't break on smaller screens */
    grid-template-columns: 1fr 0.6fr 1fr;
    grid-auto-rows: auto;
    gap: 20px;
    position: relative;
    padding: 0 20px;
}

.reveal_card {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    height: 280px;
    transform: translateY(150px);
    width: 100%;
    padding-bottom: 3rem;
    transition: all 0.5s ease-in-out;
}

.reveal_card_body {
    display: none;
}

.why-choose-card-2:hover .reveal_card_body,
.why-choose-card-1:hover .reveal_card_body {
    display: block;
}

.why-choose-card-2:hover .reveal_card,
.why-choose-card-1:hover .reveal_card {
    transform: translateY(0px);
    padding-bottom: 0rem;
    /* display: block; */
}

.reveal_card h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

.target-audience-card {
    background: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 14px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    position: relative;
    overflow: hidden;
}

.target-audience-card--top-left {
    grid-column: 1 / 3;
    grid-row: 1;
    /* avoid fixed widths/heights so cards can grow/shrink responsively */
    min-height: 220px;
}

.target-audience-card--top-right {
    grid-column: 3;
    grid-row: 1 / 3;
    min-height: 260px;
}

.target-audience-card--bottom-left {
    grid-column: 1;
    grid-row: 2 / 4;
    min-height: 260px;
}

.target-audience-card--bottom-right {
    grid-column: 2 / 4;
    grid-row: 3;
    min-height: 220px;
}

.target-audience-content {
    flex: 0 0 auto;
    margin-bottom: 12px;
}

.target-audience-title {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.target-audience-description {
    font-size: 16px;
    color: #555555;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

.target-audience-image {
    margin-top: auto;
    text-align: center;
}

.target-audience-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

/* Top Left Card - Image on left */
.target-audience-card--top-left {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px 18px;
}

.target-audience-card--top-left .target-audience-image {
    width: 38%;
    flex-shrink: 0;
    margin: 0;
    text-align: left;
    order: 1;
    display: flex;
    align-items: center;
}

.target-audience-card--top-left .target-audience-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

.target-audience-card--top-left .target-audience-content {
    flex: 1;
    margin-bottom: 0;
    order: 2;
}

/* Top Right Card - Image below text (TALL CARD) */
.target-audience-card--top-right {
    flex-direction: column;
    padding: 20px 18px;
    justify-content: flex-start;
}

.target-audience-card--top-right .target-audience-content {
    margin-bottom: 15px;
    flex-shrink: 0;
}

.target-audience-card--top-right .target-audience-image {
    margin-top: auto;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
}

.target-audience-card--top-right .target-audience-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

/* Bottom Left Card - Image below text (TALL CARD) */
.target-audience-card--bottom-left {
    flex-direction: column;
    padding: 20px 18px;
    justify-content: flex-start;
}

.target-audience-card--bottom-left .target-audience-content {
    margin-bottom: 15px;
    flex-shrink: 0;
}

.target-audience-card--bottom-left .target-audience-image {
    margin-top: auto;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
}

.target-audience-card--bottom-left .target-audience-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

/* Bottom Right Card - Image on left */
.target-audience-card--bottom-right {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px 18px;
}

.target-audience-card--bottom-right .target-audience-image {
    width: 35%;
    flex-shrink: 0;
    margin: 0;
    text-align: left;
    order: 1;
    display: flex;
    align-items: center;
}

.target-audience-card--bottom-right .target-audience-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

.target-audience-card--bottom-right .target-audience-content {
    flex: 1;
    margin-bottom: 0;
    order: 2;
}

/* Central Icon - Positioned in grid */
.target-audience-icon {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: 70%;
    min-height: 90px;
    background: #ffffff;
    border-radius: 14px;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.target-audience-logo {
    width: 140px;
    height: 140px;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .target-audiences-container {
        gap: 20px;
    }

    .target-audience-card {
        padding: 25px;
    }

    .target-audience-title {
        font-size: 22px;
    }

    .target-audience-description {
        font-size: 15px;
    }

    .target-audience-icon {
        width: 100%;
        max-width: 231px;
        height: 100%;
        min-height: 200px;
    }
}

@media (max-width: 768px) {
    .target-audiences-section {
        padding: 60px 15px;
    }

    .target-audience-logo_one {
        display: none;
    }

    .target-audience-card--bottom-left {
        grid-row: inherit;
    }

    .target-audience-card img {
        width: 100%;
    }

    .why-trust-us_icon_sub h3 {
        font-size: 16px !important;
    }

    .why-trust-us_icon_sub p {
        font-size: 13px !important;
    }

    .target-audiences-header {
        margin-bottom: 50px;
        padding: 0 10px;
    }

    .target-audiences-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .target-audiences-description {
        font-size: 16px;
        max-width: 100%;
    }

    .target-audiences-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }

    .target-audience-card--top-left,
    .target-audience-card--top-right,
    .target-audience-card--bottom-left,
    .target-audience-card--bottom-right {
        grid-column: 1 !important;
        grid-row: auto !important;
        flex-direction: column;
    }

    .target-audience-card--top-left .target-audience-image,
    .target-audience-card--bottom-right .target-audience-image {
        width: 100%;
        margin-top: 20px;
        order: unset;
    }

    .target-audience-icon {
        grid-column: 1 !important;
        grid-row: auto !important;
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .target-audience-title {
        font-size: 20px;
    }

    .target-audience-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .target-audiences-section {
        padding: 40px 10px;
    }

    .target-audiences-header {
        margin-bottom: 40px;
    }

    .target-audiences-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .target-audiences-description {
        font-size: 15px;
    }

    .target-audience-card {
        padding: 20px;
    }

    .target-audience-title {
        font-size: 18px;
    }

    .target-audience-description {
        font-size: 13px;
    }

    .target-audience-icon {
        width: 80px;
        height: 80px;
    }
}

/*tech*/
.technologies-container {
    padding: 80px 3% 80px;
    background: #f5f7fa;
}

.technologies-specialization {
    text-align: center;
    color: rgba(19, 81, 216, 1);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.technologies-container-content {
    max-width: 1400px;
    margin: auto;
}

.technologies-container h3 {
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.technologies-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 50px;
    gap: 10px;
    padding: 0 20px;
}

.technologies-tab-button {
    background-color: #f0f4f8;
    border: 1px solid #e0e6ed;
    border-radius: 25px;
    color: #52525d;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.technologies-tab-button .tab-icon {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.technologies-tab-button:hover {
    background-color: #e3ebf5;
    border-color: #2f91f8;
}

.technologies-tab-button.active {
    background-color: rgba(19, 81, 216, 1);
    color: #fff;
    border-color: rgba(19, 81, 216, 1);
}

.technologies-content {
    display: none;
}

.technologies-content.active {
    display: block;
    padding: 20px;
    position: relative;
}

/* New Layout Styles */
.technologies-layout {
    max-width: 1700px;
    margin: 0;
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 60px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    background-color: #ffffff;
}

.technologies-image-section {
    width: 75%;
}

.tech-developer-img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.technologies-grid-section {
    width: 81%;
}

.browser-window {
    background: #ffffff;
}

.browser-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.browser-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot-red {
    background-color: #ff5f56;
}

.dot-yellow {
    background-color: #ffbd2e;
}

.dot-green {
    background-color: #27c93f;
}

.browser-menu {
    display: flex;
    gap: 4px;
    align-items: center;
}

.menu-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #d1d5db;
}

.tech-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 20px 15px;
}

.tech-logo-item {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    aspect-ratio: 1;
    min-height: 114px;
}

.tech-logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #2f91f8;
}

.tech-logo-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 85px;
    max-height: 70px;
}

/* Scroll Arrow Button */
.tech-scroll-arrow {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
    background: #2f91f8;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(47, 145, 248, 0.4);
    transition: all 0.3s ease;
    z-index: 5;
}

.tech-scroll-arrow:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(47, 145, 248, 0.5);
    background: #1e7ae6;
}

.tech-scroll-arrow svg {
    transform: rotate(0deg);
}

.technologies-section {
    margin-bottom: 20px;
    margin-left: 40px;
    font-family: "Roboto", sans-serif;
}

.technologies-section h2 {
    font-family: "Roboto", sans-serif;
}

.tech-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.tech-icons img {
    height: 100%;
    width: 65px;
    object-fit: contain;
}

.tech-icons ul li {
    height: 6.25rem;
    width: 6.25rem;
    display: flex;
    justify-content: center;
    margin: 0 0.6875rem 0.6875rem 0;
    border: 0.0625rem solid #dadada;
    padding: 0.9375rem;
}

.technologies-section h3 {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.technologies-section-heading {
    font-size: 16px;
    text-align: left;
}

.tech-icon-box {
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

/* Technologies Responsive Styles */
@media (max-width: 1200px) {
    .technologies-layout {
        max-width: 1100px;
        gap: 50px;
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .technologies-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 20px;
    }

    .tech-logos-grid {
        grid-template-columns: repeat(4, 1fr);
        /* gap: 18px 15px; */
        gap: 2rem;
    }

    .tech-logo-item {
        padding: 24px 20px;
        min-height: 100px;
    }
}

@media (max-width: 768px) {
    .technologies-container {
        padding: 60px 20px;
    }

    .technologies-container h3 {
        font-size: 32px;
    }

    .technologies-tabs {
        gap: 8px;
    }

    .technologies-tab-button {
        font-size: 14px;
        padding: 10px 18px;
    }

    .technologies-layout {
        gap: 30px;
    }

    .tech-logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 12px;
    }

    .tech-logo-item {
        padding: 20px;
        min-height: 90px;
    }

    .browser-window {
        padding: 30px 25px;
    }

    .browser-header {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .technologies-container h3 {
        font-size: 28px;
    }

    .tech-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 10px;
    }

    .tech-logo-item {
        padding: 18px;
        min-height: 80px;
    }

    .tech-logo-item img {
        max-width: 60px;
        max-height: 50px;
    }

    .browser-window {
        padding: 25px 20px;
    }
}

/*questions*/
.Home-faq-section-heading {
    font-size: 34px;
    padding-bottom: 30px;
    font-family: "Roboto", sans-serif;
    color: #08182b;
    line-height: 44px;
}

.Home-faq-section {
    text-align: center;
    padding: 20px;
}

.Home-faq {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.Home-faq-question {
    /* background-color: #222; */
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    color: #08182b;
    transition: color 0.3s, border-bottom 0.3s;
}

.Home-faq-question.active {
    color: #08182b;
    border-bottom: 2px solid #08182b;
}

.Home-faq-question:hover {
    color: #08182b;
    border-bottom: 2px solid #08182b;
}

.Home-faq-toggle:hover {
    color: #08182b;
    border: 2px solid #08182b;
}

.Home-faq-answer {
    padding: 15px;
    background-color: #fff;
    display: none;
    font-size: 18px;
    line-height: 30px;
}

/* .Home-faq-question.active+.Home-faq-answer {
    display: block;
} */

.Home-faq-toggle {
    font-size: 16px;
    color: #08182b;
    border: 2px solid #08182b;
    padding: 0px 11px;
    border-radius: 50%;
    transition: color 0.3s, border 0.3s;
}

/*contact*/
.contact-us {
    text-align: left;
    padding: 20px;
    background-image: url("../images/home/hyd.webp");
    transition: background-image 0.5s ease-in-out;
    font-size: 18px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-header {
    text-align: left;
}

.contact-header-main {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.contact-header h6 {
    color: #333;
    padding-top: 5px;
}

.contact-header h3 {
    color: #333;
    padding-top: 5px;
}

.contact-header h1 {
    margin: 10px 0;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color: #30303c;
}

.contact-header p {
    margin: 5px 0 20px;
    font-family: "Roboto", sans-serif;
    color: #30303c;
}

.contact-flags {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-flex;
}

.contact-flags img {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    transition: transform 0.2s;
}

.contact-flags img:hover {
    transform: scale(1.1);
}

.contact-info {
    margin-top: 20px;
    margin-bottom: 15%;
}

.contact-details p {
    font-size: 18px;
    margin: 5px 0;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.contact-details img {
    margin-right: 10px;
}

.contact-address-p {
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .contact-header h1 {
        font-size: 1.5em;
    }

    .contact-header p {
        font-size: 1em;
    }

    .contact-flags img {
        width: 50px;
        margin: 0 5px;
    }

    .contact-details p {
        font-size: 1em;
    }

    .Home-faq-question {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 320px) {
    .Home-faq-question {
        font-size: 16px;
        line-height: 26px;
    }
}

.contact-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.contact-city-button {
    padding: 10px 20px;
    background-color: #78999a;
    color: #fff;
    border: none;
    border-radius: 10px;
}

.contact-city-button:hover {
    border: 3px solid #78999a;
    color: #000;
    background-color: #fff;
}

.clicked-flag {
    position: relative;
}

.clicked-flag::after {
    content: "▼";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #ff0;
}

.contact-flag-hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0.2rem;
}

.contact-flag-hover p {
    visibility: hidden;
}

.contact-flag-hover:hover p,
.contact-flag-hover .arrow-visible {
    visibility: visible;
    color: green;
}

.arrow-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    color: #70aa26;
}

#india.arrow-visible,
#usa.arrow-visible {
    visibility: visible;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.bounce {
    animation: bounce 1s infinite ease;
}

/*product page 1*/
.food-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/food.jpeg);
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.food-delivery-content {
    padding-top: 150px;
    position: relative;
}

.elearning-delivery-content {
    padding-top: 50px;
    position: relative;
}

.grocery-icon-side {
    position: absolute;
    left: 0;
    top: 0;
}

.development-heading-h1 {
    font-size: 56px;
    line-height: 62px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #30303c;
}

.development-heading {
    font-size: 32px;
    line-height: 52px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #000000;
    margin-bottom: 20px;
}

.food-delivery-content h6 {
    font-size: 24px;
    line-height: 42px;
    margin: 10px 0;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.diagnostic-delivery-features {
    text-align: center;
    padding: 20px;
    background-color: #fff;
}

.diagnostic-delivery-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.food-delivery-features {
    text-align: center;
    padding: 20px;
    background-color: #fff;
}

.food-delivery-features h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.food-delivery-features h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.food-delivery-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.food-delivery-feature img {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}

.food-delivery-feature p {
    font-size: 21px;
    line-height: 30px;
    margin: 10px;
    font-family: "Roboto", sans-serif;
}

.food-delivery-ondemand {
    background-image: url(../images/products/ondemandbg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-top: 6%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin: 0px auto;
}

.food-delivery-ondemand-phone-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.food-delivery-ondemand-phone-image {
    max-width: 100%;
    height: auto;
}

.food-delivery-ondemand-text-section {
    flex: 2;
    padding: 20px;
}

.food-delivery-ondemand-text-section h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.food-delivery-ondemand-text-section p {
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.food-delivery-ondemand-text-section button {
    background-color: #2f91f8;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.food-delivery-ondemand-text-section button:hover {
    background-color: #e55a00;
}

.food-delivery-ondemand-customizable-section {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.food-delivery-ondemand-customizable-section h2 {
    color: #333;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

/*product 1 sider*/
.food-delivery-silder {
    background-color: #ffa16b;
    padding: 8% 20px;
}

.food-delivery-silder-header h3 {
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.food-delivery-silder-header h6 {
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3.25rem;
}

/*product tabs*/
.food-application-features {
    padding: 5% 20px;
    margin: auto 0px;
}

.food-application-features-heading {
    text-align: center;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
}

.food-application-features-heading h6 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.food-application-container {
    background-color: #f0f9f7;
    padding: 5% 20px;
    border-radius: 20px;
    max-width: 1200px;
    margin: auto;
}

.food-application-panel-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin: 0px auto;
    background-color: #fff;
    max-width: 800px;
    border-radius: 20px;
}

.food-application-panel-btn {
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    cursor: pointer;
    color: #0b0b0b;
    font-weight: 600;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
}

.food-application-panel-btn.active {
    background-color: #fe833c;
    color: #fff;
}

.food-delivery-feature-img {
    width: 100%;
    height: auto;
    max-width: 1200px;
}

.food-application-panel {
    display: none;
}

.food-application-panel ul {
    list-style: none;
    padding: 40px 20px 20px 20px;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.food-application-panel ul li {
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex: 1 1 calc(33.3333% - 10px);
    box-sizing: border-box;
    color: #100040;
    font-family: "Roboto", sans-serif;
}

.food-application-panel ul li:before {
    content: "✔";
    margin-right: 10px;
    color: #fff;
    background: linear-gradient(135deg, #f857a6, #ff5858);
    border-radius: 15px;
    padding: 5px 6px;
    border: 1px solid #ccc;
}

/*teach for products*/
.food-teach-container {
    background-color: #fef3e1;
    padding: 4% 20px;
    border-radius: 20px;
    max-width: 1200px;
    margin: 20px auto;
}

.food-teach-container-heading {
    text-align: center;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

.food-teach-container-heading h3 {
    font-size: 30px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.food-teach-container-heading p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.food-tech-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
    padding: 3% 5%;
    max-width: 1200px;
    margin: auto;
}

.food-tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #fff;
    padding: 20px;
    background-color: #fff;
    height: 120px;
    width: 120px;
    justify-content: center;
    border-radius: 15px;
}

.food-tech-item span {
    font-size: 1em;
    color: #333;
}

/*prouct page questions*/
.food-faq-section-heading {
    font-size: 30px;
    padding-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.food-faq-section {
    text-align: center;
    padding: 5% 20px;
}

.food-faq {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.food-faq-question {
    background-color: #fdf9f1;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.food-faq-question.active {
    background-color: #fef3e1;
}

.food-faq-answer {
    padding: 15px;
    background-color: #fef3e1;
    display: none;
    font-size: 18px;
    line-height: 30px;
}

.food-faq-question.active+.food-faq-answer {
    display: block;
}

.food-faq-toggle {
    font-size: 1em;
    color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #333;
}

.food-cta-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    background-color: #fff;
    margin: auto;
    gap: 20px;
    max-width: 1000px;
}

.food-cta-content-img {
    width: 40%;
}

.food-cta-content {
    width: 60%;
    text-align: center;
}

.food-cta-content h2 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
}

.food-cta-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.food-cta-button {
    background-color: #fe833c;
    color: #fff;
    padding: 13px 20px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: auto;
    font-family: "Roboto", sans-serif;
}

.food-cta-button:hover {
    background-color: #fe833c;
    color: #fff;
}

.food-cta-image {
    max-width: 100%;
    height: auto;
}

/*product phone section*/
.food-delivery-wrapper {
    display: grid;
    align-items: center;
    justify-content: center;
}

.food-delivery-mobile-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-image: url(../images/products/ondemandbg.png);
    background-size: cover;
    margin: 10% auto;
}

.food-delivery-mobile-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-image: url(../images/products/ondemandbg1.png);
    background-size: cover;
    margin: 10% auto;
}

.food-delivery-mobile-phone-section {
    position: relative;
    top: -65px;
    left: 10%;
    height: 600px;
    transform: translateX(-40%);
    z-index: 1;
}

.food-delivery-mobile-bottom-image {
    width: 100px;
}

.food-delivery-mobile-phone-image {
    width: 350px;
    height: 720px;
    border-radius: 8px;
}

.food-delivery-mobile-text-section {
    width: 50%;
}

.food-delivery-mobile-text-section h3 {
    color: #333;
    font-size: 33px;
    text-align: left;
    line-height: 48px;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

.food-delivery-mobile-text-section p {
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

#food-button-icon {
    padding-top: 2px;
}

.food-delivery-mobile-text-section button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fe833c;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    gap: 10px;
}

.food-delivery-mobile-text-section button:hover {
    background-color: #e55a00;
}

.food-delivery-mobile-customizable-section {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 5%;
    position: relative;
}

.food-delivery-mobile-customizable-section h2 {
    color: #36454f;
    font-size: 24px;
    width: 60%;
    margin: auto;
    line-height: 40px;
    font-weight: 700px;
    font-family: "Roboto", sans-serif;
}

.mobile-customizable-section-img1 {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    top: -246px;
}

.mobile-customizable-section-img2 {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 15%;
    top: 50px;
}

.home-container2-stat1-number {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
}

.what-we-do-header1 {
    font-size: 24px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
}

.what-we-do-header2 {
    font-size: 20px;
    padding-top: 20px;
    font-family: "Roboto", sans-serif;
}

/*online food application*/
.food-delivery-mobile-container2 {
    position: relative;
}

.mobile-customizable-section-img {
    position: absolute;
    left: 0px;
    top: -300px;
    height: 200px;
    width: 200px;
}

.page1 .service-container {
    background-color: #fef3e1;
}

.hotel-delivery-button {
    padding: 15px 40px;
    font-size: 18px;
    color: black;
    background-color: #226dda;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

/*grocery page*/
.grocery-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/GroceryBanner.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page2 .diagnostic-service-container {
    background-color: #f0f9f7;
    background-size: cover;
    padding: 5%;
    border-radius: 0px;
    max-width: 100%;
    margin: 0% auto;
    text-align: center;
}

.page2 .service-container {
    padding: 5%;
    border-radius: 0px;
    max-width: 1000;
    margin: 0% auto;
    text-align: center;
    background-color: #defbe0;
}

.page2 .grocery-delivery-one {
    background-color: #f6f8fc;
    position: relative;
}

.page2 .food-teach-container {
    background-color: #fff;
}

.grocery-delivery-two {
    background-image: url(../images/products/grocery/Bg.png);
    background-size: cover;
    background-position: center;
}

.grocery-delivery-two .grocery-delivery-mobile-container {
    max-width: 1200px;
    margin: auto;
}

.grocery-delivery-two .grocery-delivery-two-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #333;
}

.grocery-delivery-mobile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5% 5%;
    position: relative;
}

.grocery-delivery-mobile-phone-section {
    width: 50%;
}

.grocery-delivery-mobile-text-section {
    width: 50%;
    text-align: left;
}

.grocery-delivery-mobile-phone-image {
    max-width: 100%;
    height: auto;
}

.food-delivery-feature .grocery-icons {
    width: 50px;
    height: 50px;
}

.grocery-delivery1,
.grocery-delivery2,
.grocery-delivery3,
.grocery-delivery4 {
    background-color: #ffe5f4;
    padding: 20px;
    border-radius: 10px;
    height: 180px;
    width: 200px;
}

.grocery-delivery2 {
    background-color: #fff0e5;
}

.grocery-delivery3 {
    background-color: #e5eaff;
}

.grocery-delivery4 {
    background-color: #ffe5f5;
}

.grocery-delivery-mobile-text-section h3 {
    color: #333;
    font-size: 33px;
    text-align: left;
    line-height: 48px;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

.grocery-delivery-mobile-text-section p {
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.dots-grocery {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.grocery-delivery-mobile-text-section button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    gap: 10px;
}

/* Grocery App*/
.grocary-silder {
    background: linear-gradient(90deg, #43b648 0%, #43b648 100%);
    padding: 8% 20px;
}

.food-delivery-silder-header .grocery-heading {
    color: #333;
}

/*realstate*/
.realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/Realestate.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    min-height: 100vh;
    /* height: 100vh; */
    /* padding-bottom: 2rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.realstate-container-text h3,
.realstate-container-text p {
    color: #fff;
}

.realstate-delivery-mobile-container {
    background-color: #edf5ff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 5% 0px;
}

.realstate-customizable-section-img1 {
    width: 200px;
    height: 250px;
    position: absolute;
    right: 0;
    top: 10px;
}

.realstate-container-text h3 {
    margin-bottom: 20px;
    color: #000000;
}

.realstate-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    padding: 20px;
    /* background-color: #474747; */
}

.realstate-container-text {
    width: 50%;
    text-align: left;
    padding: 20px;
}

.realstate-container-img {
    width: 40%;
    text-align: center;
    padding: 20px;
}

.realstate-img {
    max-width: 100%;
    height: auto;
}

.realstate-container-text h1 {
    color: #fff;
    font-size: 33px;
    text-align: left;
    line-height: 48px;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

.realstate-container-text p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.realstate-container-text button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f91f8;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    gap: 10px;
}

.realstate-container-text button:hover {
    background-color: #e55a00;
}

.realstate-delivery-silder {
    background-image: url(../images/products/realstate/banner1.png);
    background-size: cover;
    /* height: 100vh; */
}

/* Page 1 */
.page1 .food-application-container {
    background-color: #f0f9f7;
}

.page1 .food-application-panel-btn.active {
    background-color: #fe833c;
}

.page1 .food-application-panel ul li:before {
    background: linear-gradient(135deg, #f857a6, #ff5858);
}

/* Page 2 */
.page2 .food-application-container {
    background-color: #e6fcfe;
}

.page2 .food-faq-question {
    background-color: #e7f7e8;
}

.page2 .food-application-panel-btn.active {
    background: linear-gradient(90deg, #33c99d 0%, #45ddaf 100%);
}

.page2 .food-application-panel ul li:before {
    background: linear-gradient(180deg, #005fdd 0%, #00ddba 100%);
}

.page2 .food-teach-container {
    padding: 4% 0px;
    border-radius: 0px;
    max-width: 100%;
    margin: 0px auto;
    background-size: cover;
    background-image: url(../images/products/grocery/Bg2.png);
}

.page2 .food-faq-answer,
.page2 .food-faq-question.active {
    background-color: #cfecc9;
}

/*page3*/

.page3 .food-delivery-content h1 {
    color: #fff;
}

.page3 .food-delivery-content h6 {
    color: #fff;
}

.page3 .food-delivery-silder {
    background-color: #fff;
}

.page3 .food-application-panel-btn.active {
    background: linear-gradient(90deg, #448bf2 0%, #609ffb 100%);
}

.page3 .service-container {
    /* background-color: #F5F5F5; */
    background: linear-gradient(180deg, #fdf2c7 0%, #fc504c 100%);
    margin: 40px auto;
    padding: 8%;
    border-radius: 20px;
}

.page3 .food-application-panel ul li:before {
    background: linear-gradient(180deg, #005fdd 0%, #00ddba 100%);
}

.page3 .food-teach-container {
    background-color: #474747;
}

.page3 .food-teach-container-heading h3 {
    color: #fff;
}

.page3 .food-delivery-button {
    background-color: #0170ba;
    color: #fff;
}

.page3 .food-application-container {
    background-color: #dfecff;
}

.page3 .food-teach-container h2,
.page3 .food-teach-container p {
    color: #fff;
}

.page3 .food-delivery-silder-header h3 {
    color: #000;
}

.page3 .food-delivery-silder-header h6 {
    color: #000;
}

.page3 .food-faq-answer,
.page3 .food-faq-question.active {
    background-color: #656565;
    color: #fff;
}

.page3 .realstate-container-text button {
    background-color: #cc1c22;
    color: #fff;
}

.page3 .food-faq-question {
    background-color: #8a8a8a;
    color: #fff;
}

.page3 .food-faq-toggle {
    font-size: 1em;
    color: #333;
    background-color: #fff;
}

.realstate-last-section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: auto;
    padding: 20px;
}

.realstate-img1 {
    width: 30%;
}

.img {
    max-width: 100%;
    height: auto;
}

.realstate-last-section-content {
    text-align: center;
    padding: 20px;
}

.page3 .food-cta-button {
    background-color: #448bf2;
}

.realstate-last-section-content p {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    font-family: "Roboto", sans-serif;
}

.realstate-last-section h3 {
    font-size: 30px;
    text-align: center;
    line-height: 42px;
}

.realestate-delivery-mobile-customizable-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10%;
    background-color: #f1f1f1;
}

.realestate-delivery-mobile-customizable-section h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 200;
}

.realstate-famil_img {
    width: 300px;
    height: auto;
}

.realstate-img-phone2 {
    position: absolute;
    max-width: 100%;
    height: auto;
    left: 0;
    top: -253px;
}

.realstate-container-img {
    position: relative;
}

.diagnostic-img {
    position: absolute;
    max-width: 100%;
    height: auto;
    left: 0;
    top: -222px;
}

.diagnostic-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.diagnostic-customizable-section-img1 {
    position: absolute;
    right: 0px;
}

.diagnostic-card {
    background-color: #f0f9f7;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.diagnostic-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.diagnostic-card p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
}

.diagnostic-card:hover {
    transform: translateY(-5px);
}

.diagnostic-card:nth-child(1) {
    background-color: #add8e6;
}

.diagnostic-card:nth-child(2) {
    background-color: #dda0dd;
}

.diagnostic-card:nth-child(3) {
    background-color: #ffdab9;
}

.diagnostic-card:nth-child(4) {
    background-color: #b0e0e6;
}

/*services icons*/
.diagnostic-service-container {
    background-color: #fff;
    position: relative;
}

.diagnostic-image {
    position: relative;
}

.diagnostic-icon2 {
    position: absolute;
    right: 0;
    top: -70px;
}

.diagnostic-icon1 {
    position: absolute;
    left: 0;
    top: -70px;
}

.service-container {
    background-color: #fff7e5;
    padding: 5%;
    border-radius: 20px;
    max-width: 1400px;
    margin: 5% auto;
    text-align: center;
}

.service-heading {
    font-size: 1.6em;
    color: #333;
    margin-bottom: 5px;
    line-height: 40px;
}

.service-para {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 30px;
    line-height: 40px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-card-main {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    text-align: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
    justify-content: center;
}

.service-card img {
    width: 40px;
    height: 40px;
}

.service-card-main p {
    margin: 10px 0 0 0;
    font-size: 18px;
}

.service-card-main:hover {
    transform: translateY(-5px);
}

.service-card-1 {
    background-color: #d4f1f9;
    display: flex;
    align-items: center;
}

.service-card-2 {
    background-color: #f9e1e7;
    display: flex;
    align-items: center;
}

.service-card-3 {
    background-color: #fff0db;
    display: flex;
    align-items: center;
}

.service-card-4 {
    background-color: #ede4f6;
    display: flex;
    align-items: center;
}

.service-card-5 {
    background-color: #f7f3fe;
    display: flex;
    align-items: center;
}

.service-card-6 {
    background-color: #f9f5f2;
    display: flex;
    align-items: center;
}

.service-card-7 {
    background-color: #e7f5f2;
    display: flex;
    align-items: center;
}

.service-card-8 {
    background-color: #fdf6ec;
    display: flex;
    align-items: center;
}

/* page4 */
.page4 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/Diagnostics.webp);
}

.page4 .realstate-container,
.page4 .realstate-container-img {
    padding: 10% 20px;
}

.page4 .realstate-container {
    background-color: #edf6ff;
}

.page4 .realstate-container-text button {
    background-color: #002178;
    color: #fff;
}

.page4 .realstate-container p,
.page4 .realstate-container h2 {
    color: #333333;
}

.page4 .realstate-container-img {
    padding: 0px;
    position: relative;
}

.page4 .service-container {
    background-color: #002146;
}

.page4 .service-heading {
    color: #fff;
}

.page4 .food-delivery-button {
    background-color: #002178;
}

.page4 .food-delivery-silder {
    background-color: #eef8ff;
}

.page4 .food-delivery-silder-header h3,
.page4 .food-delivery-silder-header h6 {
    color: #333;
}

.page4 .food-application-panel-btn.active {
    background: linear-gradient(90deg, #448bf2 0%, #609ffb 100%);
}

.page4 .food-application-features {
    background-color: EEFCF7;
}

.page4 .food-teach-container {
    background-color: #eff9f4;
}

.page4 .food-faq-answer,
.page4 .food-faq-question.active {
    background-color: #f2ebfd;
}

.page4 .food-faq-question {
    background-color: #faf6ff;
}

.dots {
    position: absolute;
    left: 0;
    top: 40px;
}

.page4 .realstate-container {
    position: relative;
}

/*page5*/
.page5 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/Taxi.png);
    height: 100vh;
    position: relative;
}

.page5 .tax-banner-gif {
    height: auto;
    position: absolute;
    bottom: -80px;
    left: 0;
}

.offer_Taxi_gif {
    position: absolute;
    right: 22px;
    bottom: 212px;
    width: 100px;
}

.Location_Taxigif {
    position: absolute;
    right: 23px;
    bottom: 25px;
    width: 100px;
}

.page5 .realstate-container,
.page5 .realstate-container-img {
    padding: 5% 20px;
    background-color: #f3f0ff;
}

.page5 .realstate-container-text p,
.page5 .realstate-container-text h3 {
    color: #333;
}

.page5 .realstate-container-img {
    padding: 0px;
    position: relative;
}

.tax-booking-customizable-section {
    background-color: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.tax-booking-customizable-section h2 {
    font-size: 24px;
    line-height: 34px;
    padding: 30px;
    max-width: 800px;
    font-weight: 500;
}

.tax-yellow-car {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.page5 .food-delivery-silder {
    background-color: #08239e;
}

.page5 .food-application-panel-btn.active {
    background: linear-gradient(90deg, #061692 0%, #1ad2ba 100%);
}

.page5 .food-application-panel ul li:before {
    background: linear-gradient(180deg, #061692 0%, #061692 100%);
}

.page5 .food-application-container {
    background-color: #f2f0ff;
}

.page5 .food-teach-container {
    background-color: #ffe9cb;
}

.page5 .food-faq-answer,
.page5 .food-faq-question.active {
    background-color: #c0c3e3;
}

.page5 .food-faq-question {
    background-color: #f2f0ff;
}

.tax-img {
    position: absolute;
    right: 0px;
    bottom: -80px;
    max-width: 266px;
    height: auto;
}

.tax-img2 {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    max-width: 300px;
    height: auto;
}

.page5 .tax-phone1-img {
    width: 100%;
    height: auto;
    max-width: 400px;
}

.page5 .tax-img-phone2 {
    width: 100%;
    height: auto;
    max-width: 400px;
}

.page5 .realstate-container {
    position: relative;
}

.page5 .food-delivery-mobile-customizable-section {
    position: relative;
}

.page5 .hotel-delivery-button {
    color: white;
    background-color: #3c80fe !important;
    padding: 15px 40px;
    font-size: 18px;
    color: white;
    background-color: #2f91f8;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
}

/*page6*/
.page6 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/hotels.webp);
}

.page6 .realstate-container,
.page5 .realstate-container-img {
    padding: 3% 20px;
    position: relative;
}

.page6 .realstate-container {
    background-color: #edf5ff;
    color: #000;
}

.page6 .realstate-container-text h3,
.page6 .realstate-container-text p {
    color: #000;
}

.hotel-dots {
    position: absolute;
    max-width: 100%;
    height: auto;
    right: 0px;
}

.hotel-dots1 {
    position: absolute;
    max-width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
}

.page6 .service-container {
    background-color: #fdeeeb;
    max-width: 100%;
    margin: 0;
    padding: 8%;
    border-radius: 0;
}

.page6 .food-delivery-silder {
    background-color: #76aeff;
}

.page6 .food-application-panel-btn.active {
    background: linear-gradient(90deg, #1f6ddd 0%, #609ffb 100%);
}

.page6 .food-application-panel ul li:before {
    background: linear-gradient(180deg, #1f6ddd 0%, #08bea6 100%);
}

.page6 .food-application-container {
    background-color: #daf8ef;
}

.page6 .food-teach-container {
    background-color: #e8f0fc;
    margin-top: 5%;
}

.page6 .food-faq-answer,
.page6 .food-faq-question.active {
    background-color: #f2ebfd;
}

.page6 .food-faq-question {
    background-color: #faf6ff;
}

/*page7*/
.page7 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/Ecommerce.webp);
}

.page7 .realstate-container,
.page5 .realstate-container-img {
    padding: 5% 20px;
    position: relative;
}

.page7 .realstate-container {
    background-color: #fff;
}

.page7 .service-container {
    background-color: #f3feff;
}

.page7 .service-heading {
    color: #333;
}

.page7 .realstate-container h2,
.page7 .realstate-container p {
    color: #333;
}

.page7 .food-delivery-mobile-customizable-section {
    position: relative;
    background-color: #ffacbc;
    border-radius: 0;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 20px;
}

.page7 .food-delivery-mobile-customizable-section h2 {
    color: #fff;
    text-align: left;
    margin: 0;
    font-weight: 600;
}

.elearning-img2 {
    max-width: 250px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}

.hotel-dots {
    position: absolute;
    max-width: 100%;
    height: auto;
    right: 0px;
}

.page7 .food-delivery-silder {
    background-color: #122069;
}

.page7 .food-delivery-silder-header h3 {
    color: #fff;
}

.page7 .food-delivery-silder-header h6 {
    color: #fff;
}

.page7 .food-application-panel-btn.active {
    background: #f3b747;
}

.page7 .food-application-panel ul li:before {
    background: linear-gradient(180deg, #ff8cb0 0%, #ff8ab4 80%);
}

.page7 .food-application-container {
    background-color: #f0feff;
}

.page7 .food-teach-container {
    margin-top: 5%;
    background-color: #f6feff;
}

.page7 .food-faq-answer,
.page7 .food-faq-question.active {
    background-color: #505e99;
    color: #fff;
}

.page7 .food-faq-question {
    background-color: #7883b4;
    color: #fff;
}

.page7 .food-faq-toggle {
    color: #333;
    background-color: #fff;
}

.hover>a {
    color: #2f91f8 !important;
}

.page7 .tax-phone1-img {
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: -226px;
    z-index: 1;
}

.page7 .tax-img-phone2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    top: -248px;
}

/*page8*/
.page8 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/SocialMedia.webp);
}

.page8 .food-delivery-content h1 {
    color: #fff;
}

.page8 .food-delivery-content h3 {
    color: #fff;
}

.page8 .food-delivery-content h6 {
    color: #fff;
}

.page8 .realstate-container {
    padding: 10% 0px;
    margin-bottom: 10%;
    color: #fff;
    background: linear-gradient(181.26deg, #302d59 2.8%, #5b477c 111.1%);
}

.page8 .realstate-container h2,
.page8 .realstate-container p {
    color: #fff;
}

.page5 .realstate-container-img {
    padding: 5% 20px;
    position: relative;
}

.page8 .social-img1 {
    position: absolute;
    left: 0;
    top: -246px;
}

.page8 .social-img2 {
    position: absolute;
    width: 100%;
    max-width: 500px;
    height: auto;
    left: 0;
    top: -216px;
}

.page8 .food-delivery-silder {
    background-color: #4f397a;
}

.page8 .service-container {
    background-color: #d8d4fe;
}

.page8 .food-delivery-silder-header h3 {
    color: #fff;
}

.page8 .food-delivery-silder-header h6 {
    color: #fff;
}

.page8 .food-application-panel-btn.active {
    background: #71bbff;
}

.page8 .food-teach-container {
    background: #eefcf7;
}

.page8 .food-faq-answer,
.page8 .food-faq-question.active {
    background-color: #f2ebfd;
}

.page8 .food-faq-question {
    background-color: #faf6ff;
}

.page8 .realstate-container-text {
    position: relative;
}

.page8 .dots {
    position: absolute;
    left: -67px;
    top: 0px;
}

.page8 .food-delivery-button {
    background-color: #002178;
}

/*page9*/
.page9 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/Elearning.webp);
}

.page9 .realstate-container {
    background-color: #f0ecff;
    padding: 3% 20px;
}

.elearing-icon1 {
    width: 100%;
    max-width: 200px;
    height: auto;
    position: absolute;
    right: 0;
    top: 20px;
}

.elearning-icon2 {
    width: 100%;
    max-width: 150px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -35px;
}

.elearning-application-icon {
    width: 200px;
    position: absolute;
    height: auto;
    top: -125px;
    left: 0;
}

.page5 .realstate-container-img {
    padding: 20px;
    position: relative;
}

.page9 .realstate-container h2,
.page9 .realstate-container p {
    color: #333;
}

.page9 .food-delivery-mobile-customizable-section {
    position: relative;
    padding-top: 5%;
}

.page9 .elearning-img2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: -35px;
}

.page9 .tax-phone1-img {
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: -232px;
    z-index: 1;
}

.page9 .tax-img-phone2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    top: -218px;
}

.hotel-dots {
    position: absolute;
    max-width: 100%;
    height: auto;
    right: 0px;
}

.page9 .food-delivery-silder {
    background-color: #517abc;
}

.page9 .food-delivery-silder-header h3 {
    color: #fff;
}

.page6 .food-teach-container-heading-white {
    color: #fff;
}

.page9 .food-delivery-silder-header h6 {
    color: #fff;
}

.page9 .food-application-panel-btn.active {
    background: #f3b747;
}

.page9 .service-container {
    background-color: #eef6ed;
}

.page9 .food-application-panel ul li:before {
    background: linear-gradient(180deg, #ff8cb0 0%, #ff8ab4 80%);
}

.page9 .food-application-container {
    background-color: #eef6ed;
}

.page9 .food-teach-container {
    background-color: #f1effe;
    margin-top: 5%;
}

.page9 .food-faq-answer,
.page9 .food-faq-question.active {
    background-color: #89a9b8;
    color: #fff;
}

.page9 .food-faq-toggle.active {
    color: #fff;
}

.page9 .food-faq-question {
    background-color: #f6fbf9;
}

/*page10*/

.page10 .food-delivery-content {
    padding-top: 0px;
}

.page10 .food-delivery-button {
    background-color: #000;
}

.page10 .food-faq-toggle {
    color: #000;
    font-size: 1em;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #fff;
}

.page10 .food-delivery-features {
    background-color: #0b0b0b;
    color: #fff;
}

.page10 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/OTT.webp);
}

.page10 .realstate-container {
    background-color: #111111;
    position: relative;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.page10 .realstate-container-text h3,
.page10 .realstate-container-text p,
.page10 .food-delivery-mobile-customizable-section h2,
.page10 .service-heading,
.page10 .food-teach-container-heading p,
.page10 .food-teach-container-heading h3,
.page10 .food-faq-section-heading {
    color: #fff;
}

.page10 .food-delivery-mobile-customizable-section {
    background-color: #0b0b0b;
    padding: 5% 0px;
    border-radius: 0px;
    margin: 0;
}

.ottdot-img1 {
    position: absolute;
    right: 0;
    bottom: 200px;
}

.ottdot-img2 {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.sport-img1 {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 150px;
}

.page10 .realstate-container-img {
    position: relative;
}

.ott-phone2 {
    max-width: 100%;
    height: auto;
}

.page10 .service-container {
    background-color: #0b0b0b;
    margin: 0px auto;
}

.page10 .food-delivery-silder {
    background-color: #0b0b0b;
    margin: 0px;
    padding: 0px;
}

.page10 .food-application-features {
    position: relative;
    background-image: url("../images/products/ott/appscreenbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5%;
    color: white;
}

.page10 .service-container-main {
    background-color: #0b0b0b;
    padding: 5% 0px;
}

.page10 .food-application-container {
    background-color: #000000;
}

.page10 .food-application-panel ul li {
    color: #fff;
}

.page10 .food-application-panel-btn.active {
    background: #c63c38;
}

.page10 .food-application-panel ul li:before {
    background: linear-gradient(30deg, #ffffff 0%, #851412 80%);
}

.page10 .food-teach-container-main {
    background-color: #121212;
    padding: 5% 0px;
}

.page10 .food-teach-container {
    background-color: #121212;
}

.page10 .food-application-features {
    background-color: #0b0b0b;
}

.page10 .food-faq-section-main {
    background-color: #282828;
}

.page10 .food-faq-answer,
.page10 .food-faq-question.active {
    background-color: #cad8ff;
    color: #333;
}

.page10 .food-faq-question {
    background-color: #cad8ff;
    color: #000;
}

.page10 .food-application-features-heading h3,
.page10 .food-application-features-heading h6 {
    color: #fff;
}

.page10 .food-delivery-mobile-customizable-section {
    position: relative;
    background-image: url("../images/products/ott/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5%;
    color: white;
}

.page10 .food-delivery-mobile-customizable-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page10 .food-delivery-mobile-customizable-section h2 {
    position: relative;
    z-index: 2;
    max-width: 50%;
    font-size: 24px;
}

/*page11*/
.page11 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/Online Shopping.png);
}

.page11 .realstate-container,
.page11 .realstate-container-img {
    position: relative;
}

.page11 .food-delivery-content h1 {
    color: #022408;
}

.page11 .food-delivery-content h3 {
    color: #022408;
}

.page11 .food-delivery-content h6 {
    color: #022408;
}

.online-delivery-button {
    padding: 15px 40px;
    font-size: 18px;
    color: white;
    background-color: #022408;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
}

.page11 .realstate-container p,
.page11 .realstate-container h2 {
    color: #333;
}

.page11 .service-container {
    background-color: #f8f7ef;
}

.shopping-phone1,
.shopping-phone2 {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.online-shopping-mobile-customizable-section {
    position: relative;
    background-image: url("../images/products/shopping/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.online-shopping-mobile-customizable-section h2 {
    max-width: 50%;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
}

.page11 .food-delivery-silder {
    background-color: #6666b3;
}

.page11 .food-delivery-silder-header h3,
.page11 .food-delivery-silder-header h6 {
    color: #fff;
}

.page11 .food-application-panel-btn.active {
    background: #f3b747;
}

.page11 .food-application-panel ul li:before {
    background: linear-gradient(180deg, #ff8cb0 0%, #ff8ab4 80%);
}

.page11 .food-application-container {
    background-color: #d9eae8;
}

.page11 .food-teach-container {
    background-color: #e8f2f7;
    margin-top: 5%;
}

.page11 .service-container {
    background-color: #6666b3;
}

.page11 .food-faq-answer,
.page11 .food-faq-question.active {
    background-color: #acdbff;
}

.page11 .food-faq-question {
    background-color: #acdbff;
}

/*page12*/
.page12 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/Gaming.webp);
}

.gaming_bannergif {
    height: auto;
    max-width: 450px;
    position: absolute;
    left: 110px;
}

.page12 .food-delivery-content h1 {
    color: #fff;
}

.page12 .food-delivery-content h6 {
    color: #fff;
}

.page12 .food-delivery-features {
    color: #fff;
    background-color: #fff;
}

.page12 .realstate-container {
    background-color: #eae3f5;
    color: #fff;
}

.page12 .service-container {
    background-color: #d7cdea;
}

.page12 .realstate-container-text h3,
.page12 .realstate-container-text p {
    color: #333;
}

.page12 .food-delivery-silder {
    background-color: #5215ba;
}

.page12 .food-application-container {
    background-color: #d7cdea;
}

.page12 .food-application-panel-btn.active {
    background-color: #e0534d;
}

.page12 .food-application-panel ul li:before {
    background: linear-gradient(135deg, #e0534d, #e0534d);
}

.page12 .food-teach-container {
    background-color: #eae3f5;
}

.page12 .food-delivery-content {
    padding-top: 0px;
}

.page12 .food-faq-answer,
.page12 .food-faq-question.active {
    background-color: #dfcdeb;
}

.page12 .food-faq-question {
    background-color: #eae3f5;
}

/*page13*/
.page10 .page13 .realstate-delivery-main {
    background-image: url("../images/Fitness.png");
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 12rem;
}

.fitness-img {
    position: relative;
    align-self: center;
}

.fitness-img:nth-child(1) {
    width: 100%;
}

.sports-gif-new {
    position: absolute;
    left: 100px;
    top: 10px;
    width: 200px;
}

.page10 .page13 .food-delivery-content h1 {
    color: #fff;
}

.page10 .page13 .food-delivery-content h6 {
    color: #fff;
}

.page10 .page13 .realstate-container {
    background-color: #d9f2e8;
}

.page10 .page13 .realstate-container-text h3,
.page10 .page13 .realstate-container-text p {
    color: #333;
}

.page10 .page13 .service-container {
    background-color: #d9f2e8;
}

.page10 .page13 .food-delivery-silder {
    background-color: #84d7b2;
}

.page10 .page13 .food-delivery-silder-header h3,
.page10 .page13 .food-delivery-silder-header h6 {
    color: #333;
}

.page10 .page13 .food-application-features-heading h3,
.page10 .page13 .food-application-features-heading h6 {
    color: #333;
}

.page10 .page13 .food-teach-container-heading h3,
.page10 .page13 .food-teach-container-heading p {
    color: #fff;
}

.page10 .page13 .food-faq-section-main {
    background-color: #303030;
}

.page10 .page13 .service-heading {
    color: #333;
}

.page10 .page13 .food-application-panel li {
    color: #fff;
}

.page10 .page13 .food-application-features {
    background-color: #d9eae8;
    background-image: none;
}

.page10 .page13 .food-application-container {
    background-color: #303030;
}

.page10 .page13 .food-delivery-mobile-customizable-section {
    background-image: none;
}

.page10 .page13 .food-teach-container-main {
    background-color: #303030;
}

.page10 .page13 .food-teach-container {
    background-color: #303030;
}

.page10 .page13 .food-faq-question {
    background-color: #d9f2e8;
    color: #333;
}

.page10 .page13 .service-container-main {
    background-color: #fff;
    padding: 5% 0px;
}

.page10 .page13 .food-faq-answer,
.page10 .page13 .food-faq-question.active {
    background-color: #84d7b2;
}

.page10 .page13 .food-application-panel-btn.active {
    background: linear-gradient(90deg, #8edbb6 0%, #1ad2ba 100%);
}

.page10 .page13 .food-application-panel ul li:before {
    background: linear-gradient(180deg, #8edbb6 0%, #8edbb6 100%);
}

/*page14*/
.page6 .page14 .realstate-delivery-main {
    background-image: url(../mtouchlabs.com/websiteimages/TicketBooking.webp);
}

.page6 .page14 .food-delivery-content h1 {
    color: #fff;
}

.page6 .page14 .food-delivery-content h6 {
    color: #fff;
}

.movie-delivery-button {
    padding: 15px 40px;
    font-size: 18px;
    color: #000;
    background-color: #ffd355;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
}

.page6 .page14 .realstate-container {
    background-color: #f8edff;
}

.page6 .page14 .realstate-container-text-button {
    background-color: #006aff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    gap: 10px;
}

.page6 .page14 .service-container {
    background-color: #efefef;
}

.page6 .page14 .food-faq-question {
    background-color: #faf6ff !important;
}

.page6 .page14 .food-delivery-silder {
    background-color: #9130cc;
}

.page6 .page14 .food-faq-answer,
.page6 .page14 .food-faq-question.active {
    background-color: #f2ebfd !important;
}

.page6 .page14 .food-teach-container {
    background-color: #f8edff;
}

.page6 .page14 .food-application-container {
    background-color: #faf1ff;
}

/*home page top services*/
.top-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 98%;
    /* background-color: #ffffff; */
    padding: 20px;
    margin: 20px 0;
}

.top-services h3 {
    width: 10%;
    font-size: 18px;
    margin: 0;
}

.top-services p {
    width: 90%;
    line-height: 1.6;
    text-align: justify;
    padding: 12px;
}

/*product page*/
.product-header {
    background-image: url(../images/ProductsNav.png);
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 50px 20px;
    height: 60vh;
    display: flex;
    align-items: center;
}

/* .portfolio_nav {
    background-image: url(../images/Por);
} */
.produc_nav {
    background-image: url(../images/ResourcesNav.png);

}

.product-header-content {
    max-width: 1200px;
    margin: auto;
    color: #fff;
}

.product-header-content h2 {
    color: #fff;
    padding-top: 30px;
}

.product-container-one {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    padding-left: 5%;
    padding-right: 5%;
    margin: 5% auto;
}

.product-container-one-content,
.product-container-one-img {
    width: 50%;
}

.product-container-two-one {
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: auto;
    background-color: #fff0f0;
    padding: 5%;
    position: relative;
}

.product-container-two {
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: auto;
    background-color: #fff0f0;
    padding: 5%;
    position: relative;
}

#product-container-two-blue {
    background-color: #f0fdff;
}

.product-container-two-img {
    width: 50%;
}

.product-container-two-content {
    width: 50%;
}

.product-container-two-content h3 {
    text-align: left;
}

.product-container-two-content {
    font-size: 18px;
}

.product-container-two-img {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 0px;
    position: relative;
}

.product-two-heading {
    text-align: left;
}

.product-two-heading2 {
    text-align: center;
}

.product-img {
    max-width: 100%;
    height: auto;
}

.product-two-heading h2 {
    color: #265a66;
}

.product-img-section2 {
    max-width: 600px;
    height: auto;
    margin-top: 20%;
}

.product-container-two-list {
    list-style-type: disc;
    line-height: 28px;
    margin-left: 10px;
}

.product-content1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.timeline {
    text-align: center;
    padding: 20px;
    position: relative;
}

.product-container-one-content h2 {
    margin-bottom: 15px;
}

.number {
    font-size: 52px;
    color: #f27406;
    font-weight: bold;
}

.product-two-heading2 h3 {
    color: #265a66;
}

.line {
    width: 4px;
    height: 150px;
    background-color: #f27406;
    margin: 0 auto;
    position: relative;
}

.line2 {
    width: 2px;
    height: 200px;
    background-color: #9b9399;
    margin: 0 auto;
    position: relative;
}

.circle {
    width: 45px;
    height: 45px;
    border: 2px solid #f27406;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0px;
    margin: 0 auto;
    background-color: #fff7f6;
}

.arrow {
    color: #333;
    font-size: 20px;
    padding-top: 3px;
}

/* styles.css */
.product-container-three {
    background: url(../images/products/productbg2.png) no-repeat center center/cover;
    height: 300px;
    position: relative;
    color: white;
    text-align: center;
}

.product-container-three-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-container-three h1 {
    margin: 0;
    padding: 20px;
    font-size: 1.5em;
    color: #fff;
}

.product-container-three-quote-btn {
    background-color: #ff5733;
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
}

.product-container-three-quote-btn:hover {
    background-color: #ff4519;
}

.product-container-four-tools {
    padding: 5% 20px;
    text-align: left;
    background-color: #deecff;
}

.product-container-four-tools h2 {
    margin-top: 0;
}

.product-container-four-header {
    margin: auto;
    max-width: 1200px;
}

.product-container-four-header p {
    margin-top: 30px;
}

.product-container-four-container {
    width: 100%;
    max-width: 1200px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    margin: 40px auto;
}

.product-container-four-tabs {
    width: 600px;
    background-color: #1163fb;
    color: white;
    border-radius: 8px 0 0 8px;
    padding: 60px 30px 30px 40px;
    min-height: 400px;
}

.product-container-four-tabs .tablink {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #3c80fe;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.product-container-four-tabs .tablink:hover {
    background: rgba(8, 83, 221, 1);
    border-radius: 12px;
}

.product-container-four-tabs button.active {
    background-color: #0056b3;
}

.product-container-four-tabs button:hover {
    background-color: #0056b3;
}

.product-container-four-content {
    flex-grow: 1;
    padding: 30px;
}

.product-container-four-content div {
    display: none;
}

.product-container-four-content div.active {
    display: block;
}

.product-container-four-tabcontent .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    box-sizing: border-box;
    padding: 20px;
}

.product-container-four-row {
    background-color: #deecff;
    color: #000;
    gap: 30px;
    border-radius: 16px;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 22px;
}

.product-icon {
    width: 30px;
    height: 30px;
    color: #fff;
    padding-right: 10px;
}

.product-img-icon {
    width: 50px;
    height: 50px;
}

@media (max-width: 1328px) {
    .sports-gif-new {
        left: 50px;
        width: 150px;
    }
}

/* For even larger screens, adjust to 4 items per row */
@media (max-width: 1024px) {
    .product-container-four-tabcontent .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1000px) {
    .page10 .page13 .realstate-delivery-main {
        grid-template-columns: 1fr;
        padding-bottom: 2rem;
        align-items: center;
        justify-items: center;
    }

    .fitness-img {
        display: none;
    }
}

.product-container-five {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.product-container-five-title {
    text-align: left;
    font-size: 2em;
    color: #24456e;
    padding: 20px;
}

.product-container-five-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.product-container-five-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    max-width: 300px;
    min-width: 250px;
    padding: 20px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    color: #000;
}

.product-container-five-img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.product-container-five-card h3 {
    margin-top: 0;
    color: #333;
    font-size: 24px;
}

.product-container-five-card p {
    color: #666;
}

.product-container-five-card:hover {
    background-color: #fff6f4;
    color: white;
}

.product-container-five-card:hover h3,
.product-container-five-card:hover p {
    color: white;
}

.product-container-five-card:hover {
    background-color: #ff5733;
    color: #fff;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 10s linear infinite;
}

/*thank you*/
main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    background-color: #fff;
    padding: 20px;
}

.thank-you {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.thank-you-msg {
    font-size: 24px;
    color: #333;
    margin: 20px;
}

.thank-you button {
    padding: 10px 20px;
    background-color: #2f91f8;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.thank-you button:hover {
    background-color: #ff4500;
}

.logo-thankyou {
    max-height: 50px;
}

.thank-you-container-msg {
    padding: 20px;
}

/*footer*/
.thank-you-footer {
    background-color: #f8fafe;
    padding: 20px 15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.thank-you-footer .footer-section {
    flex: 1;
    min-width: 250px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.thank-you-footer-section-heading {
    text-align: left;
}

.thank-you-footer .footer-section h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #0056b3;
}

.thank-you-footer .footer-section p,
.thank-you-footer .footer-section a {
    margin: 5px 0;
    color: #6c757d;
    text-decoration: none;
}

.thank-you-footer .footer-section a:hover {
    text-decoration: underline;
}

.thank-you-footer .social-icons a {
    display: inline-block;
    margin: 5px;
    color: #333;
    font-size: 20px;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
    background-color: #f8fafe;
}

.thank-you-footer-links {
    display: flex;
    flex-direction: column;
}

.food-delivery-feature-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*logo slider*/

.home-logo-container {
    text-align: center;
    padding: 20px;
}

.home-logo-grid {
    overflow: hidden;
    position: relative;
    display: flex;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.home-logo-track {
    display: flex;
    animation: scroll 30s linear infinite;
}

.home-logo-grid-item {
    flex: 0 0 auto;
    padding: 10px;
}

.home-logo-grid-item img {
    max-width: 200px;
    height: auto;
    display: block;
}

.home-logo-container-heading {
    color: #000000;
    padding: 10px;
}

/* Animation to scroll the logos */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.blog-li {
    font-size: 18px;
    line-height: 28px;
}

.why-choose-us-devops-page {
    padding: 40px;
    background-color: #fbf1ef;
}

.why-choose-us-cards-heading {
    text-align: center;
    margin-bottom: 30px;
    color: #2f91f8;
}

.why-choose-us-card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.why-choose-us-cards {
    border: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    height: 350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #fff;
}

.why-choose-us-cards-h3 {
    padding-bottom: 20px;
}

.food-delivery-feature-p {
    color: #333;
}

/*industries*/
.why-industries-we-serve {
    padding: 5%;
    background-color: #f9f9f9;
}

.why-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 48px;
}

.why-section-description {
    text-align: center;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #666;
    font-size: 18px;
    line-height: 28px;
}

.why-industry-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-industry-item {
    flex: 0 0 48%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.why-industry-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 2px solid #000;
}

.why-industry-item p {
    font-size: 18px;
    line-height: 28px;
    color: #444;
    text-align: justify;
}

#AI-how-it-works {
    text-align: center;
}

/*ott*/
.car-wash-product-page-content,
.ott-delivery-content,
.social-delivery-content,
.shopping-delivery-content,
.diagnostic-delivery-content,
.Ecommerce-delivery-content,
.ticket-delivery-content,
.gaming-delivery-content

/* .sports-delivery-content  */
    {
    padding-top: 0px;
    position: relative;
}

.ott-heading-h1 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Poppins", serif;
    color: #f75d55;
    text-align: left;
}

.real-heading-h1,
.grocery-heading-h1,
.foodelivery-heading-h1,
.tax-heading-h1,
.sports-heading-h1,
.gaming-heading-h1,
.Ecommerce-heading-h1,
.diagnostic-heading-h1,
.hotel-development-h1,
.elearning-heading-h1,
.shopping-heading-h1,
.social-heading-h1 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Poppins", serif;
}

.ticket-heading-h1 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Poppins", serif;
}

.ticket-development-heading {
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Poppins", serif;
}

.ott-development-heading {
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.ott-development-heading,
.hotel-development-heading,
.sports-development-heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.ott-delivery-button {
    color: #fff;
    background-color: #f75d55;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.ott-delivery-button,
.social-delivery-button,
.shopping-delivery-button,
.elearning-delivery-button,
.hotel-delivery-button,
.diagnostic-delivery-button,
.Ecommerce-delivery-button,
.ticket-delivery-button,
.gaming-delivery-button,
.sports-delivery-button,
.tax-delivery-button,
.foodelivery-delivery-button,
.grocery-delivery-button,
.real-delivery-button {
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
}

.ott-delivery-button:hover,
.social-delivery-button:hover,
.shopping-delivery-button:hover,
.elearning-delivery-button:hover,
.hotel-delivery-button:hover,
.diagnostic-delivery-button:hover,
.Ecommerce-delivery-button:hover,
.ticket-delivery-button:hover,
.gaming-delivery-button:hover,
.sports-delivery-button:hover,
.tax-delivery-button:hover,
.foodelivery-delivery-button:hover,
.grocery-delivery-button:hover,
.real-delivery-button:hover,
.car-wash-product-page-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
}

.oot-food-delivery-feature-box {
    background-color: #ca3e3a;
}

.oot-food-delivery-feature-box,
.Ecommerce-food-delivery-feature,
.ticket-food-delivery-feature {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 230px;
    height: 200px;
}

.diagnostic-food-delivery-feature1 {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 170px;
    height: 220px;
}

.diagnostic-food-delivery-feature2 {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 170px;
    height: 220px;
    margin-bottom: 50px;
}

.oot-food-delivery-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.oot-food-delivery-feature img {
    width: 50px;
    height: 50px;
}

.oot-food-delivery-feature-box-p {
    color: #000;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    margin: 10px;
    font-family: "Roboto", sans-serif;
}

/*social media*/
.social-delivery-content {
    left: -360px;
    text-align: left;
}

.social-heading-h1 {
    color: #222;
    padding: 0;
    text-shadow: none;
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Poppins", serif;
}

.social-heading-h1-span {
    color: #7726e4;
    font-weight: 600;
}

.social-delivery-button {
    color: #ffffff;
    background-color: #7726e4;
    border: none;
    border-radius: 30px;
    max-width: 1200px;
}

.social-delivery-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 3% 20px;
}

.social-service-content {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
    width: 200px;
}

.social-media-service {
    width: 50px;
    height: auto;
}

.social-delivery-feature p {
    font-weight: 500;
    color: #000;
    margin-top: 20px;
}

/*online shopping*/
.shopping-delivery-content {
    left: -360px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.shopping-heading-h1,
.shopping-development-heading {
    color: #111111;
    text-align: left;
    padding: 0;
    font-weight: 500;
}

.shopping-banner-h1 {
    color: #6666b3;
    font-weight: 600;
}

.shopping-banner-gif {
    position: absolute;
    width: 300px;
    left: 400px;
    top: -160px;
}

.shopping-delivery-button {
    color: #ffffff;
    background-color: #000000;
    border: none;
}

.shopping-page1 .sports-service-container {
    background-color: #fff;
    max-width: 1200px;
    margin: 20px auto;
}

.shopping-page1 .sports-service-header {
    text-align: left;
}

/*elearning*/
.elearning-heading-h1 {
    color: #000000;
    text-align: left;
    padding: 0;
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Poppins", serif;
}

.elearning-delivery-button {
    color: #ffffff;
    background: linear-gradient(90deg, #6b10ff 0%, #bb91ff 100%);
    border: none;
    display: flex;
    align-items: flex-start;
}

.e-Learning-development {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #6c60e1;
    margin-bottom: 20px;
    text-align: left;
}

/*hotel*/
.hotel-development-heading {
    color: #3240bd;
    position: relative;
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Poppins", serif;
}

.hotel-development-h1 {
    color: #fff;
    position: relative;
    padding: 0;
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Poppins", serif;
}

.hotel-delivery-button {
    color: #fff;
    background-color: #387cdc;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.2sease, box-shadow 0.2sease;
    border: none;
}

.hotel-delivery-content {
    padding-top: 0px;
    position: relative;
    left: -340px;
    text-align: left;
}

/*diagnostic*/
.diagnostic-delivery-content {
    text-align: left;
    left: -350px;
}

.diagnostic_bannergif1 {
    position: absolute;
    right: 500px;
    bottom: 55px;
    border-radius: 18px;
    height: 250px;
}

.diagnostic-heading-h1 {
    color: #111827;
    font-size: 40px;
    line-height: 50px;
    padding: 0;
}

.diagnostic-development-heading {
    color: #7a00ff;
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
}

.diagnostic-delivery-button {
    color: #ffffff;
    background: linear-gradient(90deg, #f36fff 0%, #8eaeff 100%);
    border: none;
    border-radius: 30px;
}

.diagnostic-food-delivery-feature {
    background-color: #fff;
    color: #000;
}

.diagnostic-food-delivery-feature1 img,
.diagnostic-food-delivery-feature2 img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.diagnostic-food-delivery-feature-p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    font-family: "Roboto", sans-serif;
}

/*ecommerce*/
.e-commerce-shopping-icon1 {
    left: 0;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.e-commerce-shopping-icon2 {
    width: 100%;
    max-width: 200px;
}

.Ecommerce-delivery-content {
    left: -280px;
}

.Ecommerce-delivery-content {
    left: -280px;
}

.Ecommerce-heading-h1 {
    color: #000080;
    text-align: left;
    padding: 0;
}

.Ecommerce-heading-h6 {
    font-size: 34px;
    line-height: 48px;
    color: #000;
    text-align: left;
    font-family: "Linden Hill", serif;
    margin-bottom: 20px;
}

.ecommercebanner_gif {
    position: absolute;
    max-width: 500px;
    bottom: 0;
    right: 200px;
}

.ecommerce-phone1-img {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.Ecommerce-delivery-button {
    color: #ffffff;
    background-color: #000080;
    border: 2px solid #000080;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.Ecommerce-food-delivery-feature {
    background-color: #9cf9fe;
}

.Ecommerce-food-delivery-feature img {
    width: 50px;
    height: 50px;
}

.Ecommerce-food-delivery-feature-p {
    color: #000;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    margin: 10px;
    font-family: "Roboto", sans-serif;
}

/*ticket*/
.ticket-delivery-content {
    left: -180px;
}

.ticket-heading-h1 {
    color: #e054c0;
}

.ticket-delivery-button {
    color: #fff;
    background-color: #43bfd7;
    border: none;
    border-radius: 10px;
}

.moviegif_banner {
    position: absolute;
    max-width: 300px;
    right: 200px;
}

.ticket-food-delivery-feature {
    background-color: #9cf9fe;
}

.ticket-food-delivery-feature img {
    width: 50px;
    height: 50px;
}

.ticket-food-delivery-feature-p {
    color: #000;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    margin: 10px;
    font-family: "Roboto", sans-serif;
}

/*GAMING*/
.gaming-delivery-content {
    left: 0px;
}

.gaming-heading-h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Poppins", serif;
    font-weight: 600;
}

.gaming-development-heading {
    color: #d545fa;
    font-size: 46px;
    line-height: 56px;
}

.gaming-delivery-button {
    color: #ffffff;
    background-color: #2f003b;
    border: 2px solid #ff47c1;
    transform: skewX(-12deg);
    border-radius: 10px;
}

.sports-gif {
    position: absolute;
    max-width: 250px;
    height: auto;
    right: 400px;
    top: 130px;
}

/*sports and fitness*/
/* .sports-delivery-content { */
/* left: -400px; */
/* text-align: left; */
/* } */

.sports-heading-h1 {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
}

.sports-development-heading {
    color: #ffd272;
    font-size: 44px;
    line-height: 54px;
}

.sports-delivery-button {
    color: #fff;
    background-color: #2c84b2;
    border: none;
}

/*tax*/
.tax-delivery-content {
    padding-top: 0px;
    position: relative;
    left: -150px;
}

.tax-heading-h1 {
    color: #000000;
}

.page5 .development-heading {
    color: #ff9933;
}

.tax-delivery-button {
    color: #fbe776;
    background-color: #000000;
    border: none;
    transform: skewX(-12deg);
}

/*food */
.foodelivery-delivery-content {
    padding-top: 70px;
    padding-right: 40px;
    position: relative;
}

.foodelivery-gif {
    position: absolute;
    top: -70px;
    left: -175px;
}

.foodelivery-heading {
    color: #000;
}

.foodelivery-heading-h1 {
    color: #222;
}

.food-development-heading {
    color: #fe833c;
    font-size: 32px;
    line-height: 52px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

.foodelivery-delivery-button {
    color: #fff;
    background-color: #fe833c;
    /* border: 2px solid #FF0000; */
}

/*Grocery*/
.grocery-delivery-content {
    padding-top: 10px;
    position: relative;
    left: -250px;
}

.grocery-banner-gif {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 170px;
    left: 240px;
    top: 70px;
}

.grocery-heading-h1 {
    color: #6dc170;
    text-align: left;
    padding: 0;
}

.grocery-delivery-button {
    color: #fff;
    background-color: #75de30;
    border: 2px solid #6dc170;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/*real state*/
.real-delivery-content {
    position: relative;
    left: -300px;
    text-align: left;
}

.real-heading-h1 {
    color: #000000;
    line-height: 45px;
    padding: 0px;
}

@media (max-width: 1024px) {
    .real-delivery-content {
        position: relative;
        left: -250px;
        text-align: left;
    }
}

.realstate-heading-span {
    color: #cc1c22;
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
}

.real-heading,
.grocery-heading,
.foodelivery-heading {
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #333;
    margin-bottom: 20px;
}

.real-delivery-button {
    color: #fff;
    background-color: #cc1c22;
    border: none;
}

.page3 .realstate-last-section-content button {
    display: flex;
    background-color: #cc1c22;
    color: #fff;
    padding: 15px 35px;
    border: none;
    border-radius: 30px;
    gap: 10px;
    margin: auto;
}

.page5 .food-delivery-mobile-customizable-section {
    background-color: #f1f1f1;
}

/*captcha*/
.g-recaptcha {
    width: 100%;
}

.recaptcha-button {
    position: relative;
}

.loading-icon {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #333;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*product pages*/

.multi-vendor-marketplace {
    background: linear-gradient(to right, #6620d7, #c83dfb);
    background-image: url(../images/products/multivendor/Multivendorbanner.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.multi-vendor-container {
    position: relative;
}

.multi-vendor-title-h1 {
    font-size: 2rem;
    line-height: 40px;
    padding: 20px;
    color: #7224dc;
}

.multi-vendor-text-content {
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.multi-vendor-text-content h1 {
    font-size: 44px;
    line-height: 64px;
    margin-bottom: 20px;
    color: #2d2d2d;
    text-align: center;
}

.multi-vendor-text-content span {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
    color: #947ab4;
    text-align: center;
}

.multi-vendor-text-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    text-align: center;
}

.Multi_vendorgif {
    position: absolute;
    left: 200px;
    bottom: 0;
    max-width: 400px;
    height: auto;
}

.multi-vendor-text-content-button {
    background-color: #ffca28;
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    font-size: 1rem;
    border: none;
    display: inline-block;
}

.multi-vendor-image-content img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.real-estate-app-development-services {
    height: 100vh;
}

/* Responsive Design for Mobile */
@media screen and (max-width: 768px) {
    .grocery-delivery-main {
        background: url('../images/Products/grocery/grocery_responsive.png');
        height: 60vh;
        background-size: cover;
        background-position: center;
        text-align: center;
    }

    .real-estate-app-development-services {
        height: 70vh;
    }

    .ticket-booking-app-development-services img {
        display: none;
    }

    .ticket-booking-app-development-services {
        background: url('../images/Products/movie_responsive.png') !important;
    }

    .realstate-delivery-main {
        min-height: 60vh;
        background-size: cover;
        background-position: center;
        text-align: center;
    }

    .milk-delivery-app-development-services {
        height: 75vh !important;
    }

    .food-delivery-main {
        height: 70vh;
    }

    .grocery-heading-h1 {
        text-align: center;
    }

    .grocery-delivery-button {
        border: none;
        justify-self: center;
    }

    .multi-vendor-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        margin-top: 0px;
    }

    @media (max-width: 768px) {
        .multi-vendor-text-content-button {
            display: block;
            margin: 0 auto;
            text-align: center;
        }
    }

    .multi-vendor-text-content {
        max-width: 100%;
        margin-bottom: 0px;
        padding: 0px;
        margin-top: 20px;
    }

    .multi-vendor-image-content img {
        max-width: 200px;
    }

    .multi-vendor-text-content h2 {
        font-size: 1.3rem;
        line-height: 40px;
        text-align: center;
    }

    .multi-vendor-text-content p {
        margin-bottom: 20px;
        text-align: center;
    }
}

.multi-vendor-section2-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.multi-vendor-section2-intro-section {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
}

.multi-vendor-section2-intro-text {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0 auto;
    color: #666;
}

.multi-vendor-section3-cta-section {
    padding: 20px 0;
}

.multi-vendor-section3-cta-box {
    display: inline-block;
    background: linear-gradient(185.48deg,
            rgba(76, 183, 216, 0.2) 3.33%,
            #ffffff 87.38%);
    border-radius: 20px;
    max-width: 1000px;
    padding: 20px;
}

.multi-vendor-section3-cta-box h2 {
    font-size: 1.8rem;
    color: #ff5df4;
    margin-bottom: 10px;
}

.multi-vendor-section3-cta-box p {
    font-size: 1.5rem;
    color: #7925de;
    margin-bottom: 20px;
    font-weight: 700;
}

.multi-vendor-section3-cta-button {
    background-color: #ffca28;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    border: none;
}

/* Section 3: Features */
.multi-vendor-section4-features-section {
    background: #afc3fe33;
    padding: 50px 0;
}

.multi-vendor-section4-features-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: auto;
}

.multi-vendor-section4-feature-text {
    width: 48%;
}

.multi-vendor-section4-feature-text h3 {
    font-size: 1.6rem;
    color: #6633cc;
    margin-bottom: 20px;
}

.multi-vendor-section4-feature-text p {
    font-size: 1.1rem;
    color: #555;
    margin: 20px;
}

.multi-vendor-section4-feature-image img {
    width: 100%;
    max-width: 400px;
}

/* Section 4: Why Choose */
.multi-vendor-section5-choose-section {
    background-color: #fff;
}

.multi-vendor-section5-choose-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 20px;
}

.multi-vendor-section5-choose-text {
    width: 48%;
}

.multi-vendor-section5-choose-text h3 {
    font-size: 1.6rem;
    color: #a33db4;
    margin-bottom: 20px;
}

.multi-vendor-section5-choose-text p {
    font-size: 1.1rem;
    color: #555;
    margin: 20px;
}

.multi-vendor-section5-choose-image img {
    width: 100%;
    max-width: 300px;
}

.multi-vendor-section6-section-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}

.multi-vendor-section7-content {
    background-color: #ffffff;
    width: 320px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.multi-vendor-section7-content:hover {
    transform: translateY(-10px);
    /* Adds a hover effect */
}

/* Why Choose Us Section */
.ai_why_choose_us_section {
    padding-left: 40px;
    background: #fff;
    padding-bottom: 0;
}

.ai_why_choose_us_container {
    /* max-width: 1250px; */
    margin-left: 40px;
    /* margin: 0 auto; */
}

.ai_why_choose_us_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.ai_why_choose_us_content {
    flex: 1;
    max-width: 50%;
}

.ai_why_choose_us_image_box {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
}

.ai_why_choose_us_img {
    width: 100%;
    height: auto;
    max-width: 600px;
    /* Limit image size if needed */
    object-fit: contain;
}

.ai_why_choose_us_title {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.2;
}

.ai_why_choose_us_title_highlight {
    color: #4A90E2;
}

.ai_why_choose_us_description {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .ai_why_choose_us_wrapper {
        flex-direction: column;
        gap: 40px;
        /* Reduced gap */
        text-align: center;
    }

    .ai_why_choose_us_content,
    .ai_why_choose_us_image_box {
        max-width: 100%;
    }

    .ai_why_choose_us_image_box {
        justify-content: center;
    }

    .ai_why_choose_us_title {
        font-size: 2.5rem;
        /* Reduced from 3rem */
    }
}

@media (max-width: 768px) {
    .ai_why_choose_us_image_box {
        display: none;
    }

    /* Changed from 600px to cover larger mobile/small tablet */
    .ai_why_choose_us_section {
        padding: 50px 20px;
    }

    .ai_why_choose_us_container {
        margin-left: 0;
    }

    .ai_why_choose_us_title {
        font-size: 2rem;
        /* Reduced further */
    }

    .ai_why_choose_us_description {
        font-size: 1rem;
    }
}

/* Services New Hero Section */
.services_new_hero {
    position: relative;
    background-image: url('../images/serviceImg/serviceMain.png');
    background-size: cover;
    background-position: center 100px;
    background-repeat: no-repeat;
    background-color: #06111f !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 65px;
    overflow: hidden;
}

.highlight-pink {
    color: #e6239d;
}



.services_hero_content {
    /* max-width: 600px; */
    position: relative;
    z-index: 2;
}

.services_hero_title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.services_hero_description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
}

.services_hero_btn {
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    background: #2563EB;
    /* Blue color from screenshot */
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.services_hero_btn:hover {
    background: #1d4ed8;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .services_new_hero {
        background-position: 70% center;
        height: auto;
        padding: 100px 0;
    }

    .services_hero_title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .services_new_hero {
        background-position: center;
    }

    .services_hero_content {
        max-width: 100%;
        text-align: left;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
        padding: 20px;
        border-radius: 10px;
    }

    .services_hero_title {
        font-size: 2.2rem;
    }

    .services_hero_description {
        font-size: 1rem;
    }
}

.multi-vendor-section7-content img.icon {
    width: 80px;
    /* Adjust the size of the icon */
    height: 80px;
    margin-bottom: 15px;
}

.multi-vendor-section7-content h6 {
    font-size: 18px;
    color: #333333;
    margin: 15px 0;
}

.multi-vendor-section7-content p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
}

.multi-vendor-section6-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.multi-vendor-section6-features-section {
    padding: 50px 0;
    text-align: center;
    background-color: #afc3fe33;
}

.multi-vendor-section6-section-title {
    color: #bb5ecf;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.multi-vendor-section6-section-title2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.multi-vendor-section6-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.multi-vendor-section6-feature-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.multi-vendor-section6-feature-icon img {
    width: 50px;
    height: 50px;
}

.multi-vendor-section6-feature-title {
    color: #000000;
    font-size: 18px;
    margin: 15px 0;
    line-height: 30px;
}

.multi-vendor-section6-feature-description {
    color: #555555;
    font-size: 14px;
}

.multi-vendor-section7-image-block img {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.multi-vendor-section8-section {
    padding: 40px 20px;
    background-color: #afc3fe33;
    max-width: 1800px;
    margin: auto;
}

.multi-vendor-section8-section:nth-child(even) {
    background-color: #f4f4f8;
}

.multi-vendor-section8-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    margin-left: auto;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

.multi-vendor-section8-container {
    width: 100%;
    display: flex;
}

.multi-vendor-section7-text-block {
    display: flex;
    flex-direction: row;
}

.multi-vendor-section8-image-block {
    width: 100%;
}

.multi-vendor-section8-image-block img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.multi-vendor-section8-container-text h3 {
    font-size: 1.2rem;
    line-height: 30px;
    color: #d341fb;
}

.multi-vendor-section8-content {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.multi-vendor-section8-container-text p {
    font-size: 1.2rem;
    line-height: 30px;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.multi-vendor-section8-content-text h3 {
    font-size: 1.4rem;
    text-align: left;
    color: #a34eff;
}

.multi-vendor-section8-content-text p {
    font-size: 1.2rem;
    text-align: left;
}

.multi-vendor-section8-button {
    display: block;
    margin: 0 auto;
    padding: 10px 40px;
    border-radius: 30px;
    text-align: center;
    background-color: #ffb904;
    color: white;
    font-size: 16px;
    border: none;
}

.multi-vendor-container-questions .food-faq-question {
    background-color: #ddd;
}

.multi-vendor-container-questions .food-faq-answer {
    background-color: #dbf1f7;
}

.Web-Development-company-heading {
    font-size: 24px;
}

.multi-vendor-section8-content-text {
    width: 30%;
}

.multi-vendor-section8-image-block {
    width: 30%;
}

/*section 7*/
.multi-vendor-section7-section {
    text-align: center;
    background-color: #a64ecf;
    padding: 20px;
}

.multi-vendor-section6-section-title2 {
    font-size: 1.6em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.multi-vendor-section7-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.multi-vendor-section7-text-block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.multi-vendor-section7-content {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.multi-vendor-section7-content img.icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.multi-vendor-section7-content p {
    color: #555;
    font-size: 1em;
    line-height: 1.5;
}

/*car wash product page */
.car-wash-product-page-main {
    text-align: center;
    height: 120vh;
    color: #fff;
    background-color: #015292;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-wash-product-page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.car-wash-product-page-heading-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.car-wash-product-page-heading-para {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #fff;
    max-width: 600px;
    text-align: center;
}

.car-wash-product-page-button {
    font-size: 1.1rem;
    padding: 12px 25px;
    background-color: #fa7500;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carwash_bannergif {
    max-width: 500px;
    height: auto;
    margin: 20px;
}

.car-wash-product-page-button:hover {
    background-color: #fff;
    color: #000;
}

.car-wash-product-page-web-app {
    width: 100%;
}

.car-wash-product-page-web {
    width: 50%;
}

.car-wash-product-page-web-app {
    background-color: #eeeeee;
    padding: 40px 20px;
}

.car-wash-header {
    text-align: center;
    margin: 10px;
}

.car-wash-header p {
    margin: 30px 0px;
}

.car-wash-product-page-web-app>div:last-child {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-items: center;
    align-items: center;
}

.car-wash-product-page-web-app>div:last-child img {
    max-width: 90px;
    height: auto;
    padding: 20px;
}

.car-wash-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    width: 280px;
    border-radius: 10px;
}

.car-wash-icon-name {
    text-align: center;
}

.car-wash-mobile-heading {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #102579;
    font-style: italic;
    margin: 10px 0px;
}

/* General Styles */
.car-wash-features-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f4efef;
}

.car-wash-features-heading {
    font-size: 2rem;
    margin-bottom: 10px;
}

.car-wash-features-subheading {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}

/* Grid Layout */
.car-wash-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
}

.car-wash-feature-item {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: box-shadow 0.3s;
}

.car-wash-feature-item:hover {
    background-color: #102579;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.car-wash-feature-item:hover h3,
.car-wash-feature-item:hover p {
    color: #fff;
}

.car-wash-feature-item img {
    max-width: 150px;
    margin-bottom: 15px;
}

.car-wash-feature-item h3 {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #102579;
}

.car-wash-feature-item p {
    font-size: 1rem;
    color: #555;
}

/* Hover Effect */
.car-wash-feature-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.car-wash-development-service-bg {
    background-color: #f4efef;
    padding: 50px 20px;
}

.car-wash-app-section {
    margin-top: 5%;
    margin-bottom: 5%;
}

.car-wash-app-section-title {
    color: #102579;
    font-style: italic;
    text-align: center;
    font-size: 2rem;
    margin: 20px 0;
}

.car-wash-app-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 20px;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.car-wash-app-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.car-wash-app-feature-item {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    margin-bottom: 20px;
}

.car-wash-app-feature-item img {
    width: 40px;
    height: 40px;
}

.car-wash-app-feature-item h3 {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #0056b3;
}

.car-wash-app-feature-item p {
    font-size: 1.2rem;
    color: #666;
}

.car-wash-app-app-preview img {
    width: 350px;
    height: auto;
}

.car-wash-business-container {
    background-color: #002366;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-wash-business-container::before {
    content: "";
    background-image: url("../images/products/carwash/bg-img-count.svg");
    /* Add your cloud image path */
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: 1;
}

.car-wash-business-content {
    position: relative;
    z-index: 2;
}

.car-wash-business-headline {
    font-size: 30px;
    font-weight: bold;
    color: #ffd700;
    margin-bottom: 30px;
}

.car-wash-business-stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.car-wash-business-stat {
    flex: 1;
    min-width: 120px;
    margin: 10px 0;
}

.car-wash-business-number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.car-wash-business-description {
    font-size: 16px;
}

.TechnologyStack-container {
    text-align: center;
    padding: 5% 20px;
    background-color: #f4efef;
}

.TechnologyStack-title {
    font-size: 24px;
    font-weight: bold;
    color: #002366;
}

.TechnologyStack-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    line-height: 28px;
}

/* Base styling */
.TechnologyStack-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: 40px auto;
    background-color: #fff;
}

.TechnologyStack-section {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    gap: 40px;
}

.TechnologyStack-section-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    flex-shrink: 0;
}

.TechnologyStack-logos {
    display: flex;
    gap: 10px;
}

.TechnologyStack-logo {
    width: 100px;
    padding: 20px;
    height: auto;
    transition: transform 0.2s;
}

.TechnologyStack-logo:hover {
    transform: scale(1.1);
}

.TechnologyStack-button {
    background-color: #102579;
    color: #fff;
    padding: 10px 20px;
    margin: 20px;
    border-radius: 10px;
}

.TechnologyStack-button {
    display: inline-block;
    background-color: #102579;
    color: #fff;
    padding: 12px 24px;
    margin: 20px auto;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.TechnologyStack-button:hover {
    background-color: #001b5a;
}

.Book-a-service-container {
    background: url("../images/products/carwash/bg-car-wash.svg");
    background-size: cover;
    color: white;
    text-align: center;
    padding: 40px 10%;
}

.Book-a-service-heading {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.Book-a-service-subheading {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: left;
    max-width: 900px;
}

.Book-a-service-button {
    background-color: #fa7500;
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    display: block;
    justify-content: flex-start;
    align-items: center;
}

.milk-delivery-app-development-services {
    background-image: url(../mtouchlabs.com/websiteimages/milkdelivery.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 100vh;
    margin-top: 100px;
}

/*car wash product page */
.milk-delivery-app-page-main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.milk-delivery-app-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}

.milk-delivery-app-page-heading-h1 {
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    background-color: #e3d270;
    padding: 0 10px;
    display: inline-block;
}

.milk-delivery-app-page-heading-para {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #2d2d2d;
    font-weight: 600;
    padding: 0px;
}

.milk-delivery-app-page-button-demo {
    font-size: 1.1rem;
    padding: 12px 25px;
    background-color: #0b6623;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.milk-delivery-app-page-button-demo:hover {
    background-color: #d1be4f;
}

.milk-delivery-banner-gif {
    max-width: 500px;
    height: auto;
    border-radius: 20px;
}

/* Mobile View */
.milk-delivery-app-header-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.milk-delivery-app-header-section img {
    width: 120px;
}

.milk-delivery-app-header-section h1 {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    margin: 0;
}

.milk-delivery-desktop-content-section {
    background-color: #ffffff;
    background-image: url("../images/products/milk/cow-bg.svg");
    margin-bottom: 60px;
    margin-top: 60px;
}

.cow-head-img {
    position: absolute;
    bottom: -200px;
    right: 0;
}

.milk-delivery-app-content-section-img .three-mobile-screens-img {
    height: auto;
    max-width: 400px;
}

.milk-delivery-app-content-section-para p {
    margin-bottom: 20px;
    font-weight: 500;
}

.milk-delivery-app-content-section-para h6 {
    margin-bottom: 20px;
    color: #88b77e;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Main description section styling */
.milk-delivery-app-description {
    font-size: 1rem;
    color: #333;
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Flex layout for content sections */
.milk-delivery-app-content-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.milk-delivery-section-heading {
    font-size: 1rem;
    border-left: 3px solid #88b77e;
    padding-left: 10px;
    width: 90%;
}

.milk-delivery-app-content-section div {
    flex: 1;
    min-width: 250px;
    padding: 5% 20px;
}

.milk-delivery-app-content-section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 2.4rem;
}

.milk-delivery-app-content-section-img {
    width: 50%;
    display: flex;
    justify-content: center;
}

.milk-delivery-app-content-section-para {
    width: 50%;
    position: relative;
}

.milk-delivery-app-content-section img {
    max-width: 600px;
    height: auto;
}

/* Icon section within content */
.milk-delivery-app-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.milk-delivery-app-icons p {
    margin: 0;
    font-size: 1rem;
    color: #555;
}

/* Responsive adjustments */

/* Main Section Styling */
.milk-delivery-app-page-button {
    padding: 12px 25px;
    font-size: 1.1rem;
    background-color: #e3d270;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

/* Image Styling */
.milk-delivery-desktop-content-section img {
    max-width: 500px;
    height: auto;
}

/* Responsive Styling */

.milk-delivery-app-business_model {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background-color: #f9f9f9;
}

.milk-delivery-app-business_model_img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 768px) {}

@media (max-width: 1024px) {}

.milk-delivery-features {
    text-align: center;
    padding: 8% 20px;
    background-color: #f8f9fa;
}

.milk-delivery-features h2 {
    font-size: 2rem;
    color: #102579;
    margin-bottom: 30px;
}

.milk-delivery-features-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.milk-delivery-features-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    max-width: 350px;
}

.milk-delivery-features-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
}

.milk-delivery-features-image img {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.milk-delivery-view-more {
    margin: auto;
    font-size: 1.1rem;
    padding: 12px 25px;
    background-color: #102579;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.milk-delivery-view-more:hover {
    background-color: #0b1a5d;
}

.milk-delivery-feature-item {
    text-align: left;
}

.milk-delivery-feature-item h3 {
    font-size: 1.2rem;
    color: #102579;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: 2rem;
}

.milk-delivery-feature-item h3 span {
    margin-left: 5px;
    color: #3fa34d;
    /* Leaf color */
}

.milk-delivery-feature-item p {
    color: #555;
    font-size: 0.95rem;
}

/* Responsive Styling */
@media (max-width: 768px) {}

/* Main Section Styling */
.Milk-Delivery-App-process {
    padding: 60px 20px;
    background-color: #f7f5ed;
    background-image: url("../images/products/milk/cow-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    position: relative;
}

.Milk-Delivery-App-process-content h6 {
    color: #88b77e;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Milk-Delivery-App-process-content h3 {
    font-size: 2rem;
    color: #1c2240;
    margin-bottom: 30px;
}

/* Card Styling */
.Milk-Delivery-App-process-cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.Milk-Delivery-App-process-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 220px;
    transition: transform 0.3s;
    position: relative;
}

.Milk-Delivery-App-process-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.Milk-Delivery-App-process-card h4 {
    font-size: 1.2rem;
    color: #333;
    margin: 10px 0;
}

.Milk-Delivery-App-process-card p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
}

.Milk-Delivery-App-process-card span {
    font-size: 1.5rem;
    color: #88b77e;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.Milk-Delivery-App-process-card:hover {
    transform: translateY(-5px);
}

/* Button Styling */
.Milk-Delivery-App-view-all-button {
    margin-top: 30px;
    padding: 12px 30px;
    background-color: #88b77e;
    color: #fff;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.Milk-Delivery-App-view-all-button:hover {
    background-color: #77a66d;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .Milk-Delivery-App-process-card {
        width: 45%;
    }
}

/* First Section: Milk Delivery Journey */
.milk-delivery-day-journey {
    background: url("../images/products/milk/milk-delivery-day-journey.webp");
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: white;
}

.milk-delivery-day-journey-content {
    text-align: center;
    max-width: 900px;
}

.milk-delivery-day-journey-content h3 {
    font-family: "Cormorant", serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 10px;
}

.milk-delivery-day-journey-content p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.milk-delivery-day-journey-button {
    background-color: #e3d270;
    color: #fff;
    line-height: 2rem;
    border: none;
    padding: 8px 30px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.milk-delivery-day-journey-button:hover {
    background-color: #e6b74c;
}

.milk-delivery-day-journey-image img {
    width: 100%;
    max-width: 250px;
}

/* Second Section: Application Features */
.milk-application-last {
    padding: 40px;
    text-align: center;
}

.milk-application-features-heading h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #0b1a5d;
    margin-bottom: 10px;
}

.milk-application-features-heading h6 {
    font-size: 1rem;
    color: #5a5a5a;
    margin-bottom: 20px;
}

.milk-application-features-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    max-width: 1000px;
    margin: 20px auto;
    border: 1px solid #ddd;
    padding: 0px;
    background-color: #e3efe2;
    border-radius: 20px;
}

.milk-application-panel-selector {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 600px;
    height: 210px;
    background-color: #517c47;
    padding: 20px;
    border-radius: 20px;
}

.milk-application-panel-one {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.milk-application-panel-one li {
    width: calc(50% - 5px);
    padding: 8px;
    list-style: none;
    box-sizing: border-box;
}

.milk-application-panel {
    background-color: #e3efe2;
    border-radius: 0px;
    padding: 20px;
    width: calc(100% -300px);
}

.milk-application-panel-one {
    display: flex;
    text-align: left;
}

.milk-application-panel-btn {
    background-color: #88b77e;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
}

.milk-application-panel ul li:before {
    content: "✔";
    margin-right: 10px;
    color: #fff;
    background: linear-gradient(135deg, #5f965f, #5f965f);
    border-radius: 15px;
    padding: 6px 8px;
    border: 1px solid #ccc;
}

.milk-application-panel-btn.active {
    background-color: #fdc85a;
}

/*faqs*/
.milk-application-Faqs {
    padding: 60px 20px;
    background-color: #f7f5ed;
    background-image: url("../images/products/milk/faqs-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.milk-application-Faqs .food-faq-item {
    margin-bottom: 15px;
}

.milk-application-Faqs .food-faq-question {
    background-color: #b4d1aa;
    border-radius: 30px;
    padding: 10px;
}

.milk-application-Faqs .food-faq-answer {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
}

.milk-application-Faqs .food-faq-section-heading {
    color: #0b1a5d;
    font-family: Cormorant;
    font-weight: normal;
}

/*health care*/
.healthcare-app-product-page-main {
    background-image: url(../images/products/healthcare/healthcarebanner.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.healthcare-banner-span {
    color: #44c9d2;
}

.healthcare-app-product-page-main-content {
    margin-bottom: 12%;
    max-width: 80%;
    padding: 0 20px;
}

.healthcare-app-product-page-main-content h3 {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #fff;
}

.healthcare-app-product-page-main-content p {
    font-size: 1rem;
    margin-bottom: 5px;
}

.healthcare-app-page-heading-h1 {
    font-size: 2.5rem;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.healthcare-app-product-page-button {
    background-color: #44c9d2;
    border: none;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
}

.healthcare-app-product-page-button:hover {
    background-color: #0056b3;
}

.healthcare-app-cards-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5%;
    margin-top: 30px;
}

.healthcare-app-card {
    background-color: #f4feff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: center;
    padding: 20px;
    color: #172048;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.healthcare-card-web-development {
    background-color: #f4feff;
}

.healthcare-card-heading {
    text-align: center;
    margin-top: 5%;
    font-size: 30px;
    line-height: 40px;
    color: #005c7b;
}

.healthcare-app-card:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #04789d 0%, #4ed6da 100%);
}

.healthcare-app-card:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #04789d 0%, #4ed6da 100%);
}

.healthcare-app-card:hover h3,
.healthcare-app-card:hover p {
    color: #fff;
}

.sub-headinghealthcare-card {
    background: linear-gradient(90.29deg, #45bdbf 0.21%, #005c7b 99.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.healthcare-app-card img {
    width: 162px;
    height: 162px;
    object-fit: cover;
    border-radius: 8px;
}

.healthcare-app-card h3 {
    margin: 15px 0 10px;
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.healthcare-app-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.healthcare-card-web-content {
    background-color: #f4feff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.healthcare-intro-content {
    width: 50%;
}

.healthcare-intro-image {
    width: 50%;
}

/* Section container */
.healthcare-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}

.healthcare-intro-content {
    width: 50%;
    max-width: 600px;
}

.healthcare-intro-content h1 {
    font-size: 28px;
    color: #005c7b;
    margin-bottom: 20px;
    line-height: 46px;
}

.healthcare-intro-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.healthcare-intro-content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: disc;
    color: #666;
}

.healthcare-intro-content ul li {
    width: 100%;
    margin-bottom: 10px;
    list-style-type: none;
    border: 1px solid #b1dbe4;
    padding: 10px 20px;
}

.healthcare-layer-icon {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}

.healthcare-intro-image {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.healthcare-intro-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Responsive Design */
.healthcare-cards-why-choose {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5% auto;
    padding: 20px;
}

.healthcare-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.healthcare-cards-heading {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(90.29deg, #45bdbf 0.21%, #005c7b 99.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.healthcarecard {
    flex: 1 1 calc(30% - 20px);
    max-width: calc(30% - 20px);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icon Styles */
.healthcarecard img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

/* Heading Styles */
.healthcarecard h3 {
    font-size: 20px;
    color: #005c7b;
}

/* Paragraph Styles */
.healthcarecard p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.healthcarecard:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
    .healthcarecard {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

/* Healthcare App Bridge */
.healthcare-apps-Bridge {
    text-align: center;
    padding: 20px;
    max-width: 1200px;
    margin: 5% auto;
}

.healthcare-apps-Bridge h3 {
    font-size: 1.8rem;
    color: #005c7b;
    margin-bottom: 10px;
    line-height: 2.4rem;
}

.healthcare-apps-Bridge p {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 20px;
}

.healthcare-web-img {
    max-width: 500px;
    height: auto;
}

.healthcare-apps-images-Bridge {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.healthcare-apps-images-Bridge img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}

.healthcare-apps-images-Bridge img:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.webdevelopment-health-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.webdevelopment-health-card-img {
    width: 40%;
}

.webdevelopment-health-card-img img {
    max-width: 100%;
    height: auto;
}

.webdevelopment-health-card-content {
    width: 60%;
}

/*healthcare-container*/
.healthcare-container-mask {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(135deg, #001959, #458dab);
    /* padding: 20px; */
    color: white;
    width: 100%;
}

.healthcare-container-mask-text {
    width: 70%;
    max-width: 100%;
    padding: 20px 8%;
}

.healthcare-container-mask-text h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
    color: #fff;
}

.healthcare-container-mask-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.healthcare-container-mask-text button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.healthcare-container-mask-text button:hover {
    background-color: #0056b3;
}

.healthcare-container-mask-image {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.healthcare-container-mask-image img {
    max-width: 300px;
    height: auto;
    border-radius: 10px;
}

/*faqs*/
.health-card-faqs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4feff;
    padding: 20px;
    gap: 20px;
}

.health-card-faqs-img {
    width: 40%;
}

.health-card-faqs-img img {
    max-width: 100%;
    height: auto;
}

.health-card-faqs-content {
    width: 60%;
}

.health-card-faqs-content .food-faq-item {
    margin-bottom: 10px;
}

.health-card-faqs-content .food-faq-question {
    background-color: #0061ff33;
    border-radius: 30px;
    padding: 10px;
}

.health-card-faqs-content .food-faq-answer {
    background-color: #fff;
    border-radius: 30px;
}

.healthcare-cards-heading-two {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
    color: #172048;
    font-weight: bold;
}

.sub-headinghealthcare-card-two {
    color: #001959;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.healthcare-banner-span-blue {
    color: #001b5a;
}

/*mobile app development company*/
.mobile-app-development-company-banner {
    background: url(../images/serviceImg/mobile-app/mobile-app-banner.svg);
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 120vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.mobile-app-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.mobile-app-banner-text-content {
    text-align: left;
}

.mobile-app-banner-text-content p {
    margin-bottom: 20px;
}

.multi-vendor-text-content-span {
    color: #cac824;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: left;
}

.mobile-app-development-image-content {
    max-width: 50%;
}

.mobile-app-development-image-content img {
    width: 100%;
    /* max-width: 500px; */
    height: auto;
}

/*one*/
.mobile-app-section-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.mobile-app-section-one-img,
.mobile-app-section-one-content {
    width: 50%;
}

.mobile-app-section-one-img img {
    max-width: 100%;
    height: auto;
}

.mobile-app-section-one-content {
    position: relative;
    padding: 20px;
}

.section-one-content {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mobile-app-section-one-content h1 {
    font-size: 30px;
    color: #252b33;
    line-height: 50px;
    padding-bottom: 10px;
}

/*two*/
.mobile-app-section-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: #f5f9fb;
}

.mobile-app-section-two-img,
.mobile-app-section-two-content {
    width: 50%;
}

.mobile-app-section-two-img img {
    max-width: 100%;
    height: auto;
    align-self: flex-end;
}

.mobile-app-section-two-content {
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.mobile-app-section-two-content h2 {
    font-size: 30px;
    line-height: 50px;
    color: #252b33;
}

.section-two-content {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*section*/
.hire-best-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hire-best-text-container img {
    max-width: 150px;
    height: auto;
}

.hire-best-text-container-button h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    color: #252b33;
    line-height: 3rem;
}

.hire-best-quote-button {
    background-color: #ffca28;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.hire-best-quote-button:hover {
    background-color: #e5b320;
}

.mobile-app-process-development {
    padding: 40px 20px;
    /* background-color: #fff6f4; */
}

.mobile-app-process-banner-content {
    text-align: center;
}

.mobile-app-process-heading h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2f91f8;
}

.mobile-app-process-heading h3 {
    font-size: 2rem;
    font-weight: normal;
    color: #252b33;
    margin-bottom: 30px;
    line-height: 2.8rem;
}

.mobile-app-process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.left-step {
    flex: 1;
    max-width: 400px;
    text-align: right;
    padding: 30px;
    border-right: 2px dashed #2f91f8;
}

.right-step {
    flex: 1;
    max-width: 400px;
    text-align: left;
    padding: 30px;
    border-left: 2px dashed #2f91f8;
}

.left-step h4,
.right-step h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #252b33;
    margin-bottom: 10px;
}

.left-step p,
.right-step p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.center-img {
    flex: 1;
    text-align: center;
    max-width: 400px;
}

.center-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0px 30px;
}

/*section*/
.mobile-app-services {
    background-color: #f5f9fb;
    padding: 20px 0;
}

.mobile-app-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mobile-app-services-header {
    text-align: center;
    padding: 60px 40px;
}

.mobile-app-services-header h3 {
    font-size: 38px;
    line-height: 60px;
}

.mobile-app-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: auto;
    justify-items: center;
    align-items: center;
}

.mobile-app-service-card {
    width: 320px;
    height: 350px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
}

.mobile-app-service-card:hover {
    transform: translateY(-10px);
}

.mobile-app-service-card img {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
    position: absolute;
    left: 20px;
    top: -20px;
}

.mobile-app-service-card h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 2rem;
}

.mobile-app-service-card p {
    font-size: 1em;
    color: #666;
}

.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    background-image: url("../images/services/mobile-app/businees-bg.svg");
    background-size: contain;
    /* Ensures the full image is visible */
    background-position: center;
    color: #000;
}

.hero-para {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.hero-desc {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.hero-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    background-color: #ffc107;
    /* Button color */
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero-button:hover {
    background-color: #e0a800;
}

.mobile-app-logo-section {
    padding: 40px 20px;
    background-color: #f8f9fa;
    /* Light background color */
    text-align: center;
}

.mobile-app-logo-container h3 {
    font-size: 30px;
    line-height: 50px;
    color: #252b33;
    margin-bottom: 10px;
}

.mobile-app-logo-container p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 30px;
}

/* Mobile App Logo Section Styles */
.mobile-app-logo-section {
    padding: 30px;
    background-color: #f5f9fb;
}

.mobile-app-logo-container {
    text-align: center;
}

.mobile-app-logo-container h2 {
    font-size: 2em;
    margin-bottom: 15px;
}

.mobile-app-logo-container p {
    font-size: 1em;
    margin-bottom: 30px;
}

.mobile-app-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
    max-width: 1000px;
    margin: auto;
}

.mobile-app-logo-card img {
    max-width: 250px;
    border: 2px solid #ddd;
    border-radius: 20px;
    height: auto;
}

.app-screen-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.app-screen-title {
    font-size: 1.8rem;
    color: #252b33;
    margin: 30px;
}

.app-screen-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.best-mobile-app-container {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #45545c;
}

.best-mobile-app-image {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-mobile-app-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
}

.best-mobile-app-content {
    flex: 0 0 60%;
}

.best-mobile-app-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #fff;
}

.best-mobile-app-content p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.6;
}

.best-mobile-app-content-para a {
    color: #fff;
    text-decoration: none;
}

.best-mobile-app-content-para a:hover {
    text-decoration: underline;
}

.mobile-app-container-faqs .best-mobile-app-container {
    background-color: #fff;
}

.mobile-app-container-faqs h3 {
    text-align: center;
    margin: 20px;
}

.mobile-app-container-faqs .food-faq-question {
    background-color: #fff8e6;
    margin-bottom: 10px;
    border: none;
}

.mobile-app-container-faqs .food-faq-answer {
    background-color: #fff8e6;
    margin-bottom: 10px;
    border: none;
}

/*beatuy and wellness*/
.custom-beauty-page-main {
    background-image: url(../images/products/beauty/bannerbg.svg);
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.custom-beauty-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 30px;
}

.custom-beauty-text-content {
    width: 50%;
    text-align: left;
}

.custom-beauty-image-content {
    width: 50%;
}

.custom-beauty-text-content h2 {
    font-size: 24px;
    line-height: 30px;
    color: #ce984b;
    margin-bottom: 20px;
}

.custom-beauty-text-content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.custom-beauty-img {
    max-width: 500px;
    height: auto;
    padding-top: 100px;
}

.custom-beauty-button {
    background-color: #51994b;
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    font-size: 1rem;
    border: none;
    display: inline-block;
    margin-left: 0;
}

.blog-heading {
    font-size: 32px;
    line-height: 48px;
}

/*beauty and wellness*/
.custom-beauty-main-section {
    background-color: #fbf0e3;
    position: relative;
}

.custom-beauty-what-we-provide {
    padding: 2rem;
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.custom-beauty-what-we-provide h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #333;
}

.custom-beauty-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 items per row */
    gap: 1.5rem;
}

.custom-beauty-feature-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-beauty-feature-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.custom-beauty-feature-item h3 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.custom-beauty-feature-item p {
    font-size: 0.9rem;
    color: #666;
}

.custom-beauty-app-development {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.custom-beauty-app-images {
    width: 40%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.custom-beauty-app-images img {
    width: 100%;
    height: auto;
}

.custom-beauty-app-text {
    width: 60%;
    text-align: left;
}

.custom-beauty-app-text h2 {
    /* font-size: 1.75rem; */
    font-size: 30px;
    margin-bottom: 1rem;
    color: #333;
    font-family: "Poetsen One", sans-serif;
}

.custom-beauty-app-text p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

.custom-beauty-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 1rem;
    max-width: 1200px;
    margin: auto;
}

.custom-beauty-App-Features h2 {
    font-family: "Poetsen One", sans-serif;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    line-height: 58px;
    color: #554949;
}

.custom-beauty-feature {
    display: flex;
    /* justify-content: center; */
    gap: 20px;
    align-items: center;
    text-align: center;
    border: 2px solid #554949;
    border-radius: 8px;
    padding: 1rem;
}

.custom-beauty-feature img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: auto;
}

.custom-beauty-feature p {
    font-size: 20px;
    color: #554949;
    font-weight: 600;
}

.custom-beauty-Streamline-Operations {
    display: flex;
    justify-content: space-between;
    /* Ensures proper spacing between text and image */
    align-items: center;
    padding: 20px 40px;
    margin: auto;
}

.custom-beauty-Streamline-Operations-text {
    width: 60%;
}

.custom-beauty-Streamline-Operations-img {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Centers the image vertically */
}

.custom-beauty-Streamline-Operations-img img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.custom-beauty-silder-header {
    color: #554949;
    font-size: 30px;
    text-align: center;
}

.custom-beauty-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 100px;
    color: #fff;
    background-image: url("../images/products/beauty/beauty_banner.svg");
    background-size: cover;
    height: 300px;
}

.custom-beauty-banner h3 {
    color: #fff;
}

.custom-beauty-banner-content {
    position: absolute;
    z-index: 2;
    text-align: left;
}

.custom-beauty-banner-content h1 {
    font-family: PoetsenOne, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

.custom-beauty-banner-content p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 600px;
    margin: auto;
}

.custom-beauty-banner-button {
    background-color: #51994b;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 20%;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.custom-beauty-banner-button:hover {
    background-color: #e65b50;
}

.custom-beauty-banner-img {
    position: absolute;
    bottom: 0;
    z-index: 1;
    max-width: 100%;
}

.custom-beauty-banner-img img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
    opacity: 0.8;
}

.custom-beauty-banner-text {
    width: 60%;
}

.custom-beauty-container-questions-main {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.custom-beauty-container-questions-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.custom-beauty-container-questions {
    width: 70%;
}

.custom-beauty-container-questions-img img {
    max-width: 500px;
    height: auto;
}

.custom-beauty-container-questions-title {
    color: #554949;
    font-size: 30px;
    text-align: center;
    padding: 20px;
}

.custom-beauty-page-main {
    background-image: url("../mtouchlabs.com/websiteimages/Beauty & Wellness.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.custom-beauty-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
}

.custom-beauty-text-content {
    width: 50%;
    text-align: left;
}

.custom-beauty-image-content {
    width: 50%;
}

.custom-beauty-text-content h2 {
    font-family: Merienda;
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    color: #ee4d7f;
    margin: 0;
    font-style: italic;
}

.custom-beauty-text-content p {
    font-family: Merienda;
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    font-style: italic;
}

.custom-beauty-img {
    max-width: 500px;
    height: auto;
    padding-top: 100px;
}

.custom-beauty-button {
    background-color: #ee4d7f;
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    border: none;
    display: inline-block;
    margin-left: 0;
}

.custom-beauty-gif1 {
    position: absolute;
    left: 0;
    width: 100px;
}

.custom-beauty-gif2 {
    position: absolute;
    right: 0;
    width: 100px;
}

.custom-beauty-gif4 {
    position: absolute;
    right: 0;
    width: 100px;
}

/*fitness work*/
.fitness-tracker-page-main {
    background-image: url(../images/products/fitness/fitness.png);
    background-size: cover;
    height: 110vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    background-position: center;
}

.fitness-tracker-page-main-container {
    max-width: 700px;
    padding: 20px;
}

.fitness-tracker-page-text-content h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
}

.fitness-tracker-page-text-content p {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 20px;
}

.fitness-tracker-button {
    background-color: #2f91f8;
    padding: 10px 20px;
    border: none;
    color: #fff;
}

.fitness-tracker-content-start {
    background-color: #37383c;
}

.fitness-tracker-page-makeover {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 5%;
    gap: 30px;
}

.fitness-tracker-page-makeover-img {
    width: 40%;
    display: flex;
    justify-content: center;
}

.fitness-tracker-page-makeover-img img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.fitness-tracker-page-makeover-text {
    width: 60%;
}

.fitness-tracker-page-makeover-text h3 {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 10px;
}

.fitness-tracker-page-makeover-text p {
    color: #fafafa80;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.address-container {
    width: 100%;
}

.newfooter-container {
    text-align: center;
    /* padding: 20px; */
    width: 60%;
}

.newfooter-container_two {
    width: 40%;
}

.newfooter-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.newfooter-tab {
    padding: 10px 20px;
    border: 2px solid #ddd;
    cursor: pointer;
    background-color: white;
    border-radius: 20px;
    font-size: 16px;
    transition: all 0.3s;
    color: gray !important;
}

.newfooter-tab.active {
    background-color: #2f91f8;
    color: white !important;
    border-color: #2f91f8;
}

.newfooter-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.newfooter-city {
    display: none;
}

.newfooter-city.active {
    display: block;
}

.newfooter-card {
    background: unset !important;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
    width: 700px;
    text-align: left;
    color: white;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.newfooter-card-img {
    max-width: 700px;
}

.newfooter-card-content {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.newfooter-card img {
    width: 100%;
    border-radius: 10px;
}

.address_card_flex h2 {
    color: #fff;
    margin-bottom: 8px;
    display: flex;
    align-content: baseline;
    gap: 0.5rem;
}

.address_card_flex {
    display: flex;
    gap: 10px;
}

.newfooter-card p {
    font-size: 17px;
    margin: 10px 0;
}

.newfooter-card button {
    /* background-color: white; */
    color: black;
    border: none;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.newfooter-card button:hover {
    background-color: #2f91f8;
    color: white;
}

.icon-phone::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    color: white;
}

.icon-email::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    color: white;
}

.newfooter_container_main {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 10px;
}

.Homepage-address-container {
    background-color: #0c1c32;
    padding: 30px 10px;
}

.address_tabs {
    display: flex;
    justify-content: space-between;
    padding: 20px 18px 10px 18px;
    gap: 23%;
    margin: 40px 20px 20px 20px;
}

.lets-connect-heading a {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    display: block;
    color: #3e8cfb;
    display: inline-block;
}

.newfooter-tabs span {
    color: #000000b2;
    font-weight: 500;
    font-size: 20px;
}

.newfooter_container_two {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newfooter_container_main h2 {
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 24px;
    color: #fff;
}

.newfooter_container_two h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.newfooter_container_two p {
    color: #fff;
    font-size: 15px;
}

.address-container {
    display: flex;
    overflow: hidden;
    gap: 20px;
}

.newfooter-two-text-card {
    gap: 10px;
    width: 100%;
    /* background: #fff; */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
    width: 550px;
    text-align: left;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.newfooter-two-text-card img {
    width: 100%;
    max-width: 180px;
}

.newfooter-container_two_content h2 {
    font-size: 24px;
    font-weight: 800px;
    color: #727272;
}

.newfooter-container_two_content p {
    font-size: 18px;
    color: #727272;
}

.newfooter-container_two_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/*footer*/
.transforming-footer {
    padding: 40px;
    background-color: #0c1c32;
    color: #fff;
    border-top: 1px solid #152f54;
}

.transforming-container {
    max-width: 1200px;
    margin: auto;
}

.transforming-content h2 {
    text-align: left;
    font-size: 32px;
    /* margin-bottom: 30px; */
    font-weight: 300;
    color: #fff;
    font-family: Roboto;
    line-height: 40px;
}

.transforming-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #304f90, #d94e3b) 1;
}

.transforming-column h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.transforming-column p {
    margin-bottom: 15px;
    color: #fff;
}

.transforming-column a {
    color: #fff;
    text-decoration: none;
}

.transforming-column ul {
    list-style: none;
    padding: 0;
    color: #fff;
}

.transforming-column ul li {
    margin-bottom: 25px;
    font-size: 17px;
}

.transforming-brochure {
    background: linear-gradient(127.46deg,
            #387cdc 15.77%,
            #d47e9b 59.6%,
            #ff4c3a 103.19%);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.transforming-locations {
    max-width: 1200px;
    margin: 25px auto;
    display: flex;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #304f90, #d94e3b) 1;
}

.transforming-locations h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.transforming-certificates-one {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.transforming-certificates-icons {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0px;
}

.locations-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.location-item a {
    color: #fff;
    text-decoration: none;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
}

.location-item {
    /* width: 20%; */
    align-items: baseline;
    display: grid;
}

.location-item-div {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    width: 35%;
    margin-bottom: 25px;
}

.location-item img {
    width: 30px;
    margin-right: 8px;
    vertical-align: middle;
}

.transforming-certificates-img {
    display: flex;
    gap: 10px;
}

.transforming-certificates-img img {
    max-width: 150px;
    height: auto;
}

.transforming-certificates-one-span {
    font-size: 16px;
    padding-top: 10px;
    color: #adb7c5;
    line-height: 24px;
}

.transforming-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
}

.transforming-certificates {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.transforming-certificates-icons {
    display: flex;
    flex-direction: row;
}

.iframe-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 250px;
    overflow: hidden;
    padding-bottom: 20px;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.iframe-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent;
}

.newsletter-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
}

.newsletter-contact-lead {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #cfd6e0;
}

.newsletter-contact a {
    font-size: 16px;
    font-weight: 600;
    color: #adb7c5;
    text-decoration: none;
}

.newsletter-contact a:hover {
    color: #ffffff;
}

.newsletter-contact a {
    color: inherit;
    text-decoration: none;
}

.newsletter-contact a:hover {
    color: #ffffff;
}

.newsletter-text-section h2 {
    font-size: 24px;
    font-weight: bold;
}

.newsletter-subscribe-section {
    text-align: right;
}

.newsletter-subscribe-section p {
    font-size: 18px;
    margin-bottom: 8px;
}

.newsletter-input-box {
    display: flex;
    align-items: center;
    background: #444457;
    padding: 4px 6px;
    width: 100%;
    border: 1px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #304f90, #d94e3b) 1;
}

.newsletter-input-box i {
    padding: 0 10px;
    color: white;
}

.newsletter-input-box input {
    border: none;
    outline: none;
    padding: 0 10px;
    background: transparent;
    color: white;
    width: 300px;
}

.newsletter-input-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-input-box button {
    background-color: #2f91f8;
    color: white;
    border: none;
    padding: 6px 9px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
}

.newsletter-input-box button:hover {
    background-color: #e64a19;
}

/*career*/
.career-container {
    /* height: 800px; */
}

.careers-hero {
    color: white;
    text-align: center;
    padding-top: 110px;
    /*  padding-bottom: 20px; */
    padding-left: 5%;
    padding-right: 5%;
    background-image: url(../images/careersNav.png);
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 20px;
    width: 100%;
}

.careers-hero-content,
.careers-hero-img {
    width: 50%;
    text-align: left;
}

.careers-hero-img {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.careers-hero-content h1 {
    font-size: 40px;
}

.careerbanner-img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.careers-hero-content p {
    margin: 10px 0 20px;
    color: #000000;
}

.careers-hero-buttons .careers-btn {
    background: #2f91f8;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.careers-hero-buttons .careers-btn-outline {
    background: transparent;
    color: #000000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.careers-hero-findjob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 5%;
}

.careers-hero-findjob h2 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 600;
}

/* Job Listings */
.careers-jobs {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
}

.careers-find-more-btn {
    background-color: #fff;
    color: #0056b3;
    padding: 10px 20px;
    border: 2px solid #000000;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.careers-job-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 4 columns on desktop */
    gap: 20px;
    /* margin-top: 20px; */
    /* width: 100%;
    max-width: 1200px;
    margin: auto; */
}

.careers-job-card-icon {
    width: 50px;
    height: 50px;
}

.careers-job-card {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    width: 350px;
}

.careers-job {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
}

.careers-job-content {
    height: 150px;
}

.careers-job-role p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.careers-job-exp p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.careers-location {
    margin-bottom: 20px;
    color: #000;
}

.careers-apply-btn-section {
    background: #2f91f8;
    color: #fff;
    padding: 12px 30px;
    border-radius: 20px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.careers-apply-btn {
    color: #2f91f8;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
    padding-bottom: 40px;
    /* background: #2F91F8; */
    /* padding: 12px 30px; */
    /* border-radius: 20px; */
    /* margin-top: 10px; */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
    /* transition: transform 0.2s ease, box-shadow 0.2s ease; */
}

.careers-apply-btn:hover {
    border-bottom: 2px solid #2f91f8;
    color: #2f91f8;
    padding-bottom: 10px;
}

/* Statistics */

.careers-stats-main {
    background-color: #fff;
}

.careers-stats-main-heading {
    padding: 20px;
    text-align: left;
    color: #000;
}

.careers-stats {
    display: flex;
    text-align: center;
    color: white;
    padding: 40px;
    width: 100%;
}

.careers-stat {
    margin: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    width: 350px;
}

/* styles.css */
.careers-stat h3 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}

.careers-stat p {
    font-size: 18px;
    color: #000;
    text-align: left;
    font-weight: 500;
}

/* How It Works */
.careers-how {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.careers-text {
    width: 100%;
    background-color: #000000;
    padding: 30px 20px 20px 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.careers-image {
    width: 100%;
    /* Use full width of its grid column */
    display: flex;
    justify-content: center;
}

.careers-text h4 {
    color: #fff;
    font-size: 20px;
}

.careers-text h2 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
}

.careers-text h3 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
}

.careers-text .description {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.careers-step {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.career-how-it-icon {
    width: 50px;
    height: 50px;
}

.careers-step h3 {
    font-size: 24px;
    font-weight: bold;
}

.careers-step p {
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
}

/* Right Image Section */
.careers-image img {
    width: 100%;
}

/* Why Choose Us */
.careers-why-choose {
    text-align: center;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    padding: 5% 20px;
}

.careers-why-choose-one {
    display: flex;
    flex-direction: column;
    width: 55%;
    gap: 40px;
    justify-content: space-between;
}

.careers-why-choose-one>div {
    width: 30%;
}

.careers-why-choose-img {
    width: 150px;
}

.careers-why-choose-one-inside {
    display: flex;
    gap: 40px;
}

.careers-why-choose-one-inside p {
    padding-top: 20px;
}

.careers-why-choose-two {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.careers-why-choose-two h3 {
    text-align: left;
    padding-bottom: 20px;
}

.careers-why-choose-two p {
    text-align: left;
}

.careers-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.careers-icon {
    background: #eee;
    padding: 10px 20px;
    border-radius: 5px;
}

.careers-hero-buttons {
    display: flex;
}

.career-clients-grid img {
    max-width: 100%;
    height: auto;
}

.career-newsletter {
    /* background: url('../images/career/subscribe.png') no-repeat center center/cover;
    text-align: left; */
    padding: 20px;
    background-color: gray;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.Newsletter-Subscribe {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.career-newsletter-content {
    text-align: left;
    padding-left: 5%;
    width: 50%;
}

.career-newsletter-content h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #fff;
}

.career-newsletter-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.career-subscribe {
    display: flex;
    gap: 10px;
    background: #444457;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    width: 450px;
}

.career-subscribe input {
    padding: 10px;
    width: 250px;
    border: none;
    outline: none;
    background-color: #444457;
}

.career-subscribe button {
    padding: 8px 20px;
    background: #2f91f8;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    color: #fff;
}

.career-testimonial {
    text-align: center;
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.career-testimonial h2 {
    text-align: left;
    font-size: 24px;
    line-height: 42px;
    color: #000;
    font-weight: 400px;
    margin: 0;
}

.career-employee {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 30px;
    padding-top: 30px;
}

.career-employee img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 20px;
    border: 2px solid #ff9933;
}

.career-employee-text {
    max-width: 500px;
    text-align: left;
}

.career-employee-text h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
}

.career-employee-text p {
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}

.form-item-container-upload_resume {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 40px;
    text-align: center;
    padding: 5px;
}

.career-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 3px solid #115277;
    max-height: 90vh;
    border-radius: 20px;
    overflow: auto;
}

.careerform-container-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.careerform-container-heading1 {
    margin: 0;
    text-align: center;
    flex-grow: 1;
}

.grocery-delivery-features {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
}

.grocery-delivery-features-box1 {
    width: 30%;
}

.grocery-delivery-features-box1 p {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    line-height: 30px;
    text-align: left;
}

.grocery-delivery-features-box2 {
    width: 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0px 30px;
    max-width: 300px;
}

.grocery1-icons {
    width: 50px;
    height: 50px;
}

.grocery-box2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #effdf3;
    padding: 10px;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.grocery-box2-content2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #effdf3;
    padding: 10px;
    width: 150px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.grocery-box2-content2 p,
.grocery-box2-content p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*tax booking */
.tax-delivery-features {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    gap: 20px;
    padding: 5% 20px;
}

.tax-delivery-features-box1 {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.tax_services_img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.tax-delivery-features-box2 {
    width: 50%;
}

.tax-delivery-features-box2 h5 {
    text-align: left;
    margin-bottom: 10px;
}

.tax-delivery-features-box-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 8px 5px;
}

.tax-box1-content {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #c3c3c3;
    border-radius: 10px;
    padding: 5px 5px;
    width: 300px;
}

.tax1-icons,
.tax2-icons,
.tax3-icons,
.tax4-icons {
    width: 50px;
    height: 50px;
}

/*hotel*/
.hotel-delivery-features .tax-delivery-features {
    padding: 0;
    margin: 20px auto 0px auto;
}

.hotel-delivery-features h5 {
    font-size: 24px;
    line-height: 36px;
}

.food-delivery-features {
    margin-top: 20px;
}

.e-Learning-features {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    gap: 30px;
    max-width: 1000px;
    padding: 2% 20px;
}

.e-Learning-features-content1 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.e-Learning-features-content1 h5 {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}

.e-Learning-features-content2 {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-left: 2px solid #ccc;
}

.e-Learning-img {
    width: 100%;
    max-width: 250px;
}

.gaming-delivery-features {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    gap: 20px;
    padding: 20px 20px 0px 20px;
}

.ottgif_img {
    position: absolute;
    left: 0px;
    max-width: 450px;
    top: 230px;
    height: auto;
}

.hotel-banner-bookinggif {
    position: absolute;
    width: 550px;
    top: -80px;
    left: 410px;
    bottom: 0px;
}

.elearning-video {
    position: absolute;
    width: 100px;
}

.elearning-book {
    position: absolute;
    width: 200px;
}

/*ott services*/

.ottservices-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/products/ott/keyfeatures.png");
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    padding-top: 5%;
    padding-bottom: 0;
}

.ottservices-container-one {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ottservices-container-two {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ottservices-container-two-header {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 20px;
    color: #fff;
}

.ottservices-container-two-header span {
    color: linear-gradient(180deg, #1565d8 0%, #c41142 100%);
}

.ottservices-key-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.ottservices-feature-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    background-color: #000000;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #1565d8 0%, #c41142 100%);
    /* Gradient for the border */
    border-image-slice: 1;
    width: 300px;
}

.ottkeybanner_img {
    max-width: 300px;
    height: auto;
}

.ottservices-feature-item img {
    width: 50px;
}

.ottservices-feature-item-p {
    color: #fff;
    text-align: left;
}

/*sports*/
.sports-service-header {
    text-align: center;
    padding: 20px;
    font-size: 24px;
    line-height: 40px;
}

.sports-service-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0px 5%;
    background-color: #2c84b2;
    max-width: 1200px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.sports-service-container1 {
    width: 50%;
}

.sports-service-container2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 5px;
}

.service-img-icon {
    width: 50px;
    height: auto;
}

.Sports_main_img {
    width: 200px;
}

.sports-services-div1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    height: 90px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    width: 300px;
}

.sports-services-div2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    height: 90px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    width: 250px;
}

.social-banner-gif {
    position: absolute;
    width: 300px;
    left: 706px;
    top: -40px;
}

/*ticket booking*/
.ticket-services-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 5%;
}

.social-heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 40px;
}

.ticket-services-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
}

.ticket-services-icon p {
    font-size: 18px;
    color: #000;
    font-family: 500;
    text-align: center;
}

.ticket-booking-icon-img {
    width: 100px;
    height: auto;
}

.real-map-gif {
    width: 200px;
    position: absolute;
    height: auto;
    right: 500px;
}

.realestate-features {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 10%;
    gap: 20px;
}

.realestate_main_img {
    width: 350px;
    height: auto;
}

.realestate-features-container1 {
    width: 40%;
}

.realestate-features-container2 {
    width: 60%;
}

.realestate-features-container2-inside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}

.realestate-container2-inside1 {
    display: flex;
    gap: 10px;
}

.realestate-container2-inside2 {
    display: flex;
    gap: 10px;
    margin-left: 50px;
}

.realestate-feature {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 2px solid #fc504c;
    gap: 10px;
    padding: 20px;
    border-radius: 5px;
    width: 260px;
}

.realestate-feature p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.realestate-service-home {
    position: absolute;
    right: 0;
    width: 320px;
}

.realestate-service {
    width: 50px;
    height: auto;
}

.realestate-features-header {
    text-align: left;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}

.e-learing-phone-img1 {
    width: 100%;
    height: auto;
    max-width: 300px;
}

/*Chef Management*/
.chef-page-main {
    background-image: url(../images/products/chef/chef-bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: relative;
    /* Allows positioning of content on top */
}

.chef-content {
    max-width: 700px;
    text-align: center;
    padding: 20px;
}

.chef-content h2 {
    color: #ffe119;
    font-family: Lato;
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.chef-content p {
    font-family: Nunito;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 30px;
}

.chef-btn {
    font-size: 1.2rem;
    background-color: #fa8507;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.chef-btn:hover {
    background-color: #ff4500;
}

.chef-header-content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    padding: 20px;
    gap: 20px;
    margin: auto;
    width: 100%;
}

.chef-header-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.chef-header-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.chef-header-text {
    width: 50%;
    text-align: left;
}

.chef-line-container {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin-bottom: 20px;
}

.chef-line {
    width: 10%;
    height: 3px;
    background-color: #ff6347;
    margin: 0 10px;
}

.chef-culinary {
    font-size: 1rem;
    font-weight: bold;
    color: #ff6347;
}

.chef-header-text h1 {
    font-family: Lato;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-transform: capitalize;
}

.chef-header-text p {
    font-family: Lato;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2%;
}

.chef-offers-container {
    background-color: #fff8f6;
    padding: 5% 20px;
}

.chef-offers {
    max-width: 1200px;
    margin: auto;
}

.chef-header {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}

.chef-offer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: auto;
}

.chef-offer-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.chef-offer-item img {
    max-width: 80px;
    margin-bottom: 15px;
}

.chef-offer-item h3 {
    font-family: Lato;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

.chef-offer-item h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: #ff6347;
}

.chef-offer-item p {
    font-family: Nunito;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
}

.chef-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: color 0.3s ease;
    font-family: Nunito;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.chef-button i {
    margin-left: 5px;
}

.chef-button:hover {
    color: #007bff;
}

/* Responsive Design */

.chef-grid-line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.chef-app-screens-scroll {
    background-color: #fff8f6;
    padding: 10% 5%;
}

/* Container for the image and text */
.chef-bg-image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.chef-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chef-bg-image-text {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    max-width: 100%;
    text-align: left;
}

.chef-bg-image-text h2 {
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.chef-bg-image-text p {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.chef-bg-button {
    font-size: 1.2rem;
    background-color: #fa8507;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.book-now-btn:hover {
    background-color: #ff4500;
}

.chef-faqs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1400px;
    gap: 20px;
}

.chef-faqs-chef-section {
    width: 30%;
    text-align: center;
    padding-top: 20%;
}

.chef-faqs-section {
    width: 70%;
}

.chef-faqs-section .food-faq-question {
    border-radius: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: #fa850733;
}

.chef-faqs-section .food-faq-answer {
    border-radius: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: #fa850733;
}

.chef-faqs-chef-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/*wedding */
.wedding-page-main {
    margin-top: 5%;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.wedding-page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: auto;
    gap: 40px;
    height: 100vh;
}

.wedding-banner-Img {
    width: 100%;
    height: auto;
}

.wedding-page-container-banner-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
}

.wedding-page-container-banner-Img {
    width: 60%;
}

.wedding-page-container-banner-content {
    width: 40%;
    padding: 20px;
}

.wedding-content {
    text-align: right;
}

.wedding-content h2 {
    color: #2f5e3e;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 48px;
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
}

.wedding-content p {
    color: #3e5e47;
    font-family: Montserrat;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 140%;
    vertical-align: middle;
    margin-bottom: 20px;
}

.wedding-banner-btn {
    background-color: #427054;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 28px;
    padding: 12px 24px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.wedding-banner-btn:hover {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .wedding-page-container {
        flex-direction: column-reverse;
        margin-top: 10%;
        gap: 20px;
        height: auto;
        padding: 0px;
    }

    .wedding-page-container-banner-Img {
        width: 100%;
    }

    .wedding-page-container-banner-content {
        width: 100%;
        text-align: center;
    }

    .wedding-content {
        text-align: center;
        margin-top: 40px;
    }

    .wedding-banner-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .wedding-content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .wedding-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .wedding-banner-btn {
        font-size: 12px;
        padding: 8px 16px;
    }
}

.wedding-why-choose {
    text-align: center;
    margin: 20px auto;
    max-width: 1300px;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.wedding-why-choose-Img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wedding-why-choose-content {
    width: 50%;
    text-align: left;
    padding: 20px;
}

.wedding-phone1-Img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.wedding-phone2-Img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.wedding-why-choose-content h2 {
    color: #427054;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 48px;
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
}

.wedding-why-choose-content p {
    font-family: Montserrat;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 140%;
    vertical-align: middle;
}

.wedding-features {
    padding: 40px 20px;
    text-align: center;
    margin: 20px auto;
    max-width: 1200px;
}

.wedding-features h2 {
    color: #427054;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 48px;
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
}

.wedding-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* Force 3 columns of equal width */
    gap: 20px;
}

.wedding-feature {
    background-color: #fff;
    border: 2px solid #427054;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wedding-feature img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 4px;
}

.wedding-feature h3 {
    color: #427054;
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    line-height: 114.99999999999999%;
    text-align: center;
    padding: 0px 20px 20px 20px;
}

.wedding-App-Screens {
    max-width: 1400px;
    margin: auto;
    padding-bottom: 5%;
}

.wedding-App-Screens h2 {
    color: #427054;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 48px;
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}

.wedding-bg-image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.wedding-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wedding-bg-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    max-width: 100%;
    text-align: center;
}

.wedding-bg-image-text h2 {
    font-family: "Lato", sans-serif;
    font-size: 1.7rem;
    margin-bottom: 15px;
    color: #fff;
}

.wedding-bg-image-text p {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #fff;
}

.wedding-bg-button {
    font-size: 1.2rem;
    background-color: #427054;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.wedding-now-btn:hover {
    background-color: #ff4500;
}

.wedding-faqs {
    text-align: center;
}

.wedding-faqs h2 {
    text-align: center;
    color: #427054;
    font-size: 36px;
    line-height: 48px;
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding: 0;
    margin: 20px;
}

.wedding-faqs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1400px;
    gap: 20px;
}

.wedding-faqs-chef-section {
    width: 30%;
    text-align: center;
}

.wedding-faqs-section {
    width: 70%;
}

.wedding-faqs-section .food-faq-question {
    border-radius: 10px;
    margin-bottom: 10px;
    border: none;
    background: #42705433;
}

.wedding-faqs-section .food-faq-answer {
    border-radius: 10px;
    margin-bottom: 10px;
    border: none;
    background: #42705433;
}

.wedding-faqs-chef-image {
    width: 100%;
    max-width: 350px;
    height: auto;
}

/*new Home page*/
.Home_page_main .ree-header.sticky {
    background: #0c1c32;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.Home_page_main .ree-header {
    padding: 0;
    position: relative;
}

.Home_page_main .header-dark.sticky .ree-nav .nav-list li a.menu-links {
    color: #fff;
}

.Home_page_main .top-header.sticky .top-header li {
    color: #ffffff;
}

.Home_page_main .header-dark.sticky .top-header {
    color: #ffffff;
}

.homenew_bg_one {
    position: absolute;
    right: 0;
    top: 110px;
}

.homenew_bg_two {
    position: absolute;
    left: 0;
    top: -100px;
}

.Newhome_page_herosection {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.newbanner_gif {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 350px;
    height: auto;
    opacity: 0.1;
}

.newbanner_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.product-pages-Faqs {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #deecff;
    padding: 5%;
}

.Home_page_main {
    background-color: #011d80;
}

.Home_page_section_start {
    /* background-color: #0C1C32; */
    background-color: #001c7f;
    position: relative;
}

.Newhome_page_herosection {
    max-width: 1200px;
    height: 90vh;
    text-align: center;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 5%;
}

.Newhome_page_herosection p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    opacity: 70%;
    max-width: 800px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

.Newhome_page_herosection button {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    background-color: #4c6fff;
    /* background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(86.47deg, #1565D8 21.13%, #2E61C8 21.13%, #FF423E 87.44%, #F74343 87.44%) border-box; */
    color: #fff;
    border: 2px solid transparent;
    border-radius: 20px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    /* box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.2s ease, box-shadow 0.2s ease; */
    z-index: 1;
}

.Newhome_page_herosection button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
}

.Home_page_rotate_text {
    background: linear-gradient(100deg, #072b6c 0%, #801308 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.New-Home-outer-headings {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 45px;
    padding: 0 20px;
    text-align: center;
}

.New-Home-outer-headings h1 {
    font-size: 60px;
    text-align: center;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
}

.New-Home-inner-headings {
    display: inline-block;
    height: 70px;
    /* Matches line-height */
    overflow: hidden;
    vertical-align: middle;
    margin-top: 20px;
}

.New-Home-inner-headings span {
    position: relative;
    display: block;
    animation: scroll-animation 12s ease-in-out infinite;
    background: linear-gradient(100deg, #1565d8 0%, #dd1813 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
    color: #fff;
}

@keyframes scroll-animation {

    0%,
    22% {
        top: 0;
    }

    23%,
    25% {
        top: -70px;
    }

    26%,
    47% {
        top: -70px;
    }

    48%,
    50% {
        top: -140px;
    }

    51%,
    72% {
        top: -140px;
    }

    73%,
    75% {
        top: -210px;
    }

    76%,
    97% {
        top: -210px;
    }

    98%,
    100% {
        top: 0;
    }
}

/*new logo */
.New-Home-section2 {
    text-align: center;
    margin: 40px;
}

.New-Home-animated-text-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
}

.New-Home-animated-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #08182b;
    text-align: center;
    margin-bottom: 0px;
}

.New-Home-animated-text {
    flex: 1;
}

.New-Home-animated-text-close {
    text-align: right;
}

.New-Home-underline {
    position: relative;
    display: inline-block;
    border-bottom: none;
    padding-bottom: 3px;
    font-weight: bold;
    color: #08182b;
}

.New-Home-underline.active {
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #fff;
}

.New-home-section2-button {
    color: #3b89fd;
}

.Homenewweb-logos {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.Home-new-logo-scroll-container {
    padding: 0px;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
    border: none;

    >* {
        flex: 0 0 100%;
    }

    &:hover .group {
        animation-play-state: paused;
    }
}

.Home-new-logo-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    padding: 20px;
    /* background-color: #191C23; */
    gap: 100px;
    padding-right: 40px;
    will-change: transform;
    animation: scrolling 60s linear infinite;
}

/* .Home-new-logo-scroll:hover {
    animation-play-state: paused;
}  */

.Home-new-logo-scroll-container:hover .Home-new-logo-scroll {
    animation-play-state: paused;
}

.Homenew-logo-grid-item img {
    max-width: 200px;
    height: auto;
    display: block;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*logo modal*/
.logomodal .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 550px;
    max-width: 1200px;
    padding: 20px;
    gap: 10px;
}

/* .logomodal .Home-logo-container{
    display: flex;
    justify-content: center;
    align-items: flex-start !important;
} */

.New-Home-section3 {
    text-align: center;
    max-width: 1400px;
    margin: 5% auto;
}

.Home-section-AI {
    padding: 20px;
}

.Home-section-AI span,
.Home-section-AI-container-item h4 {
    background: linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-bottom: 20px;
}

.Home-section-AI span {
    margin-bottom: 0;
}

.Home-section-AI h3 {
    color: #222;
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.Home-section-AI p {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.Home-section-AI-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.Home-section-AI-container-item {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    background-color: #192337;
    transition: transform 0.3s ease;
}

.Home-section-AI-container-item:hover {
    transform: scale(1.05);
}

.Home-section-AI-container-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.Home-section-AI-container-item img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.Home-section-AI-container-item h4 {
    text-align: left;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

.Home-section-AI-container-item p {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
}

.Home-section-AI-container-item button {
    padding: 8px 30px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 16px;
    background: transparent;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #222;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Home-section-AI-container-item button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
}

/*AI service pages*/

/*Ai Templets*/
.aitemplet-section-one {
    /* background-color: #000; */
    margin: 5% 20px;
}

.ai-templet {
    margin: 5%;
}

.aitemplet-heading-h6tag {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.aitemplet-heading-h6tag span {
    color: #002178;
}

.aitemplet-header-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aitemplet-header-h1tag {
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}

.aitemplet-header-h1tag span,
.aitemplet-heading-h3tag span {
    background: linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.aitemplet-header-one h5 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}

.aitemplet-heading-h3tag {
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}

.ai-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.ai-templet-video {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.aitemplet-robo-section {
    background-color: #152f54;
    color: #fff;
}

.aitemplet-robo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    margin: 5%;
    position: relative;
}

.aitemplet-info-img {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-roboimg {
    width: 100%;
    max-width: 250px;
    height: auto;
    position: absolute;
    bottom: 0;
}

.aitemplet-info-box {
    width: 70%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding: 5%;
    border-radius: 10px;
}

.aitemplet-info-box p {
    font-size: 20px;
    line-height: 30px;
    /* padding: 20px; */
}

.aitemplet-section-two {
    margin: 20px;
}

.aitemplet-section-two h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
}

.aitemplet-section-two p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.aitemplet-section-two span {
    background: linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.aitemplet-section-two-Empower {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Creates 3 equal columns */
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.aitemplet-section-two-Empower-item {
    background-color: #152f54;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

.aitemplet-section-two-Empower-item h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}

.aitemplet-section-two-Empower-item p {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}

.aitemplet-section-three {
    text-align: center;
    padding: 20px;
    color: white;
}

.aitemplet-section-three h2 {
    font-size: 34px;
    line-height: 44px;
    color: white;
    font-weight: 500;
    margin-bottom: 30px;
}

.aitemplet-section-three p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    color: white;
}

.aitemplet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns */
    gap: 0px;
    max-width: 1100px;
    margin: 20px auto;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 10px;
    background-color: #152f54;
}

.aitemplet-grid-item {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;

    text-align: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.aitemplet-grid-item-img-container {
    height: 50px;
}

.aitemplet-grid-item img {
    width: 40px;
    height: 40px;
}

.aitemplet-grid-item h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

/* Responsive Design */
.aitemplet-section-four {
    margin: 40px;
    text-align: center;
}

.aitemplet-section-four h2 {
    font-size: 34px;
    line-height: 44px;
    color: white;
    font-weight: 500;
    margin-bottom: 30px;
}

.aitemplet-section-four p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    color: white;
}

.aitemplet-section-four-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.aitemplet-section-four-container-item {
    background-color: #152f54;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: left;
}

.aitemplet-section-four-container-item:hover {
    background-color: transparent;
    border: 4px solid #152f54;
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(120, 87, 255, 0.2),
        0 0 10px rgba(120, 87, 255, 0.2);
}

.aitemplet-section-four-container-item h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.aitemplet-section-four-container-item img {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
}

.aitemplet-info-box h3 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.aitemplet-info-box span {
    background: linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

/*keybefetis*/
.aitemplet-key-benfits {
    text-align: center;
}

.aitemplet-key-benfits-container {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background-color: #152f54;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.aitemplet-key-benfits-tab-list {
    width: 30%;
    /* padding: 20px; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #0c1c32;
    border-radius: 10px;
}

.aitemplet-key-benfits-tab-list button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.aitemplet-key-benfits-tab-list button.active,
.aitemplet-key-benfits-tab-list button:hover {
    background-color: #152f54;
    color: #227bfd;
}

.aitemplet-key-benfits-tab-content {
    width: 70%;
    padding: 5%;
}

.aitemplet-key-benfits-tab-content h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
}

.aitemplet-key-benfits-tab-content p {
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}

.aitemplet-key-benfits-tab-content>div {
    display: none;
}

.aitemplet-key-benfits-tab-content>div.active {
    display: block;
}

/*step by step*/
.aitemplet-div-heading {
    padding: 20px;
}

.aitemplet-div-heading h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.aitemplet-div-heading span {
    background: linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.aitemplet-div-heading p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
}

.aitemplet-steps-container {
    width: 100%;
    text-align: center;
    margin: 5% auto;
}

.aitemplet-steps-container h4 {
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 10px;
}

.aitemplet-steps-container p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.aitemplet-stepsbysteps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 5% 0;
}

.aitemplet-hexagon-step {
    position: relative;
    width: 180px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.aitemplet-hexagon-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0));
    z-index: 0;
}

.aitemplet-hexagon-step span {
    position: relative;
    z-index: 1;
}

.aitemplet-hexagon-step:nth-child(1) {
    background-color: #64d05a;
}

.aitemplet-hexagon-step:nth-child(2) {
    background-color: #488def;
}

.aitemplet-hexagon-step:nth-child(3) {
    background-color: #fa5b4b;
}

.aitemplet-hexagon-step:nth-child(4) {
    background-color: #ec38b0;
}

.aitemplet-hexagon-step:nth-child(5) {
    background-color: #a18038;
}

.aitemplet-hexagon-step:nth-child(6) {
    background-color: #f44336;
}

.aitemplet-step-content {
    text-align: center;
    padding: 10px;
}

.aitemplet-step-number {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.aitemplet-step-text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.aitemplet-three-flex {
    margin: 5%;
}

.aitemplet-three-flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.aitemplet-three-flex1,
.aitemplet-three-flex2,
.aitemplet-three-flex3 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.aitemplet-flexthree-li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 10px;
    background-color: #152f54;
    width: 100%;
    border-radius: 10px;
    height: 65px;
}

.aitemplet-flexthree-li p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.aitemplet-flexthree-li img {
    width: 40px;
    height: 40px;
}

.aitemplet-3flex-img {
    width: 100%;
    max-width: 250px;
    border-radius: 15px;
}

.aitemplet-section-five {
    padding: 50px 20px;
    background: #fff;
    font-family: sans-serif;
}

.aitemplet-section-five-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.aitemplet-section-five-left {
    flex: 1 1 40%;
    text-align: left;
}

.aitemplet-section-five-left img {
    max-width: 100%;
    margin-bottom: 20px;
}

.aitemplet-section-five-left h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.aitemplet-section-five-left h2 .highlight {
    background: linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.aitemplet-section-five-left p {
    font-size: 18px;
    line-height: 28px;
    color: #222;
}

.aitemplet-section-five-right {
    flex: 1 1 50%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.aitemplet-section-five-box {
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    transition: 0.3s;
}

.aitemplet-section-five-box:hover {
    background: #f1f1f1;
}

.aitemplet-section-five-box img {
    height: 40px;
    margin-bottom: 10px;
}

.aitemplet-section-five-box p {
    font-size: 18px;
    list-style: 28px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

/* Responsive Design */

/*data science*/
.ai-templet-datascience {
    background-color: #fff;
}

/*data science bg change*/

.ai-templet-datascience {

    .aitemplet-header-one,
    .ai-templet-cybersecurity .aitemplet-header-one {
        background-image: url("../images/new_home/ai-product-pages/datascience/mainbanner.webp");
        /* your bg image path */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 60px 20px;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fff;
    }

    .aitemplet-header-one::before,
    .ai-templet-cybersecurity .aitemplet-header-one::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: -1;
    }

    .ai-templet-cybersecurity .aitemplet-header-one {
        background-image: url("../images/new_home/ai-product-pages/datascience/mainbanner.webp");
        padding-top: 150px;
    }

    .aitemplet-section-two-Empower-item h3 {
        color: #222;
    }

    .aitemplet-section-two-Empower-item,
    .aitemplet-section-four-container-item {
        background-color: #dfecff;
    }

    .aitemplet-section-two-Empower-item:hover {
        transform: scale(1.05);
        box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
        /* background-color: #0C1C32; */
    }

    .aitemplet-section-one,
    .aitemplet-grid {
        background-color: #fff;
        border: none;
    }

    .aitemplet-grid-item {
        border: 1px solid gray;
        padding: 40px;
    }

    .aitemplet-header-h1tag,
    .aitemplet-heading-h3tag,
    .aitemplet-div-heading h3,
    .aitemplet-section-four-container-item h3,
    .aitemplet-section-four p,
    .aitemplet-guide h6,
    .aitemplet-flexthree-li p {
        color: #222;
    }

    .aitemplet-div-heading p,
    .aitemplet-section-two-Empower-item p,
    .aitemplet-grid-item h3 {
        color: #222;
        opacity: 0.9;
    }

    .aitemplet-robo-section,
    .aitemplet-section-three,
    .aitemplet-key-benfits-container,
    .aitemplet-key-benfits-tab-list,
    .aitemplet-steps-container {
        background-color: #0c1c32;
    }

    .aitemplet-steps-container {
        padding: 5% 20px;
    }

    .aitemplet-section-three .aitemplet-div-heading h3,
    .aitemplet-section-three .aitemplet-div-heading p,
    .aitemplet-section-three .aitemplet-div-heading h3,
    .aitemplet-section-three .aitemplet-div-heading p {
        color: #fff;
    }

    .aitemplet-key-benfits-container {
        max-width: 1400px;
        border-radius: 20px;
    }

    .aitemplet-key-benfits-tab-list button {
        border-bottom: 1px solid #fff;
        font-style: italic;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .aitemplet-key-benfits-tab-list button.active,
    .aitemplet-key-benfits-tab-list button:hover {
        background-color: #0c1c32;
        color: #227bfd;
    }

    .homeNfqs-container,
    .homeNfqs-title.homeNfqs-answer,
    .homeNfqs-question,
    .homeNfqs-description,
    .homeNfqs-title {
        color: #222;
        background-image: none;
    }

    .homeNfqs-arrow {
        border: 1px solid #222;
    }

    .aitemplet-guide {
        padding: 40px;
    }

    .aitemplet-guide-item {
        background-color: #fff;
    }

    .aitemplet-flexthree-li {
        background-color: #edf5ff;
    }

    .aitemplet-header-h1tag {
        color: #fff;
    }
}

.aitemplet-steps-datascience {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 20px; */
    max-width: 1200px;
    background-color: #ffffff;
    margin: 20px auto;
    border-radius: 20px;
    overflow: hidden;
}

.aitemplet-guide {
    padding: 20px;
    border: 1px solid gray;
}

.aitemplet-guide-item {
    background-color: #152f54;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}

.aitemplet-guide-item img {
    width: 40px;
    height: auto;
}

.aitemplet-guide h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 20px;
    color: #fff;
}

/*faqs*/
.Home-faqs-maincontainer {
    background-color: #f8fafc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 20px;
    gap: 40px;
    width: 100%;
}

.Home-faqs-desc {
    width: 30%;
}

.Home-faqs {
    width: 60%;
}

.homeNfqs-container {
    background-image: url("../images/new_home/faqsbg.png");
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 5%;
    gap: 40px;
}

.homeNfqs-title-container {
    width: 35%;
}

.homeNfqs-content {
    width: 65%;
    padding: 30px;
    border-radius: 10px;
}

.homeNfqs-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.homeNfqs-description {
    font-size: 1em;
    margin-bottom: 30px;
    text-align: left;
}

.homeNfqs-question {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.homeNfqs-answer {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    display: none;
    padding: 10px;
}

.homeNfqs-arrow {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.homeNfqs-question.active+.homeNfqs-answer {
    display: block;
}

.homeNfqs-question.active .homeNfqs-arrow::before {
    content: "-";
}

.homeNfqs-arrow::before {
    content: "+";
}

/*box home */
.stage {
    perspective: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cubespinner {
    width: 300px;
    height: 80px;
    position: relative;
    transform-style: preserve-3d;
    animation: spincube 15s infinite linear;
    transform-origin: 150px 40px 0;
    /* 150 is half of width, 40 is half of height */
}

.cubespinner div {
    position: absolute;
    width: 900px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    padding: 10px;
    margin: auto;
    box-sizing: border-box;
    backface-visibility: hidden;

    /* Gradient as text color */
    /* background-image: linear-gradient(100deg, #2F91F8 40%, #DD1813 100%); */

    background-image: linear-gradient(90.51deg,
            #aba7ff 17.79%,
            #c399ff 48.56%,
            #ffabe6 100%);

    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    /* White stroke around text */
    /* -webkit-text-stroke: 1px #ffffff; */
    /*BORDER OF TEXT*/
    /* text-shadow: 0px 0px 5px #ffffff88; */
}

/* Proper Z translations based on half height (40px) */
.face1 {
    transform: rotateX(0deg) translateZ(60px);
}

.face2 {
    transform: rotateX(90deg) translateZ(60px);
}

.face3 {
    transform: rotateX(180deg) translateZ(60px);
}

.face4 {
    transform: rotateX(-90deg) translateZ(60px);
}

@keyframes spincube {
    0% {
        transform: rotateX(0deg);
    }

    10% {
        transform: rotateX(0deg);
    }

    25% {
        transform: rotateX(90deg);
    }

    35% {
        transform: rotateX(90deg);
    }

    50% {
        transform: rotateX(180deg);
    }

    60% {
        transform: rotateX(180deg);
    }

    75% {
        transform: rotateX(270deg);
    }

    85% {
        transform: rotateX(270deg);
    }

    100% {
        transform: rotateX(360deg);
    }
}

/*section 3*/
.data-ai-home-section-header {
    text-align: center;
    margin-bottom: 30px;
}

.data-ai-home-section-header h2 {
    font-size: 34px;
    line-height: 48px;
    color: #000;
    font-weight: bold;
}

.data-ai-home-section-header h2 span {
    background: linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.data-ai-home-section-header p {
    margin-top: 1rem;
    color: #555;
    font-size: 18px;
    line-height: 28px;
    max-width: 800px;
    margin-inline: auto;
    padding: 0px 20px;
}

.data-ai-home-card-grid1 {
    margin-top: 10%;
}

.data-ai-home-section-three {
    background-color: #d8e8fe33;
    padding: 5%;
}

.data-ai-home-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Ensure 2 items per row */
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.data-ai-home-card {
    background: #fff;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 5px;
    height: 400px;
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
}

.data-ai-home-card-image {
    display: flex;
    justify-content: flex-end;
    background-color: #f6f6f6;
    padding-top: 5px;
    padding-left: 5px;
    height: 76%;
}

.data-ai-home-card-image-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.data-card-image {
    width: 500px;
    height: auto;
    z-index: 1;
}

.data-ai-home-card-content {
    padding: 20px;
    /* height: 100px; */
    overflow: hidden;
    transition: height 0.3s ease, transform 0.3s ease;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    /* top: 200px; */
    background-color: white;
    position: absolute;
    z-index: 20;
}

.data-ai-home-card-title-data {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    background: linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.data-ai-home-card-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
}

.data-ai-home-card-hover {
    margin-top: 10px;
    /* Add some space between the paragraph and the button */
    position: relative;
    opacity: 0;
    /* Hide the button initially */
    transition: opacity 0.3s ease;
}

.data-ai-home-card-hover span {
    color: #2f91f8;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
}

/* .data-color-bg-img{
    position: absolute;
    left: 0;
    display: none;
  } */

.data-color-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(86.75deg, #1565d8 2.69%, #dd1813 74.26%);
    opacity: 0.2;
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.data-ai-home-card:hover .data-color-bg-img {
    display: block;
}

.data-ai-home-card:hover .data-ai-home-card-content {
    /* transform: translateY(-10px);  */
    height: 150px;
    /* padding-top: 40px; */
}

.data-ai-home-card:hover .data-ai-home-card-hover {
    opacity: 1;
}

.data-ai-home-card-hover a {
    text-decoration: none;
    color: #2f91f8;
}

.data-ai-home-card-hover span::after {
    content: " >";
    font-size: 20px;
    line-height: 30px;
    color: #2f91f8;
    padding-left: 10px;
}

@media (max-width: 1024px) {
    .data-ai-home-card-grid {
        grid-template-columns: 1fr;
        /* Single column layout */
        gap: 10px;
        padding: 0;
    }

    .data-ai-home-card-grid1 {
        margin-top: 0%;
    }
}

@media (max-width: 768px) {
    .data-ai-home-section-header h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .data-ai-home-card {
        height: auto;
        margin-bottom: 10px;
    }

    .data-card-image {
        width: 550px;
        height: auto;
        z-index: 1;
    }

    .data-ai-home-card-image {
        height: auto;
        padding: 0px;
        justify-content: center;
    }

    .data-ai-home-card-content {
        position: static;
        height: auto;
        padding: 20px;
        background-color: white;
        z-index: auto;
    }

    .data-ai-home-card-hover {
        opacity: 1;
        position: static;
        margin-top: 10px;
    }

    .data-color-bg-img {
        display: none !important;
    }

    .data-ai-home-card:hover .data-ai-home-card-content {
        height: auto;
        /* Prevent height change on hover */
    }

    .data-ai-home-card:hover .data-ai-home-card-hover {
        opacity: 1;
        /* Always visible */
    }

    .data-ai-home-card:hover .data-color-bg-img {
        display: none !important;
        /* Hide background overlay on hover */
    }
}

@media (max-width: 600px) {
    .data-ai-home-section-three {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .data-ai-home-card {
        width: 350px;
    }
}

@media (max-width: 500px) {
    .data-ai-home-card {
        width: 300px;
    }
}

@media (max-width: 320px) {
    .data-ai-home-card {
        width: 280px;
    }
}

.ai-templet-machine-learning {
    .aitemplet-header-one {
        background-image: url("../images/new_home/ai-product-pages/datascience/machinelearning.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 60px 20px;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fff;
    }

    .aitemplet-section-two-Empower {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1200px;
        margin: auto;
    }

    .aitemplet-section-two-Empower-item {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .aitemplet-section-two-Empower-item:hover {
        background-color: #fff;
        color: #000;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border: 1px solid #000;
    }

    .aitemplet-section-two-Empower-item:hover h3 {
        color: #000;
        border-bottom: 1px solid #000;
    }

    .aitemplet-section-two-Empower-item:hover p {
        color: #000;
    }

    .aitemplet-section-two-Empower-item h3 {
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

    .aitemplet-heading-h3tag,
    .aitemplet-div-heading h3,
    .aitemplet-guide h6 {
        color: #000;
    }

    .aitemplet-div-heading p {
        color: #000;
    }

    .aitemplet-section-four-container-item:hover {
        background-color: #000;
        color: #fff;
    }

    .aitemplet-header-h1tag {
        color: #fff;
    }

    .aitemplet-heading-h3tag,
    .aitemplet-div-heading h3 {
        color: #000;
    }

    .aitemplet-guide {
        border: none;
    }

    .homeNfqs-container,
    .homeNfqs-title.homeNfqs-answer,
    .homeNfqs-question,
    .homeNfqs-description,
    .homeNfqs-title {
        color: #222;
        background-image: none;
    }

    .homeNfqs-arrow {
        border: 1px solid #000;
    }

    .aitemplet-guide-item {
        background-color: #fff;
    }

    .aitemplet-flexthree-li {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    .aitemplet-flexthree-li p {
        color: #000;
    }

    .aitemplet-section-four-container {
        grid-template-columns: repeat(4, 1fr);
        max-width: 1200px;
        margin: auto;
    }

    .aitemplet-section-four p {
        margin-bottom: 0;
    }

    @media (max-width: 768px) {
        .aitemplet-section-four-container {
            grid-template-columns: repeat(1, 1fr);
        }

        @media (max-width: 500px) {
            .aitemplet-section-two-Empower {
                grid-template-columns: repeat(1, 1fr);
            }
        }
    }
}

/*--blog--*/
/* mcCartify Blog Styles */

/* General Blog Container */
.mcCartify-blog .ree-blog-details {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Info Bar */
.mcCartify-blog .info-bar {
    margin-bottom: 20px;
    color: #888;
    font-size: 14px;
}

/* Table of Contents */
.mcCartify-blog ul {
    list-style-type: none;
    padding: 0;
}

.mcCartify-blog ul li {
    margin: 10px 0;
}

.mcCartify-blog ul li a {
    color: #2a7ae2;
    text-decoration: none;
    font-weight: bold;
}

.mcCartify-blog ul li a:hover {
    text-decoration: underline;
}

/* Paragraphs */
.mcCartify-blog p {
    margin: 15px 0;
    font-size: 16px;
    color: #333;
}

/* Headings */
.mcCartify-blog h3,
.mcCartify-blog h4 {
    color: #333;
    font-size: 22px;
    margin-top: 25px;
}

.mcCartify-blog h3 {
    font-size: 26px;
    font-weight: bold;
}

.mcCartify-blog h4 {
    font-size: 20px;
    font-weight: bold;
}

/* Banner Image */
.mcCartify-blog .banner-image {
    margin: 25px 0;
    text-align: center;
}

.mcCartify-blog .banner-image img {
    max-width: 100%;
    height: auto;
}

/* Table */
.mcCartify-blog table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.mcCartify-blog table th,
.mcCartify-blog table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.mcCartify-blog table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.mcCartify-blog table td {
    font-size: 14px;
}

/* List Styling */
.mcCartify-blog ul {
    padding-left: 20px;
    margin-top: 15px;
}

.mcCartify-blog ul li {
    margin-bottom: 10px;
}

/* Links */
.mcCartify-blog a {
    color: #2a7ae2;
    text-decoration: none;
}

.mcCartify-blog a:hover {
    text-decoration: underline;
}

/* Conclusion */
.mcCartify-blog .mcCartify-blog-conclusion {
    margin-top: 30px;
    font-size: 18px;
    color: #444;
}

.mcCartify-blog .mcCartify-blog-conclusion a {
    font-weight: bold;
    color: #2a7ae2;
}

.mcCartify-blog .mcCartify-blog-conclusion a:hover {
    text-decoration: underline;
}

/* Responsive Styling */
@media screen and (max-width: 768px) {
    .mcCartify-blog .ree-blog-details {
        padding: 15px;
    }

    .mcCartify-blog h3 {
        font-size: 22px;
    }

    .mcCartify-blog h4 {
        font-size: 18px;
    }

    .mcCartify-blog table th,
    .mcCartify-blog table td {
        font-size: 12px;
    }

    .mcCartify-blog .banner-image img {
        width: 100%;
    }

    .mcCartify-blog .info-bar {
        font-size: 12px;
    }
}

/*refund*/
/* Base Refund Policy Styles */
.refund-policy {
    line-height: 1.6;
    margin: 20px;
    padding: 20px;

    /* border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.refund-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.refund-intro,
.refund-details,
.refund-item,
.refund-exception-details,
.refund-exception-item,
.refund-approval,
.refund-contact,
.refund-signature {
    font-size: 18px;
    line-height: 28px;
    color: #555;
}

.refund-no-refund,
.refund-exceptions,
.refund-contact-title {
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.refund-no-refund {
    color: #ff4d4d;
}

.refund-exceptions {
    color: #4caf50;
}

.refund-exclusions {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.refund-list,
.refund-exception-list {
    margin-left: 20px;
    margin-bottom: 10px;
}

.refund-contact-email,
.refund-website {
    color: #007bff;
    text-decoration: none;
}

.refund-contact-email:hover,
.refund-website:hover {
    text-decoration: underline;
}

/* 🔄 Responsive Adjustments */
@media (max-width: 768px) {
    .refund-policy {
        margin: 15px;
        padding: 15px;
    }

    .refund-title {
        font-size: 24px;
    }

    .refund-no-refund,
    .refund-exceptions,
    .refund-contact-title {
        font-size: 20px;
    }

    .refund-exclusions {
        font-size: 16px;
    }

    .refund-intro,
    .refund-details,
    .refund-item,
    .refund-exception-details,
    .refund-exception-item,
    .refund-approval,
    .refund-contact,
    .refund-signature {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .refund-title {
        font-size: 20px;
    }

    .refund-no-refund,
    .refund-exceptions,
    .refund-contact-title {
        font-size: 18px;
    }

    .refund-policy {
        padding: 10px;
        margin: 10px;
    }

    .refund-intro,
    .refund-details,
    .refund-item,
    .refund-exception-details,
    .refund-exception-item,
    .refund-approval,
    .refund-contact,
    .refund-signature {
        font-size: 16px;
    }
}

/*blogs*/
.blog-details-page img {
    margin-bottom: 10px;
}

.blog-details-page p {
    font-size: 18px;
    line-height: 28px;
    color: #111;
    margin-bottom: 10px;
}

.blog-details-page h4 {
    font-size: 24px;
    line-height: 34px;
    color: #111;
    margin-bottom: 10px;
}

.blog-details-page h3 {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    margin-bottom: 10px;
}

.blog-details-page ul,
.blog-details-page ol {
    margin: 20px;
    list-style-type: circle;
}

.blog-details-page ul li,
.blog-details-page ol li {
    font-size: 18px;
    line-height: 28px;
    color: #111;
    margin-bottom: 10px;
}

.blogid-container {
    padding-top: 20px;
    background-color: #fff;
    color: #000;
}

.blogid-body {
    line-height: 1.6;
    color: #333;
}

.blogid-btn {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
}

.blogid-btn-outline {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.blogid-btn-outline:hover {
    background: white;
    color: #1a1a1a;
}

.blogid-btn-primary {
    background: #667eea;
    color: white;
}

.blogid-btn-primary:hover {
    background: #5a6fd8;
}

/* Breadcrumb */
.blogid-breadcrumb {
    /* background: #e9ecef; */
    padding: 1rem 0;
}

.blogid-breadcrumb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.blogid-breadcrumb a {
    color: #667eea;
    text-decoration: none;
}

/* Hero Section */
.blogid-hero {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */

    padding: 10px 0;
    text-align: left;
}

.blogid-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.blogid-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.blogid-hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.blogid-social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.blogid-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: transform 0.3s;
}

.blogid-social-icon:hover {
    transform: translateY(-3px);
}

.blogid-facebook {
    background: #3b5998;
}

.blogid-twitter {
    background: #1da1f2;
    color: #fff;
}

.blogid-instagram {
    background: #e4405f;
}

.blogid-pinterest {
    background: red;
}

.blogid-linkedin {
    background: #0077b5;
}

/* Main Content */
.blogid-main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
    width: 100%;
}

.blogid-main-content img {
    margin: 20px auto;
    border-radius: 30px;
    width: 100%;
    max-width: 1200px;
    height: auto;
}

.blogid-main-container {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    align-items: flex-start;
    position: relative;
}

.blogid-main-container-content {
    width: 70%;
    margin-bottom: 3rem;
    scroll-margin-top: 100px;
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
}

/* Force hero to break out of container - calculate based on main-content positioning */
.blogid-main-container-content .blogid-hero-enhanced {
    /* main-content is centered: left = (100vw - 1200px) / 2 */
    /* main-container has 20px offset from main-content left (padding) */
    /* To position hero at viewport left (0), use negative of main-container position */
    /* CSS calc doesn't support -1 * syntax, so we use: calc(0px - (100vw - 1200px) / 2 - 20px) */
    margin-left: calc(0px - (100vw - 1200px) / 2 - 20px) !important;
    margin-right: calc(0px - (100vw - 1200px) / 2 - 20px) !important;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .blogid-main-container-content .blogid-hero-enhanced {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .blogid-main-content {
        padding: 0;
    }

    .blogid-content-section h2,
    .blogid-content-section h3,
    .blogid-content-section p,
    .blogid-content-section ul li {
        padding: 0 15px !important;
    }
}

.blogid-content-header {
    text-align: center;
    margin-bottom: 10px;
}

.blogid-content-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.blogid-hero-image {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Table of Contents */
.blogid-toc {
    width: 100%;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: fit-content;
    position: sticky;
    top: 120px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 5;
}

/* Ensure TOC doesn't overlap hero section initially */
@media (min-width: 769px) {
    .blogid-main-container-content {
        overflow-x: visible;
        overflow-y: visible;
    }

    /* Hero section should break out but not visually interfere with sidebar */
    .blogid-hero-enhanced {
        position: relative;
        width: 100vw;
        max-width: 100vw;
        /* Calculate margin to break out to full viewport width */
        /* main-content is centered: left = (100vw - 1200px) / 2, with 20px padding */
        margin-left: calc(0px - (100vw - 1200px) / 2 - 20px) !important;
        margin-right: calc(0px - (100vw - 1200px) / 2 - 20px) !important;
        /* Ensure it stays behind sidebar in z-index */
        z-index: 1;
    }

    /* Ensure sidebar is above hero section */
    .blogid-sidebar {
        padding-top: 0;
        margin-top: 650px;
        z-index: 2;
    }

    /* TOC should stick properly without overlapping hero */
    .blogid-toc {
        position: sticky;
        top: 120px;
        z-index: 5;
    }
}

.blogid-toc h3 {
    color: #1f2937;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.blogid-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blogid-toc>ul {
    padding-left: 0;
}

.blogid-toc li {
    padding: 0;
    margin: 0;
    border-bottom: none;
    margin-bottom: 0.5rem;
}

.blogid-toc li:last-child {
    margin-bottom: 0;
}

.blogid-toc li ul {
    margin-top: 0.5rem;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.blogid-toc li ul li {
    margin-bottom: 0.5rem;
}

.blogid-toc a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
    display: block;
    padding: 0.5rem 0;
    padding-left: 1rem;
    margin-left: -1rem;
    line-height: 1.6;
    font-size: 0.875rem;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
}

.blogid-toc a:hover {
    color: #3b82f6;
}

.blogid-toc ul li a.active {
    color: #3b82f6;
    font-weight: 500;
    border-left: 3px solid #3b82f6;
    padding-left: calc(1rem - 3px);
}

.blogid-toc ul li ul li a {
    color: #6b7280;
    font-size: 0.875rem;
    padding-left: calc(1.5rem + 1rem);
    margin-left: calc(-1.5rem - 1rem);
}

.blogid-toc ul li ul li a.active {
    color: #3b82f6;
    font-weight: 500;
    border-left: 3px solid #3b82f6;
    padding-left: calc(1.5rem + 1rem - 3px);
}

/* Content Sections */
.blogid-content-section {
    margin: 2rem 0;
}

.blogid-content-section h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5rem;
}

.blogid-content-section h3 {
    color: #333;
    font-size: 1.5rem;
    margin: 2rem 0 1rem 0;
}

.blogid-content-section p {
    margin-bottom: 1rem;
    color: #666;
}

.blogid-content-section li {
    color: #666;
    padding: 10px 0px;
    line-height: 25px;
}

.blogid-features-grid {
    margin: 20px 10px;
}

.blogid-feature-card {
    background: #f8f9fa;
    padding: 2rem;
    margin-bottom: 10px;
    border-radius: 10px;
    border-left: 4px solid #f0f0f0;
}

.blogid-feature-card h4 {
    color: #333;
    margin-bottom: 1rem;
}

.blogid-feature-list {
    list-style: none;
    margin: 1rem 0;
}

.blogid-feature-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.blogid-feature-list li:before {
    content: "✓";
    color: #555;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Comparison Table */
.blogid-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blogid-comparison-table th,
.blogid-comparison-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.blogid-comparison-table th {
    background: #555;
    color: white;
    font-weight: 600;
}

.blogid-comparison-table tr:hover {
    background: #f8f9fa;
}

/* Testimonials */
.blogid-testimonials {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem 0;
}

.blogid-testimonial {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    margin: 1rem 0;
    border-left: 4px solid #667eea;
}

.blogid-testimonial blockquote {
    font-style: italic;
    margin-bottom: 1rem;
    color: #666;
}

.blogid-testimonial cite {
    font-weight: bold;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .blogid-hero h1 {
        font-size: 2rem;
    }

    .blogid-hero p {
        font-size: 1rem;
    }

    /* .blogid-content-section { */
    /* padding: 2rem 1rem; */
    /* } */

    /* .blogid-main-content { */
    /* padding: 2rem 1rem; */
    /* } */

    .blogid-main-container {
        flex-direction: column-reverse;
    }

    .blogid-main-container-content,
    .blogid-toc {
        width: 100%;
        position: static;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blogid-content-section {
    animation: fadeInUp 0.6s ease-out;
}

/* AI Icon Styles */
.blogid-ai-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.blogid-ai-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    animation: float 3s ease-in-out infinite;
}

.blogid-ai-icon:nth-child(2) {
    animation-delay: -1s;
}

.blogid-ai-icon:nth-child(3) {
    animation-delay: -2s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Enhanced Blog Hero Section */
.blogid-hero-enhanced {
    background: linear-gradient(180deg,
            #1e3a8a 0%,
            #3b82f6 30%,
            #60a5fa 60%,
            #bfdbfe 85%,
            #f0f9ff 100%);
    padding: 80px 0 100px;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-height: 600px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
}

.blogid-hero-enhanced .blogid-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 3;
    text-align: left;
}

.blogid-hero-content {
    position: relative;
    z-index: 4;
    text-align: left;
}

/* Code Snippet Background */
.blogid-code-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.2;
    overflow: hidden;
    filter: blur(1px);
}

.blogid-code-background pre {
    margin: 0;
    padding: 40px;
    font-family: "Courier New", monospace;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogid-code-background code {
    display: block;
    white-space: pre;
}

.code-line {
    color: rgba(255, 255, 255, 0.4);
    margin-right: 15px;
    user-select: none;
}

.code-keyword {
    color: #60a5fa;
}

.code-var {
    color: #93c5fd;
}

.code-function {
    color: #a5b4fc;
}

.code-string {
    color: #fbbf24;
}

.code-tag {
    color: #34d399;
}

.code-attr {
    color: #f472b6;
}

/* Abstract Icons */
.blogid-abstract-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.blogid-icon-abstract {
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    font-size: 40px;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.blogid-icon-abstract.icon-1 {
    top: 15%;
    left: 3%;
    animation-delay: 0s;
    opacity: 0.4;
}

.blogid-icon-abstract.icon-2 {
    top: 25%;
    right: 8%;
    animation-delay: 1s;
    font-size: 35px;
    opacity: 0.3;
}

.blogid-icon-abstract.icon-3 {
    top: 65%;
    left: 5%;
    animation-delay: 2s;
    font-size: 45px;
    opacity: 0.35;
}

.blogid-icon-abstract.icon-4 {
    bottom: 20%;
    right: 3%;
    animation-delay: 1.5s;
    font-size: 38px;
    opacity: 0.3;
}

.blogid-icon-abstract.icon-5 {
    top: 45%;
    right: 12%;
    animation-delay: 0.5s;
    font-size: 32px;
    opacity: 0.35;
}

.blogid-icon-abstract.icon-6 {
    bottom: 30%;
    left: 12%;
    animation-delay: 2.5s;
    font-size: 36px;
    opacity: 0.3;
}

/* Large Central Mobile App Icon */
.blogid-central-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 450px;
    height: 450px;
    opacity: 0.4;
    pointer-events: none;
}

.blogid-central-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.5));
}

/* .blogid-hero-enhanced::before { */
/* content: ""; */
/* position: absolute; */
/* top: 0; */
/* left: 0; */
/* right: 0; */
/* bottom: 0; */
/* background-image: radial-gradient( */
/* circle at 20% 50%, */
/* rgba(255, 255, 255, 0.1) 0%, */
/* transparent 50% */
/* ), */
/* radial-gradient( */
/* circle at 80% 80%, */
/* rgba(255, 255, 255, 0.1) 0%, */
/* transparent 50% */
/* ), */
/* linear-gradient( */
/* 45deg, */
/* transparent 30%, */
/* rgba(255, 255, 255, 0.05) 50%, */
/* transparent 70% */
/* ); */
/* pointer-events: none; */
/* z-index: 1; */
/* } */
/*  */
/* .blogid-hero-enhanced::after { */
/* content: ""; */
/* position: absolute; */
/* bottom: 0; */
/* left: 0; */
/* right: 0; */
/* height: 200px; */
/* background: linear-gradient( */
/* to bottom, */
/* transparent 0%, */
/* rgba(255, 255, 255, 0.2) 30%, */
/* rgba(255, 255, 255, 0.4) 60%, */
/* rgba(255, 255, 255, 0.7) 100% */
/* ); */
/* filter: blur(25px); */
/* pointer-events: none; */
/* z-index: 2; */
/* } */

.blogid-breadcrumb-enhanced {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

.blogid-breadcrumb-enhanced a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s;
}

.blogid-breadcrumb-enhanced a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.blogid-breadcrumb-enhanced span {
    color: white;
    font-weight: 600;
    text-transform: capitalize;
}

.blogid-category-tag {
    margin-bottom: 20px;
    text-align: left;
}

.blogid-category-tag span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.blogid-hero-content h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    z-index: 4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    max-width: 600px;
}

.blogid-hero-content .blogid-meta {
    display: flex;
    gap: 20px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    position: relative;
    z-index: 4;
    text-align: left;
    justify-content: flex-start;
}

.blogid-author,
.blogid-date,
.blogid-read-time {
    display: flex;
    align-items: center;
}

.blogid-author {
    display: none !important;
}

/* Tags Section */
.blogid-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.blogid-tag {
    display: inline-block;
    background: #f0f4ff;
    color: #3b82f6;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.blogid-tag:hover {
    background: #3b82f6;
    color: #fff;
}

/* Sidebar Layout */
.blogid-sidebar {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    align-self: flex-start;
    padding-top: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 900px) {
    .blogid-sidebar {
        display: none !important;
    }

    .blogid-main-container {
        justify-content: flex-start;
    }

    .blogid-main-container-content {
        width: 100% !important;
    }
}

.blogid-share {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.blogid-share h3 {
    color: #1f2937;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -0.01em;
}

.blogid-share-header-icon {
    color: #6b7280;
    font-size: 0.875rem;
}

.blogid-share-icons {
    display: flex;
    gap: 8px;
}

.blogid-share-icon {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    text-decoration: none;
    transition: all 0.2s;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 1rem;
}

.blogid-share-icon:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.blogid-share-facebook i {
    color: #1f2937;
}

.blogid-share-linkedin i {
    color: #1f2937;
}

.blogid-share-twitter i {
    color: #1f2937;
}

/* Related Articles */
.blogid-related-articles {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.blogid-related-articles h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}

.blogid-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blogid-related-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.blogid-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.blogid-related-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.blogid-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogid-related-category {
    padding: 15px 20px 10px;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blogid-related-card h3 {
    padding: 0 20px 15px;
    font-size: 1.2rem;
    color: #333;
    margin: 0;
}

.blogid-related-link {
    display: inline-block;
    padding: 0 20px 20px;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.blogid-related-link:hover {
    color: #1e3a8a;
}

/* Newsletter Section */
.blogid-newsletter {
    background: #f0f8ff;
    padding: 35px 30px;
    margin: 60px auto;
    max-width: 1200px;
    border-radius: 10px;
    box-shadow: none;
}

.blogid-newsletter-container {
    max-width: 700px;
    margin: 0;
    text-align: left;
}

.blogid-newsletter-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.blogid-newsletter-icon-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e0f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.blogid-newsletter-icon {
    font-size: 1rem;
    color: #fff;
}

.blogid-newsletter h2 {
    font-size: 1.375rem;
    color: #1f2937;
    margin: 0;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
}

.blogid-newsletter p {
    color: #6b7280;
    margin-bottom: 22px;
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: left;
}

.blogid-newsletter-form {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
    margin: 0;
}

.blogid-newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 6px 0 0 6px;
    font-size: 0.9375rem;
    outline: none;
    background: #fff;
    color: #1f2937;
    min-width: 0;
}

.blogid-newsletter-input::placeholder {
    color: #9ca3af;
}

.blogid-newsletter-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.blogid-newsletter-btn {
    padding: 12px 24px;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 0;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
}

.blogid-newsletter-btn:hover {
    background: #2563eb;
}

/* FAQ Section */
.blogid-faq-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.blogid-faq-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.blogid-faq-header i {
    font-size: 2rem;
    color: #3b82f6;
}

.blogid-faq-header h2 {
    font-size: 2rem;
    color: #333;
    margin: 0;
}

.blogid-faq-subtitle {
    color: #666;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.blogid-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blogid-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.blogid-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.blogid-faq-question:hover {
    background: #f8f9fa;
}

.blogid-faq-question span {
    flex: 1;
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
}

.blogid-faq-question i {
    color: #3b82f6;
    transition: transform 0.3s;
}

.blogid-faq-item.active .blogid-faq-question i {
    transform: rotate(180deg);
}

.blogid-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.blogid-faq-item.active .blogid-faq-answer {
    max-height: 500px;
}

.blogid-faq-answer p {
    padding: 0 20px 20px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.blogid-cta {
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
    padding: 80px 20px;
    margin: 60px auto;
    max-width: 1200px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}

.blogid-cta-container {
    max-width: 700px;
    margin: 0 auto;
}

.blogid-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.blogid-cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.blogid-cta-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: #3b82f6;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.blogid-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Styles for New Components */
@media (max-width: 768px) {
    .blogid-hero-enhanced {
        padding: 100px 0 60px;
        min-height: 300px;
    }

    .blogid-hero-content h1 {
        font-size: 2rem;
    }

    .blogid-hero-content .blogid-meta {
        flex-direction: column;
        gap: 10px;
    }

    .blogid-central-icon {
        width: 250px;
        height: 250px;
    }

    .blogid-icon-abstract {
        font-size: 24px !important;
    }

    .blogid-code-background pre {
        font-size: 10px;
        padding: 20px;
    }

    .blogid-sidebar {
        width: 100%;
    }

    .blogid-related-grid {
        grid-template-columns: 1fr;
    }

    .blogid-newsletter {
        padding: 30px 20px;
    }

    .blogid-newsletter-form {
        flex-direction: column !important;
        gap: 0;
    }

    .blogid-newsletter-input {
        border-radius: 6px !important;
        width: 100%;
    }

    .blogid-newsletter-btn {
        width: 100%;
        border-radius: 6px !important;
        margin-top: 12px;
    }

    .blogid-cta h2 {
        font-size: 2rem;
    }

    .blogid-cta p {
        font-size: 1rem;
    }
}

/*services*/
/* Full Banner Section */
/* .AIservices-banner {
    width: 100%;
    height: 540px;
    background: url('../images/new_services/new_services.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
} */

.AIservices-banner {
    width: 100%;
    /* height: 540px; */
    height: 100vh;
    background: center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
}

/* Flex Container */
.AIservices-banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
    gap: 30px;
    flex-wrap: wrap;
}

/* Left Content */
.AIservices-banner-content {
    width: 50%;
}

.AIservices-title {
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.AIservices-highlight {
    color: #ff3c3c;
}

.AIservices-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #f1f1f1;
    margin-bottom: 10px;
}

/* Right Image */
.AIservices-banner-image {
    width: 40%;
    text-align: right;
}

.AIservices-banner-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    animation: floatUpDown 3s infinite ease-in-out;
}

/* Floating Animation */
@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .AIservices-banner {
        height: auto;
        padding: 40px 20px;
        /* text-align: center; */
        /* margin-top: 90px; */
    }

    .AIservices-banner-container {
        flex-direction: column;
        /* text-align: center; */
        margin-top: 80px;
    }

    .AIservices-banner-content,
    .AIservices-banner-image {
        width: 100%;
    }

    .AIservices-banner-image img {
        margin-top: 20px;
    }

    .AIservices-title {
        font-size: 2rem;
    }
}

/*card*/
.AIservices-info-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 40px 20px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

/* Individual Cards */
.AIservices-info-card {
    background-color: #eff5ff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.AIservices-info-card-height {
    height: 30vh;
}

/* Hover Effect */
.AIservices-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Headings */
.AIservices-info-card h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 15px;
}

/* Paragraph */
.AIservices-info-card p {
    font-size: 16px;
    line-height: 26px;
    color: #161513;
    margin-bottom: 20px;
}

/* Button */
.AIservices-btn {
    border: 2px solid #006b8f;
    color: #006b8f;
    background-color: transparent;
    /* border: none; */
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.AIservices-btn:hover {
    background-color: #0056b3;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .AIservices-info-section {
        flex-direction: column;
        align-items: center;
    }

    .AIservices-info-card {
        max-width: 90%;
    }

    .AIservices-info-card-height {
        height: 40vh;
    }

    .AIservices-info-section {
        margin: 10px;
        padding: 0px;
    }
}

/*service cards*/
.AIservices-process-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.AIservices-process-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: #111;
    line-height: 1.4;
}

/* Container */
.AIservices-process-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* Process Item */
.AIservices-process-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.AIservices-process-item.reverse {
    flex-direction: row-reverse;
}

/* Text */
.AIservices-process-text {
    flex: 1;
    margin: 10px;
}

.AIservices-process-text h3 {
    font-size: 28px;
    line-height: 44px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}

.AIservices-process-text p {
    font-size: 18px;
    color: #161513;
    line-height: 28px;
    margin-bottom: 20px;
}

.AIservices-process-text a {
    font-size: 0.95rem;
    font-weight: bold;
    color: #006b8f;
    text-decoration: none;
}

.AIservices-process-text a:hover {
    text-decoration: underline;
}

/* Image */
.AIservices-process-image {
    flex: 1;
    /* text-align: center; */
}

.AIservices-process-image1 {
    flex: 1;
    text-align: end;
}

.AIservices-process-image img,
.AIservices-process-image1 img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.AIservices-process-image img:hover,
.AIservices-process-image1 img:hover {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {

    .AIservices-process-item,
    .AIservices-process-item.reverse {
        flex-direction: column;
        text-align: center;
    }

    .AIservices-process-text {
        padding: 0 10px;
    }
}

/*testimonial*/
.Aiservices-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Testimonials Section */
.Aiservices-testimonials {
    background-color: #f1f5f9;
    text-align: center;
    color: white;
    padding: 40px;
}

.Aiservices-testimonials-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.Aiservices-testimonial-card {
    border-radius: 20px;
    margin: 0 auto;
}

.Aiservices-testimonial-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 800px;
    margin: auto;
}

.Aiservices-company-logo-container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Aiservices-company-logo-div {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    max-width: 300px;
}

.Aiservices-company-logo {
    width: 120px;
    height: 120px;
    background: #000;
    border-radius: 15px;
}

.Aiservices-company-logo span {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.Aiservices-testimonial-text {
    width: 50%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.Aiservices-testimonial-quote {
    font-size: 18px;
    line-height: 28px;
    color: #090914;
    font-weight: 500;
    text-align: left;
}

.doublequotes_img {
    width: 50px;
    height: 50px;
}

.Aiservices-testimonial-author {
    color: #7f8c8d;
    font-size: 0.9rem;
    display: flex;

    gap: 10px;
}

.Aiservices-testimonial-author span {
    color: #3e8cfb;
    font-size: 16px;
}

/* Blogs Section */
.Aiservices-blogs {
    padding: 80px 0;
    background: white;
}

.Aiservices-blogs-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #2c3e50;
}

.Aiservices-blogs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.Aiservices-blog-card {
    background: white;
    /* border-radius: 15px; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Aiservices-blog-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    /* border-radius: 15px 15px 0 0; */
}

.Aiservices-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.Aiservices-blog-card:hover .Aiservices-blog-image img {
    transform: scale(1.05);
}

.Aiservices-blog-content {
    padding: 25px;
}

.Aiservices-blog-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
    line-height: 1.4;
    height: 100px;
}

.Aiservices-blog-excerpt {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    height: 80px;
}

.Aiservices-blog-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.85rem;
    color: #95a5a6;
    margin-top: 20px;
}

.Aiservices-read-more {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.Aiservices-read-more:hover {
    color: #764ba2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .Aiservices-container {
        padding: 0 15px;
    }

    .Aiservices-testimonials {
        padding: 60px 0;
    }

    .Aiservices-testimonials-title,
    .Aiservices-blogs-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 40px;
        text-align: center;
    }

    .Aiservices-testimonial-card {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .Aiservices-testimonial-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .Aiservices-company-logo {
        width: 90px;
        height: 90px;
    }

    .Aiservices-blogs {
        padding: 60px 0;
    }

    .Aiservices-blogs-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .Aiservices-blog-image {
        height: 180px;
    }

    .Aiservices-blog-content {
        padding: 20px;
    }

    .Aiservices-testimonial-quote {
        font-size: 1rem;
    }

    .Aiservices-blog-title {
        font-size: 1.2rem;
    }

    .Aiservices-company-logo-container,
    .Aiservices-testimonial-text {
        width: 100%;
    }

    .Aiservices-company-logo-div {
        height: 200px;
    }
}

@media (max-width: 480px) {

    .Aiservices-testimonials-title,
    .Aiservices-blogs-title {
        font-size: 20px;
        line-height: 30px;
    }

    .Aiservices-testimonial-card {
        padding: 25px 15px;
    }

    .Aiservices-testimonial-quote {
        font-size: 0.95rem;
    }

    .Aiservices-blogs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .AIservices-process-title {
        font-size: 20px;
        line-height: 30px;
    }

    .AIservices-process-text h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .AIservices-process-text p {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Why Choose Section */
.whychoose-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.whychoose-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.whychoose-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #222;
}

.whychoose-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.whychoose-card {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 300px;
    transition: transform 0.3s ease;
}

.whychoose-card:hover {
    transform: translateY(-5px);
}

.whychoose-feature {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0052cc;
    margin-bottom: 10px;
}

.whychoose-promise {
    font-size: 1rem;
    color: #444;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .whychoose-grid {
        flex-direction: column;
        align-items: center;
    }

    .whychoose-card {
        max-width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .whychoose-title {
        font-size: 1.5rem;
    }

    .whychoose-feature {
        font-size: 1.1rem;
    }

    .whychoose-promise {
        font-size: 0.95rem;
    }
}

/*mobile*/
#mobile-AIservices-description {
    max-width: 590px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

#mobile-AIservices-title span {
    color: #ffbd5c;
    font-size: 44px;
    line-height: 54px;
}

#mobile-AIservices-title {
    color: #fff;
    font-size: 44px;
    line-height: 54px;
}

/* Mobile Responsive Styling */
@media (max-width: 768px) {
    #mobile-AIservices-description {
        font-size: 16px;
    }

    #mobile-AIservices-title {
        font-size: 24px;
        line-height: 36px;
    }

    #mobile-AIservices-title span {
        font-size: 24px;
        line-height: 36px;
    }
}

/* Very Small Screens (e.g. Portrait Phones) */
@media (max-width: 480px) {
    #mobile-AIservices-description {
        font-size: 14px;
    }
}

/* .AIservices-bread{
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 500;
} */

.AIservices-breadcrumb {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-weight: 300;
}

.AIservices-breadcrumb a {
    text-decoration: none;
    /* color: #0073e6; */
    color: #fff;
    transition: color 0.3s ease;
}

.AIservices-breadcrumb a:hover {
    /* color: #005bb5; */
    text-decoration: none;
    color: #fff;
}

.AIservices-breadcrumb .separator {
    margin: 0 8px;
    color: #999;
}

.AIservices-breadcrumb .active {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    pointer-events: none;
    text-transform: capitalize;
}

.AIproduct-breadcrumb {
    position: absolute;
    display: none;
    top: 120px;
    left: 20px;
    font-size: 14px;
    line-height: 24px;
    /* z-index: 10; */
    padding: 5px 10px;
    border-radius: 4px;
}

@media (max-width: 480px) {
    .AIproduct-breadcrumb {
        text-align: center;
    }
}

/*services*/

/* Hero Section */
.servicesNew-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../images/ServicesNav.png") center/cover no-repeat;
    color: white;
    text-align: center;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 40px;
    /* Added side padding for mobile */
}

.servicesNew-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.servicesNew-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.servicesNew-hero-content h1 {
    font-size: 44px;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
}

.servicesNew-hero h1 .highlight-green {
    color: #10b981;
}

.servicesNew-hero h1 .highlight-orange {
    color: #f59e0b;
}

.servicesNew-hero p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    line-height: 1.6;
    font-weight: 600;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
    .servicesNew-hero {
        min-height: 400px;
        padding: 80px 15px 30px;
    }

    .servicesNew-hero-content h1 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 1.5rem;
        margin-top: 20px;
    }

    .servicesNew-hero p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .servicesNew-hero {
        min-height: 500px;
    }

    .servicesNew-hero-content h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .servicesNew-hero p {
        font-size: 0.9rem;
        line-height: 1.4;
        max-width: 100%;
    }
}

/* Stats Section */
.servicesaNew {
    background-color: #fff;
    padding: 60px 0;
}

.servicesaNew-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

.servicesaNew-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

/* ✅ Add shadow + padding + rounded corners for each grid box */
.servicesaNew-grid>div {
    background: #fff;
    /* keeps shadow visible */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ✅ Optional hover effect */
.servicesaNew-grid>div:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.servicesaNew-item h3 {
    font-size: 2.5rem;
    color: #2f91f8;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.servicesaNew-item p {
    color: #000;
    font-size: 20px;
}

/* Services Sections */
.servicesaNew-section {
    padding: 80px 0;
    background-color: #dfecff5e;
}

.servicesaNew-section:nth-child(even) {
    background: #f8fafc;
}

.servicesaNew-header {
    text-align: center;
    margin-bottom: 3rem;
}

.servicesaNew-header h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #1f2937;
}

.servicesaNew-header p {
    color: #666;
    font-size: 1.1rem;
    margin: 10px auto;
}

.servicesaNew-section-button {
    background-color: #2563eb;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
}

/* Design Services */
.servicesaNew-design-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: flex-start;
}

.servicesaNew-tabs {
    border-radius: 15px;
    padding: 1rem;
}

.servicesaNew-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    color: #374151;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.servicesaNew-tab.active {
    background: #f8fafc;
    color: #1f2937;
    border-left: 4px solid #2563eb;
}

.servicesaNew-tab-icon {
    width: 30px;
    height: 30px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.servicesaNew-tab.active .servicesaNew-tab-icon {
    border-color: #4f46e5;
    color: #4f46e5;
}

.servicesaNew-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.servicesaNew-content-item {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.servicesaNew-content-item.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.servicesaNew-content img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.servicesaNew-content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4b5563;
    text-align: left;
}

/* Development Services */
.servicesaNew-dev-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.servicesaNew-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.servicesaNew-card:hover {
    transform: translateY(-5px);
}

.servicesaNew-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.servicesaNew-card p {
    color: #666;
    margin-bottom: 1rem;
}

.servicesaNew-icon {
    width: 80px;
    height: 80px;
    background: #4f46e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: white;
    font-size: 2rem;
}

/* 📱 Tablets & small laptops */
@media (max-width: 1024px) {
    .servicesaNew-design-container {
        grid-template-columns: 1fr;
        /* Stack tabs & content */
        gap: 2rem;
    }

    .servicesaNew-content img {
        height: 250px;
        /* reduce image height */
    }

    .servicesaNew-card {
        padding: 1.5rem;
    }

    .servicesaNew-item h3 {
        font-size: 2rem;
    }

    .servicesaNew-item p {
        font-size: 18px;
    }
}

/* 📱 Mobile devices (≤768px) */
@media (max-width: 768px) {
    .servicesaNew {
        padding: 40px 15px;
    }

    .servicesaNew-header h2 {
        font-size: 2rem;
    }

    .servicesaNew-header p {
        font-size: 1rem;
    }

    .servicesaNew-grid {
        gap: 1.5rem;
    }

    .servicesaNew-grid>div {
        padding: 15px;
    }

    .servicesaNew-item h3 {
        font-size: 1.8rem;
    }

    .servicesaNew-item p {
        font-size: 16px;
    }

    .servicesaNew-content img {
        height: 220px;
    }

    .servicesaNew-content-text p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .servicesaNew-dev-grid {
        gap: 1.5rem;
    }
}

/* 📱 Small mobiles (≤480px) */
@media (max-width: 480px) {
    .servicesaNew {
        padding: 30px 10px;
    }

    .servicesaNew-header h2 {
        font-size: 1.6rem;
    }

    .servicesaNew-header p {
        font-size: 0.9rem;
    }

    .servicesaNew-grid {
        grid-template-columns: 1fr;
        /* full width cards */
        gap: 1rem;
    }

    .servicesaNew-item h3 {
        font-size: 1.5rem;
    }

    .servicesaNew-item p {
        font-size: 14px;
    }

    .servicesaNew-content img {
        height: 180px;
    }

    .servicesaNew-card {
        padding: 1rem;
    }

    .servicesaNew-card h3 {
        font-size: 1.2rem;
    }

    .servicesaNew-card p {
        font-size: 0.9rem;
    }

    .servicesaNew-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* development */

.servicesaNewdevelopment-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.servicesaNewdevelopment-header {
    text-align: center;
    margin-bottom: 40px;
}

.servicesaNewdevelopment-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.servicesaNewdevelopment-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.servicesaNewdevelopment-cta-btn {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.servicesaNewdevelopment-cta-btn:hover {
    background: #1e4dc3;
}

.servicesaNewdevelopment-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.servicesaNewdevelopment-card {
    background: #f6f6f6;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.servicesaNewdevelopment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.servicesaNewdevelopment-icon-container {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.servicesaNewdevelopment-icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.servicesaNewdevelopment-card-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.servicesaNewdevelopment-card-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Small card (1 column wide) */
/* Small card (2 columns wide) */
.servicesaNewdevelopment-card.small {
    grid-column: span 2;
}

/* Big card (4 columns wide) */
.servicesaNewdevelopment-card.big {
    grid-column: span 4;
}

/* Big card layout: text left + image right */
.servicesaNewdevelopment-card.big {
    grid-column: span 4;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 30px;
    gap: 30px;
}

/* Move icon to the right and enlarge */
.servicesaNewdevelopment-card.big .servicesaNewdevelopment-icon-container {
    order: 2;
    /* pushes image to the right */
    width: 180px;
    height: 180px;
    margin-bottom: 0;
    /* remove bottom margin */
    flex-shrink: 0;
}

.servicesaNewdevelopment-card.big .servicesaNewdevelopment-icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.servicesaNewdevelopment-card.big .servicesaNewdevelopment-icon-container-content {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

/* Responsive */
@media (max-width: 992px) {
    .servicesaNewdevelopment-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .servicesaNewdevelopment-card.small,
    .servicesaNewdevelopment-card.big {
        grid-column: span 2;
        /* stack full width */
    }
}

@media (max-width: 600px) {
    .servicesaNewdevelopment-card.big {
        flex-direction: column;
    }

    .servicesaNewdevelopment-title {
        font-size: 22px;
    }

    .servicesaNewdevelopment-subtitle {
        font-size: 14px;
    }

    .servicesaNewdevelopment-card-title {
        font-size: 16px;
    }

    .servicesaNewdevelopment-card-description {
        font-size: 13px;
    }
}

/*Marketing Services*/
.marketingServices-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.marketingServices-header {
    text-align: center;
    margin-bottom: 40px;
}

.marketingServices-header h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.marketingServices-header p {
    font-size: 1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 20px;
}

.marketingServices-btn {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
}

.marketingServices-btn:hover {
    background: #1e4fd0;
}

.marketingServices-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 30px;
}

.marketingServices-card.reverse {
    flex-direction: row-reverse;
}

.marketingServices-text {
    flex: 1;
}

.marketingServices-text h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.marketingServices-text p {
    color: #444;
    line-height: 1.6;
}

.marketingServices-img {
    flex: 1;
    text-align: center;
}

.marketingServices-img img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 900px) {

    .marketingServices-card,
    .marketingServices-card.reverse {
        flex-direction: column;
        text-align: center;
    }

    .marketingServices-text {
        order: 2;
    }

    .marketingServices-img {
        order: 1;
    }
}

/* General Container */
.marketing-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    text-align: center;
}

/* Headings */
.marketing-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.marketing-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 40px;
}

.marketing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    /* so borders align perfectly */
}

.marketing-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    text-align: center;
    border-left: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

/* remove left border for first column */
.marketing-item:nth-child(4n + 1) {
    border-left: none;
}

/* remove bottom border for last row */
.marketing-item:nth-last-child(-n + 4) {
    border-bottom: none;
}

/* ✅ Tablet (2 columns) */
@media (max-width: 1024px) {
    .marketing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Reset borders */
    .marketing-item {
        border-left: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
    }

    /* remove left border for first column in 2-col layout */
    .marketing-item:nth-child(2n + 1) {
        border-left: none;
    }

    /* remove bottom border for last row in 2-col layout */
    .marketing-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }
}

/* ✅ Mobile (1 column) */
@media (max-width: 768px) {
    .marketing-grid {
        grid-template-columns: 1fr;
    }

    .marketing-item {
        border-left: none;
        /* no side borders */
        border-bottom: 1px solid #e5e7eb;
    }

    /* remove bottom border for last item */
    .marketing-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 1024px) {
    .marketing-grid {
        grid-template-columns: repeat(4, 1fr);
        /* tablet */
    }
}

@media (max-width: 768px) {
    .marketing-grid {
        grid-template-columns: repeat(2, 1fr);
        /* mobile */
    }
}

@media (max-width: 480px) {
    .marketing-grid {
        grid-template-columns: 1fr;
    }
}

.marketing-item {
    text-align: center;
}

.marketing-item img {
    width: 50px;
    margin-bottom: 10px;
}

.marketing-item p {
    font-size: 1rem;
    font-weight: 500;
}

/* Contact Section */
.marketing-contact {
    background: #fff;
    padding: 60px 20px;
}

.marketing-contact-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.marketing-contact-img {
    width: 50%;
}

.marketing-contact-text {
    width: 50%;
    flex: 1;
    min-width: 280px;
}

.marketing-contact-img img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.marketing-contact-label {
    color: #3b82f6;
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.marketing-contact-title {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.marketing-contact-buttons {
    display: flex;
    gap: 15px;
}

.marketing-btn {
    padding: 12px 25px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.marketing-btn-blue {
    background: #3b82f6;
    color: #fff;
}

.marketing-btn-green {
    background: #22c55e;
    color: #fff;
}

.marketing-btn:hover {
    opacity: 0.9;
}

/* ✅ Responsive Styles */
@media (max-width: 1024px) {
    .marketing-contact-title {
        font-size: 2.2rem;
        line-height: 3rem;
    }
}

@media (max-width: 768px) {
    .marketing-contact-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .marketing-contact-img,
    .marketing-contact-text {
        width: 100%;
    }

    .marketing-contact-title {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .marketing-contact-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .marketing-contact {
        padding: 40px 15px;
    }

    .marketing-contact-title {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .marketing-contact-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .marketing-btn {
        width: 100%;
        text-align: center;
        font-size: 0.95rem;
        padding: 10px 20px;
    }
}

/*process flow*/

.Services-process-flow {
    padding: 5%;
    background-color: #006b8f;
    text-align: center;
}

.Services-process-flowheader h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 2rem;
}

.Services-process-flowheader p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1rem;
}

.marketingServices-process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
}

.marketingServices-process-flow img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    /* optional, for smooth edges */
}

/* ✅ Responsive adjustments */
@media (max-width: 1024px) {
    .Services-process-flowheader h2 {
        font-size: 1.8rem;
    }

    .Services-process-flowheader p {
        font-size: 0.95rem;
    }

    .marketingServices-process-flow {
        padding: 3%;
    }
}

@media (max-width: 768px) {
    .Services-process-flowheader h2 {
        font-size: 1.5rem;
    }

    .Services-process-flowheader p {
        font-size: 0.9rem;
    }

    .marketingServices-process-flow {
        flex-direction: column;
        padding: 3%;
    }

    .marketingServices-process-flow img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .Services-process-flowheader h2 {
        font-size: 1.3rem;
    }

    .Services-process-flowheader p {
        font-size: 0.85rem;
    }

    .marketingServices-process-flow {
        padding: 2%;
    }
}

.main-home-section-header {
    font-size: 40px;
    line-height: 50px;
    background-image: linear-gradient(100deg, #2f91f8 40%, #dd1813 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

/* Tablet */
@media (max-width: 1024px) {
    .main-home-section-header {
        font-size: 32px;
        line-height: 40px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .main-home-section-header {
        font-size: 26px;
        line-height: 34px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .main-home-section-header {
        font-size: 22px;
        line-height: 30px;
    }
}

/* HOME AI card */
/* Section Header */
.AICard-section {
    padding: 40px 20px;
    text-align: center;
}

.AICard-header h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

.AICard-header h3 {
    font-size: 20px;
    line-height: 30px;
    color: #272727;
    margin: 10px 0;
}

.AICard-header p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.AICard-header .blue {
    color: #2061cd;
}

.AICard-header .purple {
    background: linear-gradient(90.39deg, #2f91f8 40%, #dd1813 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.layer1 {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 300px;
}

.layer2 {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 500px;
}

/* Grid */
.AICard-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* mobile: single column */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Tablet (>=768px) → 2 columns */
@media (min-width: 768px) {
    .AICard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop (>=1200px) → 4 columns */
/* @media (min-width: 1200px) {
    .AICard-grid {
        grid-template-columns: repeat(4, 1fr);
    }
} */

/* Card */
.AICard-card {
    position: relative;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.AICard-card:hover {
    transform: scale(1.05);
}

/* Overlay */
.AICard-overlay {
    position: absolute;
    inset: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.AICard-overlay h3 {
    font-size: 18px;
    line-height: 28px;
    color: #272727;
    margin: 0 0 10px;
}

.AICard-overlay p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 15px;
}

.AICard-overlay a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #3b6caf;
    text-decoration: underline;
}

.AICard-overlay a:hover {
    text-decoration: underline;
}

/* Responsive Typography */
@media (min-width: 768px) {
    .AICard-header h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .AICard-header h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .AICard-header p {
        font-size: 18px;
        line-height: 28px;
    }

    .AICard-overlay h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .AICard-overlay p {
        font-size: 15px;
        line-height: 24px;
    }

    .AICard-overlay a {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 1200px) {
    .AICard-overlay h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

/*about */
/* Section */
.About-section {
    background: linear-gradient(135deg, #0a2a73, #0b3da0);
    color: white;
    padding: 50px 20px;
}

.About-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    /* Mobile default */
    gap: 30px;
    align-items: center;
}

/* Text */
.About-text h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.About-text p {
    font-size: 15px;
    line-height: 24px;
    color: #e5e5e5;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

/* Image */
.About-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.About-image img {
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
}

/* Tablet */
@media (min-width: 768px) {
    .About-container {
        grid-template-columns: 1fr 1fr;
        /* Split into 2 cols */
        gap: 40px;
    }

    .About-text h2 {
        font-size: 28px;
        line-height: 38px;
        text-align: left;
    }

    .About-text p {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .About-text h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .About-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .About-image img {
        max-width: 500px;
    }
}

/* what we make */
.whatmakes-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.ux-entripse {
    position: relative;
    height: 360px !important;
}

.ux-entripse img {
    position: absolute;
}

/* Section Heading */
.whatmakes-wrapper-h3 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #222 !important;
}

.Why-business-trust-us {
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 5rem 5rem;
    padding-bottom: 7rem;
    gap: 6rem;
    background: linear-gradient(93.74deg,
            #e8fbff -17.85%,
            #e0e2fd 42.09%,
            #fff6f4 113.4%);
}

.Why-business-trust-us h2 {
    font-weight: 600;
    font-size: 32px;
}

.why-trust-us-sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10rem;
    align-items: center;
}

.why-trust-us-left {
    display: grid;
    gap: 3rem;
}

.why-trust-us_icon_sub {
    border-bottom: 1px solid #ccc;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.why-trust-us_icon_sub h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(34, 34, 34, 1);
}

.why-trust-us_icon_sub p {
    font-size: 16px;
    color: rgba(119, 119, 119, 1);
    line-height: 26px;
}

/* Row Layout */
.whatmakes-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    /* responsiveness */
}

/* Reverse Layout (alternate rows) */
.whatmakes-row.reverse {
    flex-direction: row-reverse;
}

/* Text Section */
.whatmakes-text {
    flex: 1;
    min-width: 280px;
}

.whatmakes-text h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 600;
}

.whatmakes-text p {
    font-size: 15px;
    line-height: 24px;
    color: #444;
    max-width: 500px;
}

/* Image Section */
.whatmakes-image,
.whatmakes-image1 {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: flex-start;
}

.whatmakes-image1 {
    justify-content: flex-end;
}

.whatmakes-image img,
.whatmakes-image1 {
    max-width: 100%;
    height: auto;
    /* border-radius: 12px; */
    object-fit: cover;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

@media screen and (max-width: 900px) {
    .Why-business-trust-us {
        padding: 2rem;

        gap: 1rem;
    }

    .Why-business-trust-us h2 {
        text-align: center;
        font-size: 2.3rem;
    }

    .why-trust-us-sub {
        display: flex;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .why-trust-us-sub>img {
        width: 80%;
        justify-self: center;
        align-self: center;
    }
}

/* Tablet */
@media (min-width: 768px) {
    .whatmakes-text h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .whatmakes-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .whatmakes-wrapper-h3 {
        font-size: 32px;
        line-height: 42px;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .whatmakes-text h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .whatmakes-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .whatmakes-wrapper-h3 {
        font-size: 36px;
        line-height: 46px;
    }
}

/* Mobile (override for stacking) */
@media (max-width: 768px) {

    .whatmakes-row,
    .whatmakes-row.reverse {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .whatmakes-text p {
        margin: 0 auto;
    }

    .whatmakes-image,
    .whatmakes-image1 {
        justify-content: center;
    }
}

/* Extra Small Mobile (320px - 500px) */
@media (max-width: 500px) {
    .whatmakes-wrapper {
        padding: 30px 15px;
        gap: 30px;
    }

    .whatmakes-text h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .whatmakes-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .whatmakes-image img,
    .whatmakes-image1 img {
        max-width: 300px;
        height: auto;
    }
}

/* ========== Why Businesses Trust Us ========== */
.-whybusiness-section {
    padding: 40px 20px;
}

/* Grid layout */
.-whybusiness-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* desktop default */
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.-whybusiness-card {
    padding: 20px;
    background-color: #f7faff;
    gap: 12px;
    border-radius: 10px;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.-whybusiness-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.-whybusiness-card img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.-whybusiness-card h3 {
    font-size: 15px;
    margin: 0 0 10px;
    font-weight: 600;
}

.-whybusiness-card p {
    font-size: 13px;
    margin: 0;
    color: #666;
    line-height: 20px;
}

.-whybusiness-title {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
}

.-whybusiness-sub {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #444;
}

/* 📱 Mobile (≤ 600px) */
@media (max-width: 600px) {
    .-whybusiness-cards {
        grid-template-columns: 1fr;
        /* single column */
        gap: 20px;
    }

    .-whybusiness-card h3 {
        font-size: 14px;
    }

    .-whybusiness-card p {
        font-size: 12px;
    }

    .-whybusiness-title {
        font-size: 16px;
    }

    .-whybusiness-sub {
        font-size: 14px;
    }
}

/* 📱 Tablet (601px – 992px) */
@media (max-width: 992px) and (min-width: 601px) {
    .-whybusiness-cards {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns */
    }

    .-whybusiness-card h3 {
        font-size: 15px;
    }

    .-whybusiness-card p {
        font-size: 13px;
    }

    .-whybusiness-title {
        font-size: 18px;
    }

    .-whybusiness-sub {
        font-size: 15px;
    }
}

/* 💻 Large Desktop (≥1200px, optional) */
@media (min-width: 1200px) {
    .-whybusiness-cards {
        grid-template-columns: repeat(4, 1fr);
        /* maintain 4 */
    }
}

/* ========== Who We Work With ========== */
/* Section Wrapper */
.newwhowork-section {
    padding: 40px 20px;
    text-align: center;
}

.whatmakes-wrapper-h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: white;
    text-align: center;
}

/* Grid Containers */
.newwhowork-grid,
.newwhowork-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 10px;
}

/* Card */
.newwhowork-card {
    border-radius: 12px;
    padding: 20px;
    min-height: 180px;
    text-align: left;
}

/* Content */

.newwhowork-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.newwhowork-desc {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* Illustrations */
.illustr-placeholder {
    font-size: 36px;
}

.newwhowork-illustration {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.newwhowork-desc-img {
    width: 100%;
    max-width: 100px;
}

/* Card Background Colors */
.newwhowork-card--lav {
    background: #d9c8f7;
}

.newwhowork-card--pink {
    background: #ffd6e0;
}

.newwhowork-card--green {
    background: #e0f0c0;
}

.newwhowork-card--yellow {
    background: #ffe79a;
}

/* Responsive */
@media (max-width: 992px) {

    .newwhowork-grid,
    .newwhowork-bottom {
        grid-template-columns: 1fr;
    }

    .newwhowork-content {
        max-width: 100%;
    }

    .newwhowork-illustration {
        position: static;
        margin-top: 15px;
        max-width: 80px;
    }
}

/* Section Wrapper */
.newwhowork-section {
    padding: 40px 20px;
    text-align: center;
}

.whatmakes-wrapper-h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Grid Containers */
.newwhowork-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 10px;
    margin-bottom: 20px;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 10px;
}

.newwhowork-bottom {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 10px;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 10px;
}

/* Card */
.newwhowork-card {
    border-radius: 12px;
    padding: 20px;
    min-height: 180px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

/* Content */
.newwhowork-content {
    z-index: 1;
    max-width: 70%;
}

.newwhowork-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #3b3b3b;
}

.newwhowork-desc {
    font-size: 14px;
    color: #3b3b3b;
    line-height: 1.4;
}

/* Illustrations */
.newwhowork-illustration {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.newwhowork-desc-img {
    width: 100%;
    max-width: 120px;
}

/* Card Background Colors */
.newwhowork-card--lav {
    background: #c4b1e8;
}

.newwhowork-card--pink {
    background: #ffb2c9;
}

.newwhowork-card--green {
    background: #c8d88d;
}

.newwhowork-card--yellow {
    background: #ffe68e;
}

/* Responsive */
@media (max-width: 992px) {

    .newwhowork-grid,
    .newwhowork-bottom {
        grid-template-columns: 1fr;
    }

    .newwhowork-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .newwhowork-content {
        max-width: 100%;
    }

    .newwhowork-illustration {
        position: static;
        margin-top: 15px;
        max-width: 100px;
    }
}

/*about*/

.About-section {
    background: linear-gradient(135deg, #001c7f 0%, #1e40af 50%, #1d4ed8 100%);
    padding: 80px 0;
    position: relative;
}

.About-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.left-content {
    animation: fadeInLeft 0.8s ease-out;
}

.About-text {
    color: white;
    margin-bottom: 50px;
}

.section-tag-container {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    display: inline-block;
}

.section-tag {
    padding: 12px 30px;

    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(80.9deg,
            #ffeffc 0%,
            #eb9cff 33.33%,
            #ff86c3 66.67%,
            #c4d2ff 100%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.About-text h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 15px;
    color: #fff;
}

.About-text p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.cards-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.card-container {
    perspective: 1000px;
    height: 280px;
}

.card-flip {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    cursor: pointer;
}

.card-container:hover .card-flip {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.card-front {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    padding: 35px 25px;
    overflow: hidden;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.card-back {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #1e40af;
    transform: rotateY(180deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card-graphic {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    position: relative;
}

.circles-graphic {
    position: relative;
    width: 100%;
    height: 100%;
}

.circle {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: rotate 15s linear infinite;
}

.circle:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 5px;
    left: 5px;
}

.circle:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 15px;
    left: 15px;
    animation-delay: -3s;
}

.circle:nth-child(3) {
    width: 20px;
    height: 20px;
    top: 25px;
    left: 25px;
    animation-delay: -6s;
}

.arrows-graphic {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    animation: bounce 2s ease-in-out infinite;
}

.arrow:nth-child(1) {
    top: 8px;
    animation-delay: 0s;
}

.arrow:nth-child(2) {
    top: 25px;
    animation-delay: 0.3s;
}

.arrow:nth-child(3) {
    top: 42px;
    animation-delay: 0.6s;
}

.card-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    color: #fff;
}

.card-front .card-title {
    color: white;
}

.card-back .card-title {
    color: #1e40af;
    margin-bottom: 15px;
}

.card-content {
    text-align: left;
    width: 100%;
}

.card-back p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 15px;
}

.card-list {
    list-style: none;
}

.card-list li {
    padding: 2px 0;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 26px;
    color: #4b5563;
    opacity: 0;
    animation: slideInLeft 0.5s ease-out forwards;
}

.why-trust-us_icon_sub:hover,
.why-trust-us_icon_sub:focus-within {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 18px 30px rgba(10, 20, 40, 0.12),
        0 4px 8px rgba(47, 145, 248, 0.06);
    outline: none;
}

.why-trust-us_icon_sub img {
    transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1);
    display: block;
    backface-visibility: hidden;
}

.why-trust-us_icon_sub:hover img {
    transform: scale(1.06);
}

.why-trust-us_icon_sub {
    display: flex;
    gap: 16px;
    align-items: center;
    transition: transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1),
        box-shadow 260ms cubic-bezier(0.2, 0.9, 0.2, 1);
    transform-origin: center;
    will-change: transform, box-shadow;
    border-radius: 12px;
    /* optional — keeps shadow rounded */
    padding: 8px;
}

/* Keep motion minimal for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

    .why-trust-us_icon_sub,
    .why-trust-us_icon_sub img {
        transition: none !important;
        transform: none !important;
        box-shadow: none !important;
    }
}

.card-container:hover .card-list li:nth-child(1) {
    animation-delay: 0.2s;
}

.card-container:hover .card-list li:nth-child(2) {
    animation-delay: 0.4s;
}

.card-container:hover .card-list li:nth-child(3) {
    animation-delay: 0.6s;
}

.card-list li::before {
    content: "•";
    color: #2563eb;
    font-weight: bold;
    margin-right: 10px;
    font-size: 2rem;
    line-height: 1.5;
}

/* Why Choose Cards - New Design */
.why-choose-card {
    width: 100%;
    height: 280px;
    background: rgba(46, 63, 126, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    color: white;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    transition: all 0.3s ease;
    display: grid;
    justify-items: end;
}

.why-choose-card:hover {
    background: rgba(46, 63, 126, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.28);
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.45);
}

.why-choose-card h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: white;
}

.why-choose-card h2::after {
    content: "";
    display: block;
    width: 190px;
    height: 1px;
    background: white;
    margin-top: 15px;
}

.why-choose-card ul {
    list-style: none;
    position: relative;
    z-index: 2;
}

.why-choose-card ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}

.why-choose-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 18px;
    color: white;
    margin: 0;
}

/* Circle decorations for first card */
.why-choose-card-1 .why-choose-circles {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.why-choose-card-1 .why-choose-circle {
    position: absolute;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    animation: rotateCircle 20s linear infinite;
}

.why-choose-card-1 .why-choose-circle-1 {
    width: 140px;
    height: 140px;
    bottom: -70px;
    left: 20px;
    animation-duration: 25s;
}

.why-choose-card-1 .why-choose-circle-2 {
    width: 180px;
    height: 180px;
    bottom: -90px;
    left: 100px;
    animation-duration: 30s;
    animation-direction: reverse;
}

.why-choose-card-1 .why-choose-circle-3 {
    width: 160px;
    height: 160px;
    bottom: -80px;
    left: 200px;
    animation-duration: 35s;
}

/* Circle decorations for second card */
.why-choose-card-2 .why-choose-circles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
}

.why-choose-card-2 .why-choose-circle {
    position: absolute;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    animation: rotateCircle 20s linear infinite;
}

.why-choose-card-2 .why-choose-circle-1 {
    width: 150px;
    height: 150px;
    top: -75px;
    left: 30px;
    animation-duration: 28s;
}

.why-choose-card-2 .why-choose-circle-2 {
    width: 180px;
    height: 180px;
    top: -40px;
    left: 100px;
    animation-duration: 32s;
    animation-direction: reverse;
}

.why-choose-card-2 .why-choose-circle-3 {
    width: 200px;
    height: 200px;
    top: -60px;
    left: 180px;
    animation-duration: 36s;
}

.why-choose-card-2 .why-choose-circle-4 {
    width: 220px;
    height: 220px;
    top: -30px;
    left: 240px;
    animation-duration: 40s;
    animation-direction: reverse;
}

.why-choose-card-2 h2 {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.why-choose-card-2 h2::after {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Circle Animation */
@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Right Side - Image with Stats */
.right-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: fadeInRight 0.8s ease-out;
}

.stats-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business-woman {
    width: 280px;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
}

.stat-card {
    position: absolute;
    border-radius: 20px;
    padding: 18px 22px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
}

.stat-card.card-success {
    background: #ff5a5a;
    top: 0px;
    left: -100px;
    animation: float 3s ease-in-out infinite;
}

.stat-card.card-apps {
    background: #27d48f;
    top: 200px;
    right: -120px;
    animation: float 3s ease-in-out infinite 1s;
}

.stat-card.card-support {
    background: #ff3fe9;
    bottom: 10px;
    left: -110px;
    animation: float 3s ease-in-out infinite 2s;
}

.stat-card.card-satisfaction {
    background: #00cff9;
    bottom: -75px;
    right: -90px;
    animation: float 3s ease-in-out infinite 0.5s;
}

.stat-number {
    font-size: 44px;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.stat-label {
    font-size: 16px;
    line-height: 26px;
    /* opacity: 0.95; */
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.plus-icon {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 1.2rem;
    /* opacity: 0.8; */
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }

    50% {
        transform: translateY(-8px);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Responsive Design */
@media (max-width: 1400px) {
    .About-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .About-container {
        gap: 60px;
        padding: 0 30px;
    }

    .About-text h2 {
        font-size: 2.4rem;
    }

    .business-woman {
        width: 250px;
        height: 320px;
    }
}

@media (max-width: 968px) {
    .About-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .About-text {
        text-align: center;
    }

    .cards-section {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .About-text h2 {
        font-size: 2.2rem;
    }

    .business-woman {
        width: 220px;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .About-section {
        padding: 60px 0;
    }

    .About-container {
        padding: 0 20px;
        gap: 40px;
    }

    .About-text h2 {
        font-size: 1.9rem;
    }

    .card-container {
        height: 240px;
    }

    /* .card-front { */
    /* padding: 0; */
    /* } */

    .card-back {
        padding: 25px 20px;
    }

    .why-choose-card {
        height: 240px;
        padding: 25px;
    }

    .why-choose-card h2 {
        font-size: 18px;
    }

    .why-choose-card ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .why-choose-card-1 .why-choose-circle-1 {
        width: 120px;
        height: 120px;
        bottom: -60px;
        left: 10px;
    }

    .why-choose-card-1 .why-choose-circle-2 {
        width: 150px;
        height: 150px;
        bottom: -75px;
        left: 80px;
    }

    .why-choose-card-1 .why-choose-circle-3 {
        width: 130px;
        height: 130px;
        bottom: -65px;
        left: 170px;
    }

    .why-choose-card-2 .why-choose-circle-1 {
        width: 130px;
        height: 130px;
        top: -65px;
        left: 20px;
    }

    .why-choose-card-2 .why-choose-circle-2 {
        width: 150px;
        height: 150px;
        top: -35px;
        left: 80px;
    }

    .why-choose-card-2 .why-choose-circle-3 {
        width: 170px;
        height: 170px;
        top: -50px;
        left: 150px;
    }

    .why-choose-card-2 .why-choose-circle-4 {
        width: 190px;
        height: 190px;
        top: -25px;
        left: 200px;
    }

    .business-woman {
        width: 200px;
        height: 250px;
    }

    .stat-card {
        padding: 14px 18px;
    }

    .stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .About-text h2 {
        font-size: 1.7rem;
    }

    .why-choose-card {
        height: 220px;
        padding: 20px;
    }

    .why-choose-card h2 {
        font-size: 16px;
    }

    .why-choose-card h2::after {
        width: 140px;
    }

    .why-choose-card ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .why-choose-card-1 .why-choose-circle-1 {
        width: 100px;
        height: 100px;
        bottom: -50px;
        left: 5px;
    }

    .why-choose-card-1 .why-choose-circle-2 {
        width: 120px;
        height: 120px;
        bottom: -60px;
        left: 60px;
    }

    .why-choose-card-1 .why-choose-circle-3 {
        width: 110px;
        height: 110px;
        bottom: -55px;
        left: 130px;
    }

    .why-choose-card-2 .why-choose-circle-1 {
        width: 110px;
        height: 110px;
        top: -55px;
        left: 10px;
    }

    .why-choose-card-2 .why-choose-circle-2 {
        width: 130px;
        height: 130px;
        top: -30px;
        left: 60px;
    }

    .why-choose-card-2 .why-choose-circle-3 {
        width: 140px;
        height: 140px;
        top: -40px;
        left: 120px;
    }

    .why-choose-card-2 .why-choose-circle-4 {
        width: 160px;
        height: 160px;
        top: -20px;
        left: 160px;
    }

    .business-woman {
        width: 180px;
        height: 220px;
    }

    .stat-card {
        padding: 12px 16px;
    }

    .stat-number {
        font-size: 1.5rem;
    }
}

.card-container.flipped .card-flip {
    transform: rotateY(180deg);
}

/* Touch devices */
@media (hover: none) and (pointer: coarse) {
    .card-container.flipped .card-flip {
        transform: rotateY(0deg);
    }
}

/* Default: show desktop image, hide mobile */
.img-desktop {
    display: block;
}

.img-mobile {
    display: none;
}

/* For screens <=768px: show mobile image, hide desktop */
@media (max-width: 768px) {

    .img-desktop,
    .stat-card {
        display: none;
    }

    .img-mobile {
        display: block;
        width: 100%;
        /* optional to make it responsive */
        height: auto;
    }
}

/* Testimonial Section Styles */
.testimonial-section {
    background: linear-gradient(135deg, #0a1628 0%, #1a2f4a 100%);
    padding: 80px 0;
    color: #fff;
}

.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-label {
    color: #4a90e2;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.testimonial-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.testimonial-subtitle {
    font-size: 16px;
    color: #cbd5e0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.testimonial-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.testimonial-card {
    display: flex;
    gap: 30px;
    padding: 0;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-image {
    flex-shrink: 0;
}

.testimonial-image img {
    width: 280px;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.testimonial-content {
    padding: 30px 30px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-stars {
    margin-bottom: 20px;
}

.testimonial-stars .star {
    color: #4a90e2;
    font-size: 20px;
    margin-right: 4px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    color: #e2e8f0;
    margin-bottom: 25px;
    font-weight: 400;
}

.testimonial-author {
    margin-top: auto;
}

.author-name {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    /* margin-bottom: 5px; */
    color: black !important;
}

.author-company {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 400;
}

/* Responsive Design for Testimonials */
@media (max-width: 1024px) {
    .testimonial-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-title {
        font-size: 32px;
    }

    .testimonial-card {
        flex-direction: column;
    }

    .testimonial-image img {
        width: 100%;
        height: 300px;
        border-radius: 16px 16px 0 0;
    }

    .testimonial-content {
        padding: 30px;
    }

    .testimonial-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .testimonial-title {
        font-size: 28px;
    }

    .testimonial-subtitle {
        font-size: 14px;
    }

    .testimonial-text {
        font-size: 14px;
    }
}

/* FAQ Section Styles */
.faq-section {
    background: #ffffff;
    padding: 80px 0;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
}

.faq-left {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq-label {
    color: #3b82f6;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.faq-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    line-height: 1.3;
}

.faq-description {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    font-weight: 400;
}

.faq-right {
    width: 100%;
    background-color: #f7faff;
    padding: 20px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #6366f1;
}

.faq-question-text {
    font-size: 16px;
    font-weight: 500;
    color: #1a202c;
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    width: 32px;
    height: 32px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #718096;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-item:hover .faq-icon {
    border-color: #6366f1;
    color: #6366f1;
}

.faq-answer {
    display: none;
    padding: 0 0 24px 0;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    border-color: #6366f1;
    color: #6366f1;
    background: #f0f0ff;
}

/* Top Services Section */
.top-services {
    /* background: #f7fafc; */
    padding: 40px 0;
    text-align: center;
}

.top-services h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 20px;
}

.top-services p {
    font-size: 14px;
    color: #4a5568;
    line-height: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-services a {
    color: #30303c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-services a:hover {
    color: #6366f1;
    text-decoration: underline;
}

/* Responsive Design for FAQ */
@media (max-width: 1024px) {
    .faq-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-left {
        padding-right: 0;
    }
}

.hero-wrapper {
    height: 87vh;
}

.glow {
    box-shadow: 0px 0px 18.72px 0px rgba(136, 128, 255, 1) !important;

    box-shadow: 0px 0px 37.44px 0px rgba(136, 128, 255, 1) !important;

    box-shadow: 0px 0px 131.04px 0px rgba(136, 128, 255, 1) !important;

    box-shadow: 0px 0px 233.53px 0px rgba(136, 128, 255, 1) !important;

    box-shadow: 0px 0px 233.53px 0px rgba(136, 128, 255, 1) !important;

    box-shadow: 0px 0px 233.53px 0px rgba(136, 128, 255, 1) !important;
}

._bottom_glow {
    box-shadow: 0px 0px 31.16px 0px rgba(255, 119, 61, 1) !important;

    box-shadow: 0px 0px 62.33px 0px rgba(255, 119, 61, 1) !important;

    box-shadow: 0px 0px 218.14px 0px rgba(255, 119, 61, 1) !important;

    box-shadow: 0px 0px 233.53px 0px rgba(255, 119, 61, 1) !important;

    box-shadow: 0px 0px 233.53px 0px rgba(255, 119, 61, 1) !important;

    box-shadow: 0px 0px 233.53px 0px rgba(255, 119, 61, 1) !important;
}

@media (max-width: 768px) {
    .hero-wrapper {
        max-height: 400px;
        height: 100%;
    }

    .hero-wrapper video {
        max-height: 400px;
    }

    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 28px;
    }

    .faq-question-text {
        font-size: 15px;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .faq-title {
        font-size: 24px;
    }

    .faq-description {
        font-size: 14px;
    }

    .faq-question-text {
        font-size: 14px;
    }

    .faq-question {
        padding: 18px 0;
    }
}

/* Blog Section Styles */
.blog-section {
    background: linear-gradient(93.74deg,
            #e8fbff -17.85%,
            #e0e2fd 42.09%,
            #fff6f4 113.4%);

    padding: 40px 0;
}

._faq_container {
    max-width: 800px;
    margin: 0 auto;
}

._faq_header {
    text-align: center;
    margin-bottom: 40px;
}

._faq_title {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 800;
}

._faq_title_highlight {
    color: #3e8cfb;
}

._faq_subtitle {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

._faq_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 10;
}

._faq_list .faq1_bg {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: #e8f4ff;
    border-radius: 16px;
    z-index: -1;
}

._faq_item {
    position: relative;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

._faq_item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

._faq_question {
    width: 100%;
    padding: 20px 25px;
    background: white;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

._faq_question:hover {
    background: #f8f9fa;
}

._faq_icon {
    font-size: 24px;
    font-weight: 350;
    color: black;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

._faq_item.active ._faq_icon {
    transform: rotate(45deg);
}

._faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 25px;
}

._faq_item.active ._faq_answer {
    max-height: 300px;
    padding: 0 25px 20px 25px;
}

._faq_answer_text {
    color: black;
    line-height: 1.6;
    font-size: 14px;
}

/* a:active, */
/* a:focus { */
/* color: white; */
/* } */
@media (max-width: 768px) {
    ._faq_title {
        font-size: 28px;
    }

    ._faq_question {
        font-size: 15px;
        padding: 18px 20px;
    }

    ._faq_answer {
        padding: 0 20px;
    }

    ._faq_item.active ._faq_answer {
        padding: 0 20px 18px 20px;
    }
}

._location_we_serve_container {
    max-width: 1400px;
    font-family: "Roboto" sans-serif;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    background: white;
    padding: 40px;
    border-radius: 10px;
    padding-top: 10rem;
}

._location_we_serve_left-section {
    flex: 0 0 350px;
}

._location_we_serve_contact-label {
    color: #3e8cfb;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

._location_we_serve_title {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}

._location_we_serve_address-text {
    color: rgba(19, 29, 43, 1);
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16.5px;
}

._location_we_serve_contact-info {
    color: rgba(19, 29, 43, 1);
    margin-bottom: 30px;
}

._location_we_serve_contact-item {
    color: rgba(19, 29, 43, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    /* color: #333; */
}

._location_we_serve_contact-item::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
}

._location_we_serve_phone::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"/></svg>') no-repeat center;
}

._location_we_serve_email::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>') no-repeat center;
}

._location_we_serve_button-group {
    display: flex;
    gap: 10px;
}

._location_we_serve_location-btn {
    padding: 10px 24px;
    border: 1px solid black;
    background: white;
    color: rgba(19, 29, 43, 1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

._location_we_serve_location-btn:hover {
    border-color: #4a90e2;
}

._location_we_serve_location-btn.active {
    background: #4a90e2;
    color: white;
    border-color: #4a90e2;
}

._location_we_serve_right-section {
    flex: 1;

    border-radius: 30px 0 0 30px;
    padding: 40px 0px 40px 40px;
    position: relative;
    overflow: visible;

    margin-right: -50px;
    position: relative;
    z-index: 10;
}

.dummy_bg {
    background: linear-gradient(135deg, #d5e0f5 0%, #c8d5f0 100%);
    position: absolute;
    height: 460px;
    width: 100%;
    left: 165px;
    right: 0;
    top: -49px;
    bottom: 0;
    border-radius: 63px;
}

._location_we_serve_carousel-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

._location_we_serve_carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
}

._location_we_serve_carousel-card {
    min-width: 280px;
    flex-shrink: 0;
}

._location_we_serve_card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 270px;
    width: 300px;
    /*  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
    transition: width 0.4s ease;
    /* 👈 add this for smooth animation */
}

._location_we_serve_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._location_we_serve_card-overlay {
    position: absolute;
    bottom: 20%;
    left: 25%;
    right: 0;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%); */
    padding: 30px 20px;
}

._location_we_serve_card-title {
    color: white;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

._location_we_serve_view-map-btn {
    background: white;
    color: #000;
    border: none;
    width: fit-content;
    padding: 16px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 500;
}

@media screen and (max-width: 900px) {
    ._location_we_serve_container {
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }
}

/* @media (max-width: 1200px) { */
/* ._location_we_serve_container { */
/* flex-direction: column; */
/* } */
/*  */
/* ._location_we_serve_left-section { */
/* flex: 1; */
/* } */
/*  */
/* ._location_we_serve_carousel-card { */
/* min-width: 100%; */
/* } */
/* } */
.blog-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-header {
    display: flex;
    flex-direction: column;

    align-items: center;
    margin-bottom: 60px;
    gap: 10px;
}

.blog-header-left {
    flex: 1;
    max-width: 600px;
}

.blog-label {
    color: rgba(19, 81, 216, 1);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.blog-title {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}

.blog-description {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    text-align: left;
}

.blog-header-right {
    display: flex;
    align-items: center;
    /* margin-top: 80px; */
}

.view-all-btn {
    background: rgba(19, 81, 216, 1);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.view-all-btn div {
    transform: rotate(410deg);
}

.view-all-btn:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
    color: #ffffff;
}

.view-all-btn svg {
    transition: transform 0.3s ease;
}

.view-all-btn:hover svg {
    transform: translateX(4px);
}

.blog-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.blog-card-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-card-image a {
    display: block;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #007bff;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}

.blog-card-content {
    padding: 28px;
    position: relative;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #6b7280;
}

.blog-date {
    font-weight: 500;
}

.blog-separator {
    color: #d1d5db;
}

.blog-read-time {
    font-weight: 500;
}

.blog-card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px;
}

.blog-card-title a {
    color: #1a202c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-title a:hover {
    color: #3b82f6;
}

.blog-excerpt {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 20px;
}

.blog-arrow-btn {
    position: absolute;
    bottom: 15px;
    right: 28px;
    width: 44px;
    height: 44px;
    background: #1351d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.blog-arrow-btn:hover {
    background: #2563eb;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.blog-arrow-btn svg {
    width: 20px;
    height: 20px;
}

/* Responsive Design for Blog Section */
@media (max-width: 1024px) {
    .blog-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 60px 0;
    }

    .blog-header {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .blog-header-right {
        margin-top: 20px;
    }

    .blog-title {
        font-size: 32px;
    }

    .blog-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .blog-card-content {
        padding: 24px;
        padding-bottom: 80px;
    }
}

@media (max-width: 480px) {
    .blog-title {
        font-size: 28px;
    }

    .blog-description {
        font-size: 14px;
    }

    .view-all-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    .blog-card-image img {
        height: 220px;
    }

    .blog-category {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* Digital Solutions Section Styles */
.digital-solutions-section {
    background: #dde7ff;
    padding: 80px 0;
}

.digital-solutions-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.digital-solutions-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 40px;
}

.digital-solutions-header-left {
    flex: 1;
}

.digital-solutions-label {
    color: #3b82f6;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.digital-solutions-title {
    font-size: 42px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    max-width: 500px;
}

.digital-solutions-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.digital-solutions-subtitle {
    font-size: 16px;
    color: #6b7280;
    max-width: 400px;
    text-align: left;
    font-weight: 600;
}

.digital-solutions-view-btn {
    background: rgba(19, 81, 216, 1);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: all 0.3s ease;
    width: 15rem;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.digital-solutions-view-btn:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
    color: #ffffff;
}

.digital-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(200px, auto);
}

.ds-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}

.ds-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Grid Item Positioning */
.ds-grid-item-0 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}

.ds-grid-item-1 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
}

.ds-grid-item-2 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
}

.ds-grid-item-3 {
    grid-column: 3 / span 1;
    grid-row: 2 / span 2;
}

.ds-grid-item-4 {
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
}

.ds-grid-item-5 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 2;
}

/* Horizontal Card Layout */
.ds-card-horizontal {
    flex-direction: row;
    gap: 20px;
    min-height: 200px;
}

.ds-card-image-side {
    flex: 0 0 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-card-image-side img {
    width: 100%;
    height: auto;
    max-height: 160px;
    object-fit: contain;
    border-radius: 12px;
}

.ds-card-content-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 35px;
}

/* Vertical Card Layout */
.ds-card-vertical {
    flex-direction: column;
    gap: 0;
}

/* Specific styling for cards 4, 5, 6 to reduce height */
.ds-grid-item-3,
.ds-grid-item-4,
.ds-grid-item-5 {
    padding: 16px;
}

.ds-grid-item-3 .ds-card-content-top,
.ds-grid-item-5 .ds-card-content-top {
    padding-bottom: 10px;
    padding-right: 35px;
}

.ds-grid-item-3 .ds-card-image-bottom,
.ds-grid-item-5 .ds-card-image-bottom {
    margin: -16px;
    margin-top: 0;
}

.ds-grid-item-3 .ds-card-arrow-btn,
.ds-grid-item-4 .ds-card-arrow-btn,
.ds-grid-item-5 .ds-card-arrow-btn {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
}

.ds-grid-item-3 .ds-card-title,
.ds-grid-item-4 .ds-card-title,
.ds-grid-item-5 .ds-card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.ds-grid-item-3 .ds-card-description,
.ds-grid-item-4 .ds-card-description,
.ds-grid-item-5 .ds-card-description {
    font-size: 13px;
    line-height: 1.4;
}

.ds-grid-item-4 .ds-card-image-side {
    flex: 0 0 120px;
}

.ds-grid-item-4 .ds-card-image-side img {
    max-height: 140px;
}

.ds-grid-item-4 .ds-card-content-side {
    padding-right: 30px;
}

.ds-grid-item-4.ds-card-horizontal {
    min-height: 170px;
}

.ds-card-vertical-tall {
    flex-direction: column;
    gap: 0;
}

.ds-card-content-top {
    flex: 0 0 auto;
    padding-bottom: 15px;
    padding-right: 40px;
}

.ds-card-image-bottom {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: -28px;
    margin-top: 0;
}

.ds-card-image-bottom img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0 0 18px 18px;
}

.ds-card-title {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ds-card-description {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.ds-card-arrow-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: #1351d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
    z-index: 2;
}

.ds-card-arrow-btn:hover {
    background: #2563eb;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* Responsive Design for Digital Solutions */
@media (max-width: 1024px) {
    .digital-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .ds-grid-item-0,
    .ds-grid-item-1,
    .ds-grid-item-2,
    .ds-grid-item-3,
    .ds-grid-item-4,
    .ds-grid-item-5 {
        grid-column: auto;
        grid-row: auto;
    }

    .ds-card-vertical-tall {
        grid-row: span 1;
    }
}

@media (max-width: 768px) {
    .digital-solutions-section {
        padding: 60px 0;
    }

    .digital-solutions-header {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .digital-solutions-header-right {
        align-items: flex-start;
    }

    .digital-solutions-subtitle {
        text-align: left;
    }

    .digital-solutions-title {
        font-size: 32px;
    }

    .digital-solutions-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .ds-card-horizontal {
        flex-direction: column;
        min-height: 280px;
    }

    .ds-card-image-side {
        flex: 0 0 auto;
        height: 150px;
    }

    .ds-card-content-side {
        padding-right: 0;
    }

    .ds-card-vertical,
    .ds-card-vertical-tall {
        grid-row: span 1;
        min-height: 200px;
    }

    .ux-entripse {
        height: 100%;
    }

    .ux-entripse img {
        position: static;
    }
}

@media (max-width: 480px) {
    .ds-card-image-side img {
        object-fit: cover;
    }

    .digital-solutions-title {
        font-size: 28px;
    }

    .reveal_card {
        transform: translateY(0) !important;
    }

    .reveal_card_body {
        display: block !important;
    }

    .digital-solutions-subtitle {
        font-size: 14px;
    }

    .digital-solutions-view-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    .ds-card {
        padding: 20px;
    }

    .ds-card-title {
        font-size: 18px;
        font-weight: 600;
    }

    .ds-card-description {
        font-size: 14px;
    }
}

/* Exact Testimonial design styles (matches provided screenshot) */
.testimonial-section {
    background: linear-gradient(93.74deg,
            #e8fbff -17.85%,
            #e0e2fd 42.09%,
            #fff6f4 113.4%);
    /* deep navy */
    padding: 70px 0 90px;
}

.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial-header {
    text-align: center;
    margin-bottom: 36px;
}

.testimonial-label {
    color: #78b6ff;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.testimonial-title {
    color: black;
    font-size: 32px;
    margin: 0 0 8px;
}

.testimonial-subtitle {
    color: black;
    margin: 0 auto;
    max-width: 720px;
}

.testimonial-cards.owl-carousel {
    display: flex;
    gap: 28px;
    align-items: stretch;
    justify-content: center;
}

.testimonial-card {
    background: #ffffff;
    color: #0b1b2b;
    border-radius: 12px;
    padding: 22px;
    width: 360px;
    min-height: 220px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.12);
    border: 3px solid transparent;
    position: relative;
}

/* Blue highlighted style on the leftmost card to match screenshot */
.testimonial-cards .testimonial-card:first-child {
    /* border-color: #0b73ff; */
    box-shadow: 0 8px 28px rgba(11, 115, 255, 0.12);
}

.testimonial-cards .owl-nav button.owl-prev {
    display: none;
}

.testimonial-cards .owl-nav button.owl-next {
    display: none;
}

.testimonial-card .testimonial-flag {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 46px;
    height: 45px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.testimonial-card .testimonial-flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.testimonial-stars {
    color: #0b73ff;
    margin-bottom: 12px;
}

.testimonial-text {
    color: #102130;
    font-size: 14px;
    line-height: 1.6;
    min-height: 92px;
    font-weight: 700;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.author-left .author-name {
    font-weight: 700;
    margin: 0 0 6px;
}

.author-left .author-company {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
}

.author-logo img {
    width: 84px;
    height: auto;
    object-fit: contain;
}

/* Owl nav buttons (positioned outside cards like screenshot) */
/* Ensure nav is visible */
.testimonial-section .owl-nav {
    display: block !important;
}

.testimonial-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #9fb6d2;
    font-size: 22px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section .owl-nav .owl-prev {
    left: 6%;
}

.testimonial-section .owl-nav .owl-next {
    right: 6%;
}

.testimonial-section .owl-nav button:hover {
    color: #fff;
}

/* Make nav buttons visible circular arrows */
.testimonial-section .owl-nav button {
    background: #ffffff;
    color: #0b73ff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.18);
    border: 1px solid rgba(11, 115, 255, 0.12);
    transition: all 0.18s ease;
    z-index: 60;
}

.testimonial-section .owl-nav button i {
    font-size: 18px;
}

.testimonial-section .owl-nav button:hover {
    transform: translateY(-50%) scale(1.03);
    background: #0b73ff;
    color: #fff;
}

/* Slightly nudge nav further out on large screens so they appear outside the cards */
@media (min-width: 1200px) {
    .testimonial-section .owl-nav .owl-prev {
        left: calc(50% - 620px);
    }

    .testimonial-section .owl-nav .owl-next {
        right: calc(50% - 620px);
    }
}

/* Extra: ensure nav sits above carousel content */
.testimonial-section .owl-nav {
    z-index: 1000 !important;
}

.testimonial-stat {
    margin-top: 28px;
    padding-left: 22px;
    text-align: left;
    display: flex;
    align-items: center;
}

.testimonial-stat .stat-number {
    color: #0b73ff;
    font-weight: 800;
    font-size: 36px;
    margin-right: 8px;
}

.testimonial-stat .stat-text {
    color: black;
    font-size: 24px;
}

@media (max-width: 1100px) {
    .testimonial-card {
        width: 320px;
    }
}

@media (max-width: 900px) {
    .testimonial-cards.owl-carousel {
        flex-direction: column;
        gap: 18px;
    }

    .testimonial-card {
        width: 92%;
        max-width: 520px;
    }

    .testimonial-section .owl-nav .owl-prev,
    .testimonial-section .owl-nav .owl-next {
        left: 12px;
        right: 12px;
    }
}

/* Ensure equal heights for testimonial cards in Owl Carousel */
.testimonial-cards.owl-carousel .owl-stage,
.testimonial-cards.owl-carousel .owl-stage .owl-item {
    display: flex !important;
    align-items: stretch !important;
}

.testimonial-cards.owl-carousel .owl-item {
    display: flex !important;
    align-items: stretch !important;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.testimonial-text {
    flex: 1 1 auto;
}

.testimonial-author {
    margin-top: 16px;
    flex-shrink: 0;
}

/* Fallback: if Owl sets inline heights, make card fill that height */
.testimonial-cards.owl-carousel .owl-item .testimonial-card {
    height: 100%;
}

.digital-solutions-view-btn:focus,
.all_work:focus {
    color: white !important;
}

.new_contact_body {
    background: #f7fafc;
    /* background: url('../images/contact/Section.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    /* background-position: center; */

    padding: 70px 50px;
    display: grid;
    gap: 5rem;

}

.new_contact_heading_section {
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    gap: 1.5rem;
    height: 450px;
    background: url('../images/contact/Section.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6rem;

}

.new_contact_heading_section h3 {
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    color: #000;
    text-align: center;
}

.new_contact_heading_section h3 span {
    background: linear-gradient(90deg, #0B64F4 0%, #0DA2E7 50%, #0DA2E7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.new_contact_heading_section p {
    font-size: 20px;
    border-radius: 10px;
}

.new_contact_line {
    height: 0.4rem;
    width: 100px;
    background: linear-gradient(90deg, #0B64F4 0%, #0DA2E7 100%);
    margin-top: 1rem;
}

.new_contact_container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.new_contact_form_section {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.new_contact_heading {
    font-size: 27px;
    color: #1a1a1a;
    /* margin-bottom: 8px; */
    font-weight: 700;
}

.new_contact_subheading {
    color: #666;
    font-size: 15px;
    margin-bottom: 32px;
}

.new_contact_form_group {
    margin-bottom: 20px;
}

.new_contact_input_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 14px 16px;
    transition: all 0.3s ease;
}

.new_contact_input_wrapper:focus-within {
    background: #fff;
    box-shadow: 0 0 0 2px #2196F3;
}

.new_contact_icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: #999;
    flex-shrink: 0;
}

.new_contact_input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    outline: none;
}

.new_contact_input::placeholder {
    color: #999;
}

.new_contact_phone_wrapper {
    display: flex;
    gap: 12px;
}

.new_contact_country_code {
    position: relative;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 14px 16px;
    /* min-width: 90px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
}

.new_contact_country_code:focus-within {
    background: #fff;
    box-shadow: 0 0 0 2px #2196F3;
}

.new_contact_select {
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    flex: 3;
}

select.new_contact_input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* font-weight: 600; */
    padding-right: 32px;
    background: transparent;
}

.new_contact_dropdown_icon {
    position: absolute;
    right: 16px;
    pointer-events: none;
    color: #999;
}

.new_contact_textarea_wrapper {
    position: relative;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 14px 16px;
    transition: all 0.3s ease;
}

.new_contact_textarea_wrapper:focus-within {
    background: #fff;
    box-shadow: 0 0 0 2px #2196F3;
}

.new_contact_textarea {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    outline: none;
    resize: none;
    min-height: 120px;
    font-family: inherit;
    display: block;
}

.new_contact_textarea::placeholder {
    color: #999;
}

.new_contact_char_count {
    position: absolute;
    bottom: 10px;
    right: 16px;
    font-size: 11px;
    color: #000;
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 4px;
    z-index: 10;
}

.new_contact_checkbox_wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.new_contact_checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #1F79D2;
    border-radius: 50%;
    outline: none;
    transition: all 0.3s ease;
    position: relative;
    background: white;
}

.new_contact_checkbox:checked {
    background: #2196F3;
    border-color: #2196F3;
}

.new_contact_checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.new_contact_checkbox_label {
    font-size: 14px;
    color: #666;
}

.new_contact_link {
    color: #2196F3;
    text-decoration: none;
}

.new_contact_link:hover {
    text-decoration: underline;
}

.new_contact_submit_btn {
    width: 100%;
    background: linear-gradient(90deg, #0B64F4 0%, #0DA2E7 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.new_contact_submit_btn:hover {
    background: #1976D2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

.new_contact_input_wrapper input:-webkit-autofill,
.new_contact_input_wrapper input:-webkit-autofill:hover,
.new_contact_input_wrapper input:-webkit-autofill:focus,
.new_contact_input_wrapper textarea:-webkit-autofill,
.new_contact_form_group select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f8f9fa inset !important;
    box-shadow: 0 0 0px 1000px #f8f9fa inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}



.new_contact_privacy_note {
    text-align: center;
    color: #999;
    font-size: 13px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.new_contact_offices_section {
    display: flex;
    flex-direction: column;
}

.new_contact_offices_header {
    margin-bottom: 24px;
}

.new_contact_offices_title {
    font-size: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.new_contact_offices_title_accent {
    color: #2196F3;
}

.new_contact_office_card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    position: relative;
    transition: all 0.3s ease;
}

.new_contact_office_card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.new_contact_hq_badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #2196F3;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.new_contact_office_location {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 600;
}

.new_contact_office_company {
    color: #2196F3;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.new_contact_office_address {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.new_contact_office_landmark {
    color: #999;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 16px;
}

.new_contact_directions_btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2196F3;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.new_contact_directions_btn:hover {
    gap: 10px;
}

.new_contact_location_icon {
    width: 16px;
    height: 16px;
}

.new_contact_CLIENT_wrapper {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    /* padding: 60px 20px; */
}

.new_contact_CLIENT_container {
    max-width: 1300px;
    margin: 0 auto;
}

.new_contact_CLIENT_section {
    margin-bottom: 80px;
}

.new_contact_CLIENT_section_title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: #2c3e50;
}

.new_contact_CLIENT_section_title_highlight {
    color: #00a8ff;
}

.new_contact_CLIENT_subtitle {
    text-align: center;
    color: #7f8c8d;
    font-size: 1.1rem;
    margin-top: -40px;
    margin-bottom: 60px;
}

.new_contact_CLIENT_cards_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    justify-self: center;
    align-items: center;
}

.new_contact_CLIENT_card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new_contact_CLIENT_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.new_contact_CLIENT_card_icon {
    width: 70px;
    height: 60px;
    margin: 0 auto;
}

.new_contact_CLIENT_card_icon_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new_contact_CLIENT_card_title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    /* margin-bottom: 10px; */
}

.new_contact_CLIENT_card_description {
    color: #95a5a6;
    font-size: 0.95rem;
    line-height: 1.5;
}

.new_contact_CLIENT_large_cards_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.new_contact_CLIENT_large_card {
    background: white;
    border-radius: 20px;
    padding: 40px 20px;
    /* width: 400px; */
    flex: 1;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new_contact_CLIENT_large_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.new_contact_CLIENT_large_card_icon {
    width: 80px;
    height: 90px;
    margin: 0 auto 30px;
}

.new_contact_CLIENT_large_card_icon_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new_contact_CLIENT_large_card_title {
    font-size: 1.4rem;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
    line-height: 1.3;
}

.new_contact_CLIENT_large_card_description {
    color: #7f8c8d;
    font-size: 1rem;
    line-height: 1.6;
}

.new_contact_client_car_wrapper {
    max-width: 800px;
    display: grid;
    align-items: center;
    justify-items: center;
}

@media (max-width: 768px) {
    .new_contact_CLIENT_section_title {
        font-size: 2rem;
    }

    .new_contact_CLIENT_large_card {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .new_contact_CLIENT_cards_grid,
    .new_contact_CLIENT_large_cards_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .new_contact_container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .left_header_nav {
        padding-left: 0;
    }

    .new_contact_body {
        padding: 20px 16px;
    }

    .new_contact_form_section {
        padding: 24px 20px;
    }

    .new_contact_heading,
    .new_contact_offices_title {
        font-size: 24px;
    }

    .new_contact_office_card {
        padding: 24px 20px;
    }

    .new_contact_phone_wrapper {
        flex-direction: column;
    }

    .new_contact_country_code {
        width: 100%;
    }
}

@media screen and (max-width:350px) {
    .new_contact_CLIENT_large_card {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mobile_only_direct {
        display: none !important
    }
}

.new_contact_last_wrapper {
    width: 100%;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.new_contact_last_container {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.new_contact_last_left {
    width: 100%;
}

.new_contact_last_image_wrapper {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #e0e7ff 0%, #e9d5ff 100%);
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.new_contact_last_image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.new_contact_last_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.new_contact_last_card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: white;
    padding: 24px 28px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.new_contact_last_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.new_contact_last_icon_wrapper {
    width: 45px;
    height: 45px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.new_contact_last_icon_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new_contact_last_icon_green {
    background-color: #10b981;
}

.new_contact_last_icon_whatsapp {
    background-color: #25d366;
}

.new_contact_last_icon_email {
    background-color: #3b82f6;
}

.new_contact_last_icon_careers {
    background-color: #a855f7;
}

.new_contact_last_icon {
    /* width: 38px; */
    /* height: 38px; */
    /* filter: brightness(0) invert(1); */
}

.new_contact_last_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.new_contact_last_label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #9ca3af;
    text-transform: uppercase;
    line-height: 15px;
}

.new_contact_last_value {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    line-height: 15px;
}

/* Tablet Responsive */
@media (max-width: 968px) {
    .new_contact_last_container {
        gap: 40px;
    }

    .new_contact_last_card {
        padding: 20px 24px;
    }

    .new_contact_last_icon_wrapper {
        width: 52px;
        height: 52px;
    }

    .new_contact_last_icon {
        width: 26px;
        height: 26px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .new_contact_last_wrapper {
        padding: 30px 15px;
    }

    .new_contact_last_container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .new_contact_last_image_wrapper {
        padding: 15px;
    }

    .new_contact_last_right {
        gap: 16px;
    }

    .new_contact_last_card {
        padding: 18px 20px;
    }

    .new_contact_last_icon_wrapper {
        width: 48px;
        height: 48px;
    }

    .new_contact_last_icon {
        width: 24px;
        height: 24px;
    }

    .new_contact_last_value {
        font-size: 16px;
    }

    .new_contact_last_label {
        font-size: 10px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .new_contact_last_wrapper {
        padding: 20px 12px;
    }

    .new_contact_last_container {
        gap: 30px;
    }

    .new_contact_last_card {
        padding: 16px 18px;
        gap: 16px;
    }

    .new_contact_last_icon_wrapper {
        width: 44px;
        height: 44px;
    }

    .new_contact_last_icon {
        width: 22px;
        height: 22px;
    }

    .new_contact_last_value {
        font-size: 15px;
    }
}

/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
    .new_contact_heading_section {
        height: 350px;
        margin-top: 5rem;
        gap: 1rem;
        padding: 0 1.5rem;
        background-position: center;
    }

    .new_contact_heading_section h3 {
        font-size: 42px;
        line-height: 55px;
    }

    .new_contact_heading_section p {
        font-size: 18px;
    }
}

.portfolio_ulTags {
    list-style-type: disc;
    padding-left: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.portfolio_ulTags li {
    margin-bottom: 0.8rem;
    color: #555;
}

/* Mobile (max-width: 576px) */
@media (max-width: 576px) {
    .new_contact_heading_section {
        height: auto;
        min-height: 280px;
        margin-top: 7rem;
        gap: 0.8rem;
        padding: 2rem 1rem;
        text-align: center;
    }

    .new_contact_heading_section h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .new_contact_heading_section p {
        font-size: 16px;
    }
}




.ai_consulting_approach_container {
    padding: 60px 40px;
    padding-top: 5px;
}

.ai_consulting_approach_wrapper {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.ai_consulting_approach_content {
    padding-right: 40px;
}

.ai_consulting_approach_header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.ai_consulting_approach_title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.ai_consulting_approach_subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.ai_consulting_approach_title_highlight {
    color: #4A90E2;
}

.ai_consulting_approach_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ai_consulting_approach_item {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* border: 1px solid #f0f0f0; */
    border: 1px solid #D1D1D1
}

.ai_consulting_approach_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.approach-icon-box {
    width: 60px;
    height: 60px;
    background: #F4F7FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.approach-icon-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* .ai_consulting_approach_checkmark {
    width: 20px;
    height: 20px;
    background: #1C274C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
}

.ai_consulting_approach_checkmark::after {
    content: '✓';
    color: white;
    font-size: 14px;
    font-weight: bold;
} */

.ai_consulting_approach_item_content {
    flex: 1;
}

.ai_consulting_approach_item_title {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 5px;
}

.ai_consulting_approach_item_description {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}

.ai_consulting_approach_image_container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    max-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai_consulting_approach_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    /* object-fit: cover; */
}

/* Industries We Serve Section */
.ai_industries_new_section {
    padding: 80px 40px;
    background: #fff;
}

.ai_industries_new_container {
    max-width: 1250px;
    margin: 0 auto;
}

.ai_industries_new_header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.ai_industries_new_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.ai_industries_new_title_highlight {
    color: #4A90E2;
}

.ai_industries_new_subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.ai_industries_new_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
}

.ai_industries_new_card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 50px 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ai_industries_new_card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
    border-color: #4A90E2;
}

.ai_industries_new_icon_box {
    margin-bottom: 25px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    /* Subtle background for icon if transparent */
    border-radius: 12px;
}

.ai_industries_new_icon {
    width: 40px;
    /* Adjust based on actual image size */
    height: 40px;
    object-fit: contain;
}

.ai_industries_new_card_title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.ai_industries_new_card_description {
    font-size: 20px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    width: 100%;
    max-width: 233px;
}

@media (max-width: 1024px) {
    .ai_industries_new_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        /* Reduce gap on tablet */
    }

    .ai_industries_new_card_title {
        font-size: 24px;
        /* Reduce title size on tablet */
    }

    .ai_industries_new_card_description {
        font-size: 18px;
        /* Reduce description size on tablet */
    }
}

@media (max-width: 768px) {
    .ai_industries_new_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ai_industries_new_section {
        padding: 50px 20px;
    }

    .ai_industries_new_title {
        font-size: 2rem;
    }

    .ai_industries_new_card {
        padding: 40px 20px;
        min-height: auto;
        /* Allow auto height on mobile */
    }

    .ai_industries_new_card_title {
        font-size: 22px;
        /* Further reduce for mobile */
    }

    .ai_industries_new_card_description {
        font-size: 16px;
        /* Further reduce for mobile */
    }
}

@media (max-width: 1024px) {
    .ai_consulting_approach_wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ai_consulting_approach_content {
        padding-right: 0;
    }

    .ai_consulting_approach_title {
        font-size: 2.5rem;
    }

    .ai_consulting_approach_image_container {
        height: 450px;
    }
}

@media (max-width: 768px) {
    .ai_consulting_approach_container {
        padding: 40px 20px;
    }

    .ai_consulting_approach_title {
        font-size: 2rem;
        margin-bottom: 35px;
    }

    .ai_consulting_approach_item_title {
        font-size: 1.25rem;
    }

    .ai_consulting_approach_item_description {
        font-size: 1rem;
    }

    .ai_consulting_approach_list {
        gap: 28px;
    }
}

/* Chef Management App Page Styles */
.chef-page-main {
    background-image: url('../images/products/chef/chef-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0 100px 0;
    /* Added extra top padding for navbar */
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.chef-page-main .container {
    position: relative;
    z-index: 2;
}

.chef-logo-icon img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.chef-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
}

.chef-hero-title .highlight-green {
    color: #6cce75;
    /* Adjust color matches the green in the design */
}

.chef-hero-subtitle {
    font-size: 1.25rem;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 600px;
    line-height: 1.6;
    text-align: left;
    margin: 17px 0;
}

.btn-chef-demo {
    display: inline-block;
    background-color: #689f71;
    /* Green color from button */
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: capitalize;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.btn-chef-demo:hover {
    background-color: #5a8c62;
    transform: translateY(-2px);
    color: #fff;
}

.chef-hero-image img {
    width: 100%;
    /* Reduced from 125% */
    max-width: none;
    /* Override img-fluid constraint */
    height: auto;
    filter: drop-shadow(0 12px 25px rgba(0, 0, 0, 0.6));
    transform: translateX(-5%);
    /* Adjusted position */
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .chef-page-main {
        padding: 120px 0 60px 0;
        /* Extra top padding for mobile navbar */
        text-align: center;
        min-height: auto;
    }

    .chef-hero-content {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .chef-hero-title {
        font-size: 2.8rem;
    }

    .chef-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .chef-hero-title {
        font-size: 2.2rem;
    }

    .chef-hero-subtitle {
        font-size: 1.1rem;
    }

    .chef-logo-icon img {
        width: 40px !important;
        padding: 8px !important;
    }

    .chef-page-main {
        padding-top: 120px;
        /* Accounts for navbar overlap if sticky */
    }
}

@media (max-width: 575px) {
    .chef-hero-title {
        font-size: 1.8rem;
    }

    .btn-chef-demo {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

/* Key Features Section Styles */
.chef-features-section {
    background-color: #e6ffee;
    /* Mint green background */
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.chef-feature-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.chef-feature-image-wrapper img {
    max-width: 85%;
    /* border-radius: 50% handled by bootstrap class */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
    transition: transform 0.3s ease;
}

.chef-feature-image-wrapper img:hover {
    transform: scale(1.02);
}

.chef-features-content .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;

}

.feature-card {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 90px;
    border: 1px solid #d1d1d1;
    /* Darker border as seen in screenshot */
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 40px;
    /* Adjusted size */
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.feature-title {
    font-size: 1.2rem;
    /* Increased size */
    font-weight: 700;
    /* Bold */
    margin-bottom: 0;
    color: #000;
    /* distinct black */
}

/* Responsive adjustments for Features Section */
@media (max-width: 991px) {
    .chef-features-section {
        padding: 60px 0;
    }

    .chef-feature-image-wrapper {
        margin-bottom: 40px;
    }

    .chef-features-content .section-title {
        font-size: 2rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .feature-card {
        padding: 15px;
    }

    .feature-title {
        font-size: 1rem;
    }
}

/* On-Demand Section Styles */
.chef-ondemand-section {
    padding: 75px 0 0;
    position: relative;
    /* overflow: hidden; Removed to allow overlaps */
    background-color: #fff;
}

.chef-leaf-decor {
    position: absolute;
    top: -70px;
    /* Moved further up */
    right: 0;
    width: 180px;
    /* Slightly larger */
    z-index: 10;
    pointer-events: none;
}

.chef-tomato-decor {
    position: absolute;
    bottom: 228px;
    /* Adjusted to sit correctly between sections */
    left: -44px;
    width: 120px;
    /* Increased size significantly */
    z-index: 10;
    pointer-events: none;
}

.chef-ondemand-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

/* Chef circle bg removed */

.chef-phone-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    /* Full width of container */
    /* filter drop shadow retained */
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
}

.chef-ondemand-content .section-title {
    color: #1a2b4b;
    /* Dark Navy Color */
    font-weight: 700;
    font-size: 44px;

}

.chef-ondemand-content p {
    color: #555;
    font-size: 1.3rem;
    line-height: 1.7;
}

/* Bottom Banner Styles */
.chef-custom-banner {
    position: relative;
    padding: 80px 0 20px;
    margin-top: 180px;
    /* Increased to prevent chef image overlap */
    z-index: 10;
    /* Ensure content stays above */
}

.chef-custom-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6ffee;
    clip-path: polygon(0 0%, 100% 8%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0%, 100% 8%, 100% 100%, 0 100%);
    z-index: -1;
}

.banner-text {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 50px;
    max-width: 600px;
    /* Reduced to avoid overlap with chef image */
    /* Ensure it doesn't hit edges */
    margin-left: 0;
    /* Align left */
    text-align: left;
    /* Align text left */
}

.chef-banner-img {
    position: absolute;
    bottom: 0;
    /* Anchored to bottom */
    right: 5%;
    max-height: 650px;
    width: auto;
    z-index: 20;
}

/* Ensure banner container has height for absolute positioned image */
.chef-custom-banner .col-lg-4 {
    min-height: 300px;
}

/* Responsive Styles for On-Demand Section */
@media (max-width: 1200px) {
    .chef-banner-img {
        display: none;
    }

    .chef-custom-banner {
        clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0 100%);
    }
}

@media (max-width: 991px) {
    .chef-ondemand-section {
        padding-top: 60px;
    }

    .chef-circle-bg {
        width: 350px;
        height: 350px;
    }

    .chef-phone-img {
        width: 220px;
    }

    .banner-text {
        font-size: 1.5rem;
        padding-bottom: 40px;
        z-index: 2;
        position: relative;
    }

    .chef-custom-banner {
        /* Adjust clip path for mobile if needed, or keep same */
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    }

    .chef-leaf-decor {
        width: 100px;
    }

    .chef-tomato-decor {
        width: 90px;
    }

    .chef-custom-banner .col-lg-4 {
        min-height: auto;
        text-align: center;
    }
}

/* Custom Built Section Styles */
.chef-custom-built-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.chef-custom-content .section-title {
    color: #1a2b4b;
    font-weight: 700;
    font-size: 2.5rem;
}

.chef-custom-content p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.7;
}

.chef-custom-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}



.chef-custom-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 550px;
    /* Increased size */
    /* Adjust based on image */
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
}

@media (max-width: 991px) {
    .chef-custom-built-section {
        padding: 60px 0;
    }

    .chef-custom-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .chef-custom-content .section-title {
        font-size: 2rem;
        /* Reduced for mobile/tablet */
    }

    /* .chef-custom-circle removed previously */

    .chef-custom-img {
        width: 350px;
        /* Increased from 250px for better visibility */
        max-width: 80%;
        /* Ensure it doesn't overflow very small screens */
    }
}

/* Chef Services Section */
.chef-services-section {
    background-color: #e6ffee;
    padding: 80px 0;
    position: relative;
}

.service-card-chef {
    margin: 1rem !important;
    width: 240px !important;
}

.chef-services-section .container {
    max-width: 1200px;
    /* Constrain width as requested */
}

.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    width: 240px;
    /* Fixed width */
    height: 280px;
    /* Fixed height */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
    margin: 0 auto;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon-wrapper {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.service-icon-wrapper img {
    max-width: 40px;
    height: auto;
}

/* Icon Background Colors */
.service-icon-bg-1 {
    background-color: #d1f5ea;
}

/* Light Teal */
.service-icon-bg-2 {
    background-color: #dcedff;
}

/* Light Blue */
.service-icon-bg-3 {
    background-color: #fff4e0;
}

/* Pale Orange */
.service-icon-bg-4 {
    background-color: #f1e9ff;
}

/* Light Lavender */
.service-icon-bg-5 {
    background-color: #f1e9ff;
}

/* Light Lavender */
.service-icon-bg-6 {
    background-color: #fff8d6;
}

/* Pale Yellow */
.service-icon-bg-7 {
    background-color: #d1f5ea;
}

/* Light Teal */
.service-icon-bg-8 {
    background-color: #ffe6eb;
}

/* Light Pink */

.service-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2b4b;
    line-height: 1.4;
    margin-bottom: 0;
}

.chef-footer-leaf {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 150px;
    pointer-events: none;
    z-index: 10;
}

@media (max-width: 768px) {
    .chef-services-section .section-title br {
        display: none;
    }
}

@media (max-width: 1200px) {
    .service-card {
        padding: 20px;
        /* Reduce padding on smaller desktops to prevent skinny look */
        min-height: 260px;
    }
}

/* Chef App Screens Section */
.chef-app-screens-section {
    padding: 80px 0;
    background-color: #f4f9ff;
    overflow: hidden;
}

.chef-app-screens-section .section-title {
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.chef-app-screens-section .section-subtitle {
    font-size: 18px;
    color: black;
    margin-bottom: 50px;
    font-weight: 500;
}

.app-screens-container {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 20px 20px 50px 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
}

.app-screens-container::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.app-screen-item {
    flex: 0 0 auto;
    scroll-snap-align: center;
    width: 250px;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.app-screen-item:hover {
    transform: translateY(-15px);
}

.app-screen-item img {
    width: 100%;
    height: auto;
    display: block;
    /* Often screenshots need a border radius if they are just squares, 
       but if they are mockups (already have phone frame), this might not be needed. 
       Adding it just in case it's a raw screen. */
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .chef-app-screens-section {
        padding: 60px 0;
    }

    .app-screen-item {
        width: 200px;
    }
}

/* Chef Application Features Section */
.chef-features-tabs-section {
    padding: 80px 0 40px 0;
    background-color: #fff;
}

.chef-features-tabs-section .section-title {
    margin-bottom: 20px;
    color: #0e1e32;
    /* Dark blue from image */
}

.chef-features-tabs-section .section-subtitle {
    margin-bottom: 50px;
    color: #52525d;
    font-size: 18px;
}

/* Tab Navigation (The White Pill) */
.features-tab-nav {
    display: inline-flex;
    background-color: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    /* Soft shadow to lift it */
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    /* Space between tabs and list */
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 90%;
}

.features-tab-btn {
    padding: 20px 54px;
    border: none;
    background: transparent;
    color: #0e1e32;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.features-tab-btn.active {
    background-color: #6da771;
    /* Muted Green from image */
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(109, 167, 113, 0.3);
}

.features-tab-btn:hover:not(.active) {
    background-color: #f5f5f5;
}

/* Content Box (Light Green) */
.features-content-box {
    background-color: #eafff0;
    /* Light Mint Green */
    border-radius: 30px;
    padding: 80px 50px 50px 50px;
    /* Top padding accomodates the overlapping tabs */
    position: relative;
    z-index: 1;
}

.features-tab-pane {
    display: none;
    animation: fadeIn 0.5s;
    /* max-width: 1000px; */

}

.features-tab-pane.active {
    display: block;
}

/* Services Leading Company Section */
.services_leading_company {
    padding: 80px 0;
    background: #fff;
}

.services_leading_wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}

.services_leading_content {
    flex: 1;
    max-width: 50%;
}

.services_leading_image {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
}

.leading_web_img {
    width: 100%;
    height: auto;
    max-width: 600px;
    border-radius: 0 50px 0 50px;
    object-fit: cover;
}

.services_leading_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.services_leading_title .highlight {
    color: #2563EB;
    /* Blue */
}

.services_leading_description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.services_track_record_title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.services_stats_grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.services_stat_card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    min-width: 140px;
    background: #fff;
}

.stat_number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 5px;
}

.stat_label {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .services_leading_wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .services_leading_content,
    .services_leading_image {
        max-width: 100%;
    }

    .services_leading_image {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .services_stats_grid {
        justify-content: space-between;
    }

    .services_stat_card {
        flex: 1 1 100%;
        min-width: 120px;
    }

    .services_leading_title {
        font-size: 2rem;
    }
}

.features-tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.features-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 2 Columns */
    gap: 30px 10px;
    max-width: 930px;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #0e1e32;
}

.feature-icon-check {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #79bf7e;
    /* Slightly darker green than active tab for icon bg? Or similar */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    box-shadow: 0 0 0 4px #d4f5d9;
    /* Ring effect */
}

@media (max-width: 768px) {
    .features-tab-nav {
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }

    .features-tab-btn {
        width: 100%;
        margin: 5px 0;
    }

    .features-content-box {
        padding: 40px 20px;
    }

    .features-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Chef FAQ Section */
.chef-faq-section {
    padding: 0px 0 80px 0;
    background-color: #fff;
}

.chef-faq-section .section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    color: #0e1e32;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

.faq-item {
    background-color: #e8f0ff;
    border-bottom: 1px solid #d0e0f5;
    transition: all 0.3s ease;
}

.faq-item:first-child {
    border-radius: 15px 15px 0 0;
}

.faq-item:last-child {
    border-radius: 0 0 15px 15px;
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    user-select: none;
}

.faq-question h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
    flex: 1;
}

.faq-toggle-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background-color: #fff;
    /* White BG for Plus */
    color: #2d3748;
    /* Black Text for Plus */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    /* Optional: add subtle shadow for visibility on white */
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(45deg);
    background-color: #2d3748;
    /* Black BG for Minus/Close */
    color: #fff;
    /* White Text for Minus/Close */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px 30px;
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

@media (max-width: 768px) {
    .chef-faq-section {
        padding: 60px 20px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question h3 {
        font-size: 18px;
    }

    .faq-toggle-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px 20px;
    }
}

/* Services Design Service New Section */
.services_design_new {
    padding: 80px 0;
    background: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%);
    /* Light lavender gradient */
}

.services_design_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.services_design_title_group {
    max-width: 700px;
}

.services_design_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.highlight-blue {
    color: #2563EB;
}

.services_design_subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.btn_need_expert {
    background-color: #2563EB;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    transition: background 0.3s ease;
    white-space: nowrap;
}

.btn_need_expert:hover {
    background-color: #1d4ed8;
}

.services_design_grid {
    display: flex;
    gap: 60px;
    align-items: center;
}

.services_design_image_col {
    flex: 1;
    max-width: 50%;
}

.design_service_main_img {
    width: 83%;
    height: auto;
    object-fit: cover;
    border-radius: 50px 0 50px 0;
}

.services_design_list_col {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.design_service_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 30px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
    border-bottom: 1px solid #BEC3FF
}

.design_service_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.design_icon_box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.design_icon_box img {
    width: 50px;
    height: 50px;
    /* filter: brightness(0) invert(1); */
    /* Make white */
}

.icon_blue {
    background-color: #3B82F6;
}

.icon_orange {
    background-color: #F97316;
}

.icon_pink {
    background-color: #EC4899;
}

.icon_teal {
    background-color: #06B6D4;
}

/* Services Development Service New Section */
.services_dev_new {
    padding: 80px 0;
    background: #fff;
}

.services_dev_header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
}

.services_dev_title {
    grid-column: 1;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.services_dev_subtitle {
    grid-column: 1;
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin: 0;
}

.dev_expert_btn {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
}

/* Tabs */
.dev_tabs_container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 50px 0;
    justify-content: center;
    /* Screenshot looks centered or maybe justified? Let's center for now */
}

.dev_tab_btn {
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dev_tab_btn:hover {
    border-color: #2563EB;
    color: #2563EB;
}

.dev_tab_btn.active {
    background: #2563EB;
    color: #fff;
    border-color: #2563EB;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

/* Content */
.dev_content_wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
    border-top: 1px solid #eee;
    /* Light separator line often present */
    padding-top: 50px;
}

.dev_text_content {
    flex: 1;
    max-width: 45%;
}

.dev_text_content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.dev_text_content p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.dev_image_content {
    flex: 1;
    max-width: 50%;
}

.dev_main_img {
    width: 100%;
    max-height: 350px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    /* Standard rounded, adjust if needed */
}

/* Responsive */
@media (max-width: 991px) {
    .dev_content_wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .dev_text_content,
    .dev_image_content {
        max-width: 100%;
    }

    .services_dev_header {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .services_dev_title,
    .services_dev_subtitle {
        grid-column: 1;
    }

    .dev_expert_btn {
        grid-column: 1;
        grid-row: auto;
        justify-self: center;
        margin-top: 20px;
    }
}

.design_text_box h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.design_text_box p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .services_design_grid {
        flex-direction: column;
        gap: 40px;
    }

    .services_design_image_col,
    .services_design_list_col {
        max-width: 100%;
    }

    .design_service_main_img {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .services_design_header {
        flex-direction: column;
        gap: 20px;
    }

    .services_design_title {
        font-size: 2rem;
    }

    .btn_need_expert {
        align-self: flex-start;
    }
}

/* Services Marketing Service New Section */
.services_marketing_new {
    padding: 100px 0;
    background: linear-gradient(135deg, #eef3ff 0%, #f8faff 100%);
    /* Light Blue/Lavender Gradient */
}

.services_mkt_main_grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.services_mkt_text_col {
    flex: 1;
    max-width: 45%;
    padding-top: 40px;
    /* Align nicer with grid */
}

.services_mkt_title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.services_mkt_subtitle {
    font-size: 22px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 35px;
}

.services_mkt_cards_grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.mkt_service_card {
    background: #fdfdfd;
    /* The screenshot has a very light, almost grey-ish/beige tint card or off-white against the blue bg. 
       Let's stick to safe off-white or white */
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #C7C7C7;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #F6F5F3;

}

.mkt_service_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.mkt_icon_wrapper {
    width: 50px;
    height: 50px;
    /* background: #fff; */
    border: 1px solid #e0e7ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #2563EB;
}

.mkt_icon_wrapper img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.mkt_service_card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 2.5rem;
}

.mkt_service_card p {
    font-size: 16px;
    color: #777777;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .services_mkt_main_grid {
        flex-direction: column;
        gap: 50px;
    }

    .services_mkt_text_col {
        max-width: 100%;
        text-align: center;
        padding-top: 0;
    }

    .services_mkt_title {
        font-size: 2.5rem;
    }
}

@media (max-width: 600px) {
    .services_mkt_cards_grid {
        grid-template-columns: 1fr;
    }
}