@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --color-icon: #daaa82;
    --color-icon-text: #b4b4b4;
    --blue-dark: #00032d;
    --blue-mid: #0115a6;
    --text-mid: #ededed;
    --text-light: #fff;
    --blue-light: #959abc;
    --blue-logo :#1c649e;
}

body {
    font-family: "DM Sans", sans-serif;
    background-color: #f3f2f9;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

body {
    width: 100%;
    position: relative;
}
.sec-text ul li i{
    color: var(--blue-logo);
}
.sec-content ul li i{
    color: var(--blue-logo);
}
/* ======================== common css ======================== */
.border-darkk {
    /* border: 5px solid rgba(43, 33, 24,0.9); */
    border: 5px solid var(--blue-dark);
}

.container,
.row,
.col {
    height: 100%;
}

.white-backdrop {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}

.white-backdrop-two {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.spacer {
    width: 100%;
    height: 50px;
}

.ai-center {
    align-items: center;
}

.jc-center {
    justify-content: center;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px
}

.gap-30 {
    gap: 30px;
}

.padding-50 {
    padding: 50px;
}

.padding-20 {
    padding: 20px;
}

.padding-tb-20 {
    padding: 20px 0;
}

.padding-lr-20 {
    padding: 0 20px;
}
.pr-50{
    padding-right: 50px;
}
.pr-100{
    padding-right: 100px;
}
.v-center{
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-subTitle h5 {
    background-color: var(--blue-dark);
    /* background-color: var(--blue-mid); */
    /* color: var(--blue-light); */
    color: #fff;
    font-size: 0.9rem;
    display: inline-block;
    text-transform: uppercase;
    padding: 4px 6px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.color-bl {
    color: var(--blue-light);
}

.color-white {
    color: #fff;
}

.color-bluemid {
    color: var(--blue-mid);
}

.sec-title h2 {
    font-size: 2.5rem;
}
.sec-titl-ser h2{
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 30px;
}
.sec-titl-ser span{
    font-size: 4rem;
    font-weight: 700;    
    text-transform: uppercase;
}
.color-light {
    color: #dedede;
}

.btn-blue {
    padding: 15px 30px;
    background: var(--blue-mid);
    color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.br-30 {
    border-radius: 30px;
}

.light-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.z-99 {
    position: relative;
    z-index: 99;
}

.d-grid {
    display: grid;
}

.btn-primary {
    background: var(--blue-mid);
    color: #fff;
    padding: 3px 25px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}
.hasSubmenu{
    position: relative;
}
.arrow-sub{
    position: absolute;
    right: 3px;
    top: 63%;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    cursor: pointer;
}
/*========================= header ======================== */
.main-nav {
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(7px);
    z-index: 999;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 6rem;
    align-items: center;
}

.logo a img {
    width: 160px;
    /* filter:invert(1); */
}

.main-navbar {
    display: flex;
    flex-direction: column;
}

.contact-details {
    /* background-image: linear-gradient(to left , rgba(0,0,0,0.9), rgba(255,255,255, 0.0)); */
    background-image: linear-gradient(to left, rgba(1, 12, 71, 0.9), rgba(255, 255, 255, 0.0));
}

.contact-details .icon-con-box-wrapper {
    display: flex;
    justify-content: flex-end;
}

.icon-con-box-wrapper .icon-con-box {
    display: flex;
    align-items: center;
    margin-left: 30px;
    padding: 2px 4px;
}

.icon-con-box-wrapper .icon-con-box .bx-icon {
    /* color: var(--color-icon); */
    color: #fff;
    margin-right: 8px;
    font-size: 1.2rem;
}

.icon-con-box-wrapper .icon-con-box .bx-content a {
    color: var(--color-icon-text);
}

.menu-bar {
    display: flex;
    align-items: center;
    padding: 8px 0 0 0;
}

.menu-bar nav ul {
    display: flex;
    margin-bottom: 0;
}

.menu-bar nav ul li {
    padding: 0 15px;
}

.menu-bar nav ul li a i {
    font-size: 1.2rem;
    font-weight: normal;
    /* color: rgb(83, 83, 83);     */
    color: rgba(223, 223, 223, 0.8);
}

.menu-bar nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    /* color: rgb(51, 51, 51); */
    /* color: rgb(5, 5, 85); */
    color: #fff;
    gap: 5px;
    padding: 10px 0;
}

.menu-bar nav ul li .submenu {
    position: absolute;
    top: 100%;
    display: none;
    padding-left: 0;
    width: 250px;    
    background-color: rgba(255, 255, 255, .9);
    padding: 10px;
    backdrop-filter: blur(5px);
}
.hasSubmenu:hover .submenu{
    display: block;
}

.menu-btn a {
    /* background-color: #333; */
    /* background: #171a4f; */
    background-color: var(--blue-mid);
    color: #fff;
    padding: 10px 30px;
}
.submenu li a{
    align-items: flex-start!important;
    color: #696969!important;
    padding: 0 0 5px 0 !important;
    text-transform: none!important;
    font-size: 0.9rem!important;
     transition: all 0.4s ease;
}

.submenu li a:hover{
     transition: all 0.4s ease;
    align-items: flex-start!important;
    color: #0115A6!important;
    
  
}
.submenu li:hover{
     transition: all 0.4s ease;
    
    color: #0115A6!important;
    border-left: 1.5px solid #0115A6!important;
  
}

.main-nav-inner{
    background: #dcecf9aa;
    position: absolute;
    z-index: 99;
    width: 100%;
    backdrop-filter: blur(5px);
}
.main-nav-inner .contact-details{
    background: none;
}
.main-nav-inner .icon-con-box .bx-icon i{
    color: var(--blue-logo);
}
.main-nav-inner .icon-con-box .bx-content a{
    color: #333;
}
.main-nav-inner .menu-bar nav ul li a{
    color: #333;
}
.main-nav-inner .menu-bar nav ul li a i{
    color: var(--blue-logo);
}
.main-nav-inner .menu-btn a{
    background: var(--blue-logo);
}
.main-nav-inner .arrow-sub{
    position: absolute;
    right: 3px;
    top: 63%;
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.hamburger{
    width: 40px;
    position: relative;
    display: none;
}
.hamburger span{
    width: 100%;
    height: 4px;
    background: #fff;
    position: relative;
    border-radius: 2px;
    transition: all 0.5s;
}
.hamburger span:nth-child(1){
    top: -8px;
}
.hamburger span:nth-child(3){
    top: 8px;
}
/*========================= header end ======================== */

/* ======================== Hero ============================== */
.hero {
    width: 100%;
    height: 100vh;
    /* background: url("/assets/images/modern-shower-room-with-sleek-glass-divider.jpg"); */
    /* background: url("https://raisingwebsolutions.co.in/icumirrorandglasssunrise/assets/images/shower-blurred-bathroom-interior-design.jpg"); */
    background-image: url('../images/shower-blurred-bathroom-interior-design.webp');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative;   */
}

.hero-inner {
    margin-top: 20vh;
    height: 70vh;
    width: 60%;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.4);
}


.hero-left-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 2rem;
}

.hero-left-content:before {
    content: '';
    position: absolute;
    right: -10px;
    width: 13px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
    z-index: 2;
}

.hero-title h2 {
    /* color: #000000; */
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    margin-top: 30px;
}

.hero-subtitle h6 {
    color: rgba(255, 255, 255, 0.7)
}

.hero-contact-btn {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.hero-contact-btn a {
    background: var(--blue-mid);
    color: #fff;
    padding: 15px 50px;
    box-shadow: 4px 4px 8px rgba(7, 0, 56, 0.2);
}

.hero-right-content {
    height: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: flex-end;
}

.hero-right-content p {
    /* color: #ffc32f; */
    color: #ffffff;
    font-weight: 700;
}

/* ====================== about section =================== */
#about {
    width: 100%;
    max-height: 200vh;
    padding: 4rem 0 4rem 0;
    /* background-color: var(--blue-dark); */
    background: #2d507e;
    position: relative;
    overflow: hidden;
}

#about:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: url(/assets/images/4036.jpg);
    background-size: cover;
    opacity: 0.4;

}

.years-of-experience {
    position: relative;
}

.years-of-experience:before,
.years-of-experience:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.years-of-experience:before {
    border-left: 2px solid #fff;
    left: 0;
}

.years-of-experience:after {
    border-right: 2px solid #fff;
    right: 0;
}

.years-of-experience h2 {
    color: #d0f1ff;
    font-size: 5rem;
}

.years-of-experience h5 {
    color: var(--blue-light);
    /* text-align: right; */
    text-transform: uppercase;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0.6;
    mix-blend-mode: multiply;
}

/* ====================== service section ================== */
#services {
    width: 100%;
    padding: 4rem 0 6rem 0;
    position: relative;
    background-image: url(https://raisingwebsolutions.co.in/icumirrorandglasssunrise/assets/images/glass-shower-sanctuary.jpg);
    background-size: cover;
}

#services:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.service-title-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.service-wrapper {
    /* grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));/ */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content:center;
}

.service-box {
    width: 18%;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    overflow: hidden;
}

.service-image img {
    width: 100%;
}

.service-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    overflow: hidden;
    transition: all 0.4s ease;
    transform: translateY(82px);
}

.service-title h3 {
    color: var(--blue-mid);
    font-size: 1.3rem;
    font-weight: 600;
    transition: all 0.4s ease;
    margin-bottom: 0;
}

.service-box:hover {
    transform: scale(1.2);
    z-index: 2;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
}

.service-box:hover .service-title {
    transform: translateY(0);
}

.service-title p {
    font-size: 0.75rem;
    line-height: .9rem;

}

.service-box:hover .service-title p {
    margin-top: 5px;
    color: var(--blue-dark);
}

.service-title a {
    display: inline-block;
    margin-top: -8px;
    font-size: 0.9rem;
}


/* ===================== offer ===================== */
#offer {
    width: 100%;
    min-height: 80vh;
    background: url(https://raisingwebsolutions.co.in/icumirrorandglasssunrise/assets/images/modern-bathroom-with-blue-lighting.jpg) center center no-repeat;
    /* background-image: url('../images/project-one.jpg'); */
    background-size: cover;
    position: relative;
}

#offer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 16, 96, 0.6);
}

.offer-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
}

.slides {
    display: flex;
    transition: transform 0.6s ease-in-out;
    width: 100%;
    height: 100%;
}

.slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-box {
    /* background: rgba(255, 255, 255, 0.1); */
    text-align: center;
    padding: 50px 80px;
    border-radius: 4px;
    max-width: 800px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    border: 5px solid rgba(255, 255, 255, 0.1);
}

.offer-box h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(2, 87, 171, 0.6), rgba(0, 0, 0, 0));
}

.offer-box h3 {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 2px var(--blue-mid);

    /* Create 3D shadow depth */
    text-shadow:
        2px 2px 0 var(--blue-mid),
        4px 4px 0 #0004,
        6px 6px 0 #0003,
        8px 8px 0 #0002;

    /* Optional subtle animation */
    /* animation: hueSpin 5s linear infinite; */
}

@keyframes hueSpin {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}


.offer-box p {
    font-size: 1.4rem;
    color: #c5d8ff;
    margin: 0 0;
    line-height: 1.5;
    font-weight: 700;
}

.offer-box strong {
    font-weight: 700;
}

.offer-box a {
    background: #002b7f;
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.offer-box a:hover {
    background: #001c57;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    color: #002b7f;
    font-size: 2rem;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    transition: background 0.3s;
    z-index: 10;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.arrow:hover {
    background: #002b7f;
    color: #fff;
}

.arrow.prev {
    left: 200px;
}

.arrow.next {
    right: 200px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
   
    .white-backdrop{
        width: 100%;
    }
    .offer-box {
        padding: 30px 25px;
    }

    .offer-box h1 {
        font-size: 2.5rem;
    }

    .offer-box h2 {
        font-size: 1.2rem;
    }

    .offer-box p {
        font-size: 1rem;
    }
}


/* ========================= why choose us ================ */
.why-choose {
    text-align: center;

    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* border-radius: 30px; */
    padding: 50px 40px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
}

.why-choose-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.why-chosse-box {
    /* flex: 33%; */
    max-width: 320px;
    border: 1px solid gray;
    background: #F2F1F8;
    padding: 3rem 20px 1rem 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-choose-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #F2F1F8;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 40px;
    /* box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.3), 3px 3px 6px rgba(0, 0, 0, 0.5); */
    position: relative;
}
.why-choose-icon:before,
.why-choose-icon:after{
    content: '';
    position: absolute;
    border-radius: 50%;
}
.why-choose-icon:before{
    width: 120%;
    height: 120%;
    border: 2px solid #fff;
}

.why-choose-icon img {
    width: 100%;
}

.why-coose-text h4 {
    font-size: 1.2rem;
    color: #fff;
}

.why-coose-text {
    width: 80%;
    color: gray;
}
.why-coose-text h4 {
    
    color: gray;
}

/* ================= ourwork ======== */
#our-work {
    position: relative;

}

.swiper {
    width: 100%;
    height: 100%;
    max-height: 65vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 15px solid #f7fbff; */
    /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5) !important; */
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.swiper-v {
    background: #000;
}

.swiper-pagination {
    bottom: -7px !important;
}

.tab-container {
    width: 100%;
    margin: 0 auto;
    /* max-width: 1200px; */
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.tab-buttons {
    /* display: flex; */
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.05);
}

.tab-btn {
    flex: 1;
    padding: 15px;
    background: transparent;
    border: none;
    color: var(--blue-light);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 700;
}

.tab-btn:hover{
    color: var(--blue-mid);
}
.tab-btn.active {
    color: #000000;
    border-bottom: 2px solid var(--blue-dark);
}

.tab-content {
    padding: 20px;
}
.tab-panel {
    display: none;
    text-align: center;
}
.tab-panel.active {
    display: block;
}
.tab-panel .img-sets{
    width: 100%;
    display: flex;
    gap: 5px;
    max-height: 400px;
}
.tab-panel .img-sets img {
    flex: 50%;
    max-width: 50%;
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}
.tab-panel h2 {
    margin: 10px 0;
    color: var(--blue-mid);
}
.tab-panel p {
    color: #000;
}
/* ================== our process =============== */
#our-process{
    background: #CFE2FF;
    padding: 6rem 0 1rem 0;
}
.our-process-title-wrapper{
    margin-bottom: 50px;
}
.proces-text{
    color: #214374;
}
.process-box-wrapper{
    /* display: grid;    */
    /* grid-template-columns: repeat(4, 1fr); */
    /* grid-template-rows: repeat(3, auto); */
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px; 
    justify-content: center;
}
.process-box{
  /* flex: 0 0 25%;  */
  /* max-width: 25%; */
  /* background: #eee; */
  padding: 50px 20px 20px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.process-box:before,
.process-box:after{
    content: '';
    position: absolute;
    top: 46%;
    transform: translateY(-50%);    
    width: 50%;
    border: 1px dashed #fff;
    z-index: 1;
}
.process-box:before{
    left: 0;
}
.process-box:after{
    right: 0;
}
.process-box:nth-child(1){
    flex: 0 0 50%;
    max-width: 25%;
    justify-content: center;
    /* align-items: flex-start; */
    margin-bottom: 0;
}
.process-box:nth-child(2):before,
.process-box:nth-child(9):after,
.process-box-start:before,
.process-box-start:after{
    display: none;

}
.process-box-start{
    display: flex;
    align-items: center;
    margin-top: -50px;
}
.process-box-start h2{
    margin-bottom: 0;
}
.process-box-start h2{
    text-transform: uppercase;
    font-size: 4rem;
    color: #21437494;
}
.process-count{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.process-count h2{
    color: rgba(255, 255, 255, 0.838);
    font-weight: 700;
    font-size: 2rem;
 
    
}
.process-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.process-icon img{
    width: 100%;
}
.process-title h4{
    color: #2C3E50;
    padding: 10px 0;
}
.t-slide{
    background: #fff;
    display: flex;
    flex-direction: column;
    border: none;
    padding: 50px 20px 20px 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1)!important;
    border-radius: 10px;
    /* border: 5px solid transparent;
    border-image: linear-gradient(45deg, rgba(0, 0, 255, 0.2), rgba(242, 0, 255,0.2));
    border-image-slice: 1;
    overflow: hidden; */
}
.t-star{
    margin-bottom: 20px;
}
.t-star i{
    color: goldenrod;
}
.t-content{
    position: relative;
}
.t-content:after,
.t-content:before{    
    font: var(--fa-font-solid);
    font-weight: 900;
    position: absolute;
    font-size: 2rem;
}
.t-content:before{
    content: '\f10d';
    left: 0;
    top: 0;
    left: -10px;
}
.t-content:after{
    content: "\f10e";
    bottom: 0;
    right: 0;
    right: 10px;
}
.t-content p{
    font-size: 1rem;
    padding: 10px 20px;
}
.t-name h5{
    font-weight: 700;
}
.mySwiper-testi .swiper-pagination{
    bottom: -50px!important;
}

/* ====================== footer ================ */
footer{
    padding: 4rem 0 3rem 0;
    background: var(--blue-dark);
}
.footer-logo img{
    width: 120px;
    margin-bottom: 30px;
}
.footer-content p{
    color: var(--blue-light);
    margin-bottom: 50px;
    width: 90%;
}
.footer-social a i{
    color: #fff;
    font-size: 2rem;
}
.footer-title h2{
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.quick-link ul li a{
    color: var(--blue-light);
}
.quick-link ul li a:hover{
    color: #fff;
}
.quick-link ul{
    padding-left: 10px;
}
.newsletter-form form input[type="submit"] {
  background: var(--blue-mid);
  border: none;
  color: #fff;
  padding: 2px 5px;
  margin-top: 10px;
}
.contact-icon-box{
    display: flex;
    margin-bottom: 20px;
}
.contact-icon-box .icon-box{
    padding-right: 20px;
}
.contact-icon-box .icon-box i{
    color: #fff;
}
.contact-icon-box .icon-contact a{
    color: var(--blue-light);
}



/* ============= service page ===================== */
#service-header{
    width: 100%;
    height: 90vh;
    position: relative;
}
#service-header .service-header-image{
    width: 100%;
    height: 100%;
    position: absolute;
}
#service-header .service-header-image:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #0000003a; */
    background: #aaf5ff3a;
    mix-blend-mode: multiply;
}
#service-header .service-header-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#service-header .service-header-content{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;    
}
#service-header .service-header-content h1{
    font-family: "Poppins", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, .2);
    padding: 2px 30px;
    border-radius: 10px;
    text-shadow: 
    2px 2px 4px rgba(0, 0, 0, 0.1),
    2px 3px 5px rgba(0, 0, 0, 0.2),
    2px 4px 6px rgba(0, 0, 0, 0.3);    
    position: relative;
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
}
.carousel-cus{
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 1em;
}
.image-slider{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    animation: spin 35s infinite linear;
}
.image-slider .slider-box {
    flex: 0 0 15em;
    height: 18em;
    border: 5px solid rgba(255, 255, 255, .9);
    /* border: 5px solid var(--blue-mid); */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.image-slider .slider-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes spin{
    from{
        translate: 0;
    }
    to{
        translate: -100%;
    }
}

#service-tab{
    position: relative;
}
.service-tab-title,
.tab-wrapper{
    background: #1c649e1c;
    /* background: var(--blue-logo); */
}
.service-tab-title{
    padding-top: 4rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.service-tab-title-2{
    background: #DBE2EE;
    padding-top: 1rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.service-tab-title p{
    font-size: 20px;
    
}
.tab-wrapper{
    padding-top: 30px;
    display: flex;
    
    padding-bottom: 5rem;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
}
.tab-wrapper ul{
    width: 100%;
    padding-left: 0;
    padding: 0 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.tab-wrapper ul li a{
    font-size: 1.2rem;
    /* background: #49709b; */
    /* background: var(--blue-mid); */
    background: var(--blue-logo);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.ser-image-slider{
    max-height: 100%!important;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #444; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .accordion-item{
        margin-bottom: 30px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    }

    #ser-section-page-two{
        width: 100%;
        background: #ffffff;
        padding: 4rem 0;
    }
    .spets-ser{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    .steps-box{
        flex: 0 0 25%;
        max-width: calc(25% - 40px);
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 20px;
        padding: 3rem 0;
        position: relative;
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.05);
    }
    .steps-icon{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #d7d8ff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .steps-icon img{
        width: 50px;
    }
    .steps-no{
        position: absolute;
        left: 30%;
        top: 10%;
    }
    .steps-no h2{
        font-size: 4rem;
        color: var(--blue-mid);
    }
    .steps-title{
        margin-top: 30px;
    }
    .steps-title h4{
        font-weight: 700;
        font-size: 1rem;
        color: var(--blue-mid);
    }

    #ser-cta{
        width: 100%;
        height: 30vh;
        background: url("/assets/images/Capture.JPG") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;

    }
    .ser-cta-btn-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .ser-cta-btn-wrapper a{
        background: var(--blue-mid);
        color: #fff;
        padding: 15px 40px;
    }



/* ======================== Responsive ===================== */

@media screen and (max-width:1200px) {
    header {
        padding: 10px 2em;
    }
    .logo a img {
        width: 130px;
    }
    .menu-bar nav ul li {
        padding: 0 10px;
    }
    .menu-bar nav ul li a {
        font-size: .7rem;
    }

    
}

@media screen and (max-width:992px) {
    header {
        padding: 10px 1em;
    }
    .logo a img {
        width: 100px;
    }
    nav{
        position: absolute;
        left: 0;
        top: 100%;
        display: none;
        width: 100%;
        min-height: 90vh;
        background: #fff;
        padding: 20px 0;
    }
    .nav{
        display: none;
    }
    nav.active{
        display: block;
    }
    .nav.active{
        display: block;
    }
    .menu-bar nav ul{
        display: block;
        padding-left: 0;
    }
    .menu-bar nav ul li{
        border-bottom: 1px solid rgba(0, 0, 0, .03);
        padding: 0 20px;
       
    }
    .menu-bar nav ul li a{
        flex-direction: row;
    }
    .main-nav-inner .arrow-sub {
        top: 45%;
        right: 20px;
         border-top: 8px solid #333;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        transition: transform 0.5s;
    }
    .arrow-sub.active{
        top: 17px;
        transform: rotateX(180deg);
    }
    .hamburger{        
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hamburger.active span{
        transform-origin: center;
    }
    .hamburger.active span:nth-child(2){
        display: none;
    }
    .hamburger.active span:nth-child(1){
        transform: rotate(45deg);
        top: 5px;
    }
    .hamburger.active span:nth-child(3){
        top: 2px;
        transform: rotate(-45deg);
    }
    .menu-btn{
        display: none;
        position: absolute;
        top: 90vh;
        left: 25px;
        margin-right: 50px;
    }
    .menu-btn.active{
        display: flex;
    }
    .menu-btn a {
        padding: 5px 30px;
    }
    .menu-bar{
        justify-content: flex-end;
    }
    .contact-details{
        display: none;
    }

    #service-header .service-header-content h1{
        font-size: 3rem;
        text-align: center !important;
        
    }
    #service-header{
        height: 50vh!important;
    }
    .main-nav-inner{
        padding: 10px 0;
    }
    .tab-wrapper ul {
        padding: 0 2px;
        flex-direction: column;
        align-items: center;
    }
    .pr-100{
        padding-right: 0;
    }
    .spets-ser{
        gap: 20px;
    }
    .steps-no {
        left: 20%;
    }
    .steps-no h2 {
        font-size: 2.5rem;
    }
    .steps-box {
        flex: 0 0 50%;
        max-width: calc(50% - 20px);
        padding: 1.5rem 0;
    }
    .submenu{
        position: relative!important;
        display: none!important;
        width: 90%!important;
    }
    .submenu.active{
        display: block!important;
    }
    .submenu li a{
            color: #696969!important;
        font-size: 0.8rem;
    }

}

@media screen and (max-width:768px) {
    .sec-titl-ser h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .sec-titl-ser h2 span {
        font-size: 2.5rem;
        font-weight: 700;
    }
}

 .about-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-header h1 {
            font-size: 4rem;
            color: #333333;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-header h1:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: #DBE2EE;
            border-radius: 2px;
        }

        .section-header p {
            font-size: 1.5rem;
            color: #686868;
            max-width: 600px;
            margin: 0 auto;
        }

        .cards-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .card {
            background-color: #fff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        .card-icon {
            height: 120px;
            background-color: #DBE2EE;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: #2c3e50;
            transition: all 0.3s ease;
        }

        .card:hover .card-icon {
            background-color: #F3F2F9;
        }

        .card-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #2c3e50;
            position: relative;
            padding-bottom: 10px;
        }

        .card h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background-color: #DBE2EE;
            border-radius: 2px;
            transition: width 0.3s ease;
        }

        .card:hover h3:after {
            width: 70px;
        }

        .card p {
            color: #5d6d7e;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto;
        }

        .year-badge {
            background-color: #DBE2EE;
            color: #2c3e50;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .read-more {
            color: #2c3e50;
            text-decoration: none;
            font-weight: 600;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }

        .read-more i {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .read-more:hover {
            color: #3498db;
        }

        .read-more:hover i {
            transform: translateX(5px);
        }

        .company-history {
            background-color: #fff;
            border-radius: 15px;
            padding: 40px;
            margin-top: 60px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            /* width: 1200px; */
        }

        .company-history h2 {
            font-size: 2rem;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .company-history p {
            max-width: 800px;
            color: #5d6d7e;
            margin-bottom: 30px;
            font-size: 1.1rem;
        }

        .timeline {
            display: flex;
            justify-content: space-between;
            width: 100%;
            max-width: 800px;
            margin-top: 30px;
            position: relative;
        }

        .timeline:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #DBE2EE;
            transform: translateY(-50%);
        }

        .timeline-point {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #DBE2EE;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease;
        }

        .timeline-point.active {
            background-color: #2c3e50;
            transform: scale(1.3);
        }

        .timeline-point:hover {
            transform: scale(1.3);
            cursor: pointer;
        }

        .timeline-content {
            position: absolute;
            top: -80px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff;
            padding: 10px 15px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            opacity: 0;
            transition: all 0.3s ease;
            pointer-events: none;
            width: 150px;
            text-align: center;
        }

        .timeline-point:hover .timeline-content {
            opacity: 1;
            top: -100px;
        }

        @media (max-width: 768px) {
            .cards-container {
                grid-template-columns: 1fr;
            }
            
            .timeline {
                flex-direction: column;
                align-items: center;
                height: 300px;
            }
            
            .timeline:before {
                width: 3px;
                height: 100%;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }
            
            .timeline-point {
                margin: 20px 0;
            }
            
            .timeline-content {
                top: auto;
                left: 40px;
                transform: none;
            }
            
            .timeline-point:hover .timeline-content {
                top: auto;
                left: 50px;
            }
        }

        .history-image{
            width: 300px;
            height: 100%;
        }

        .history-image img{
            width: 100%;
            height: 100%;
        }

/*         
        .why-choose-container {
            width: 100%;
            margin: 0 auto;
            padding: 2rem 4rem;
            background-image: url('../images/icu-mirror-glass-services-1.jpg');
        } */

        .why-choose-container {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 4rem;
    background: 
        linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url('../images/icu-mirror-glass-services-1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

          .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .feature-card {
            background-color: #fff;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .feature-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background-color: #DBE2EE;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        .feature-card:hover:before {
            transform: scaleX(1);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background-color: #DBE2EE;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            font-size: 2.2rem;
            color: #2c3e50;
            transition: all 0.3s ease;
        }

        .feature-card:hover .feature-icon {
            background-color: #F3F2F9;
            transform: scale(1.1);
        }

        .feature-card h3 {
            font-size: 1.5rem;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .feature-card p {
            color: #5d6d7e;
            margin-bottom: 20px;
        }

        .feature-btn {
            background-color: #DBE2EE;
            color: #2c3e50;
            border: none;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: auto;
        }

        .feature-btn:hover {
            background-color: #2c3e50;
            color: white;
        }

        .quote-section {
            background-color: #fff;
            border-radius: 15px;
            padding: 20px 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            text-align: center;
            position: relative;
            overflow: hidden;
            /* width: 1200px; */
            margin: 50px;
        }

        .quote-section:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #DBE2EE 0%, #F3F2F9 100%);
            opacity: 0.2;
            z-index: 0;
        }

        .quote-content {
            position: relative;
            z-index: 1;
            padding-top: 5%;
        }

        .quote-section h2 {
            font-size: 2.2rem;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .quote-section p {
            font-size: 1.2rem;
            color: #5d6d7e;
            margin-bottom: 10px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .quote-btn{
            border: none !important;
            border-radius: 50px;
        }
        .quote-btn a{
            background-color: #2c3e50;
            color: white;
            border: none;
            padding: 15px 40px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
        }

        .quote-btn a:hover {
            background-color: #1a252f;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .quote-btn a i {
            transition: transform 0.3s ease;
        }

        .quote-btn a:hover i {
            transform: translateX(5px);
        }

        .quality-badge {
            display: inline-block;
            background-color: #DBE2EE;
            color: #2c3e50;
            padding: 10px 25px;
            border-radius: 30px;
            font-weight: 600;
            margin-top: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        @media (max-width: 768px) {
            .section-header h1 {
                font-size: 2.2rem;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .quote-section {
                padding: 30px 20px;
            }
            
            .quote-section h2 {
                font-size: 1.8rem;
            }
        }

        /* Animation for elements on scroll */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

.quote-image{
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

.quote-image img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);

}


/* contact-us-page */

.contact-us-form-contaciner{
    width: 100%;
    background-color: #F2F2F9;
    padding: 50px 0;
}

.first-cont-box{
    background-color: #fff;
    padding: 20px 40px;
 
    box-shadow: 0 15px 40px rgba(1, 21, 166, 0.1);
            border-radius: 20px;
}

 .contact-form-section {
            /* padding: 50px; */
            
        }

        .contact-info-section {
            background: linear-gradient(135deg, #0115A6 0%, #2a38c7 100%);
            color: white;
            padding: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

       .contact-form-section .section-header  {
            margin-bottom: 20px;
            text-align: left;
            
        }

        .section-header h1 {
            font-size: 2.5rem;
            color: #333333;
            margin-bottom: 10px;
            text-align: left;
        }

        .section-header h2 {
           font-size: 2.5rem;
    color: #2c3e50;
        }

         .contact-form-section .section-header p {
            color: #666;
            margin-bottom: 10px;
           margin-right: 15%;
           margin-left: 15%;
           text-align: center;
           font-size: 18px;
        }

        .contact-info-section .section-header h2 {
            color: white;
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .form-group {
            margin-bottom: 25px;
            position: relative;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
        }

        .required::after {
            content: "*";
            color: #e74c3c;
            margin-left: 4px;
        }

        input, select, textarea {
            width: 100%;
            padding: 14px 16px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background-color: #fff;
        }

        input:focus, select:focus, textarea:focus {
            outline: none;
            border-color: #0115A6;
            box-shadow: 0 0 0 3px rgba(1, 21, 166, 0.1);
        }

        textarea {
            min-height: 80px;
            resize: vertical;
        }

        .phone-input {
            display: flex;
        }

        .phone-prefix {
            width: 120px;
            margin-right: 10px;
        }

        .phone-number {
            flex: 1;
        }

        select {
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230115A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 16px center;
            background-size: 16px;
        }

        .submit-btn {
            background-color: #0115A6;
            color: white;
            border: none;
            padding: 16px 40px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(1, 21, 166, 0.2);
            display: inline-flex;
            align-items: center;
            gap: 10px;
            width: 100%;
            justify-content: center;
            width: 250px;
        }

        .submit-btn:hover {
            background-color: #000d73;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(1, 21, 166, 0.3);
        }

        .submit-btn i {
            transition: transform 0.3s ease;
        }

        .submit-btn:hover i {
            transform: translateX(5px);
        }

        .contact-details {
            /* margin-top: 40px; */
        }

        .contact-method {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 1.2rem;
        }

        .contact-text h3 {
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        .contact-text p {
            font-size: 1.1rem;
            font-weight: 500;
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 30px;
        }

        .social-link {
            width: 45px;
            height: 45px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background-color: rgba(255, 255, 255, 0.3);
            transform: translateY(-3px);
        }

        .divider {
            height: 1px;
            background-color: rgba(255, 255, 255, 0.2);
            margin: 30px 0;
        }

  @media (max-width: 1000px) {
            .hero-inner{
                width: 72%;
                height: 60vh;
            }}
        @media (max-width: 900px) {
               .hero-inner{
                width: 80%;
                height: 60vh;
            }
            .contact-container {
                grid-template-columns: 1fr;
            }
            
            .contact-form-section, .contact-info-section {
                padding: 30px;
            }
        }

        @media (max-width: 600px) {
            .form-row {
                grid-template-columns: 1fr;
            }
            
            .section-header h1 {
                font-size: 2rem;
            }
            
            .section-header h2 {
                font-size: 1.5rem;
            }
        }

        /* Animation for form elements */
        .form-group {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.5s ease forwards;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Stagger animation for form groups */
        .form-group:nth-child(1) { animation-delay: 0.1s; }
        .form-group:nth-child(2) { animation-delay: 0.2s; }
        .form-group:nth-child(3) { animation-delay: 0.3s; }
        .form-group:nth-child(4) { animation-delay: 0.4s; }
        .form-group:nth-child(5) { animation-delay: 0.5s; }
        .form-group:nth-child(6) { animation-delay: 0.6s; }
        .form-group:nth-child(7) { animation-delay: 0.7s; }
        .form-group:nth-child(8) { animation-delay: 0.8s; }
        .form-group:nth-child(9) { animation-delay: 0.9s; }

         .sec-cont-section {
            background-color: #CFE2FF;
            border-radius: 16px;
            padding: 40px;
            
            width: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }

        .sec-cont-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100px;
            height: 100px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 0 0 0 100px;
        }

        .section-title {
            font-size: 1.8rem;
            color: #1a3c6e;
            margin-bottom: 30px;
            font-weight: 600;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: #1a3c6e;
            border-radius: 2px;
        }

        .contact-methods {
            margin-bottom: 30px;
        }

        .contact-method {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 1.2rem;
            color: #1a3c6e;
            flex-shrink: 0;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

        .cont-details {
            flex: 1;
        }

        .contact-label {
            font-size: 1rem;
            color: #1a3c6e;
            margin-bottom: 5px;
            font-weight: 600;
        }

        .contact-info {
            font-size: 1.2rem;
            color: #1a3c6e;
            font-weight: 500;
        }

        .social-section {
            border-top: 1px solid rgba(26, 60, 110, 0.2);
            padding-top: 25px;
        }

        .social-title {
            font-size: 1.3rem;
            color: #1a3c6e;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-link {
            width: 45px;
            height: 45px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #1a3c6e;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

        .social-link:hover {
            background-color: #1a3c6e;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

        /* Animation for elements */
        .contact-method, .social-section {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .contact-method:nth-child(1) { animation-delay: 0.1s; }
        .contact-method:nth-child(2) { animation-delay: 0.2s; }
        .contact-method:nth-child(3) { animation-delay: 0.3s; }
        .social-section { animation-delay: 0.4s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive adjustments */
        @media (max-width: 500px) {
            .sec-cont-section {
                padding: 30px 20px;
            }
            
            .section-title {
                font-size: 1.6rem;
            }
            
            .contact-info {
                font-size: 1.1rem;
            }
        }


        .third-con-section{
            background-color: #fff;
            width: 100%;
            
        }
    

         .vision-section {
            width: 100%;
            
            height: 600px;
            
            overflow: hidden;
            position: relative;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
        }

        .background-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            transition: transform 10s ease;
            z-index: 1;
        }

        .vision-section:hover .background-image {
            transform: scale(1.05);
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(10, 25, 47, 0.85) 0%, rgba(23, 42, 70, 0.8) 100%);
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 60px;
            text-align: center;
        }

        .content {
            max-width: 900px;
            z-index: 3;
            position: relative;
        }

        .title {
            font-size: 4rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 30px;
            line-height: 1.1;
            text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            position: relative;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease 0.5s forwards;
        }

        .title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #64ffda, #3498db);
            border-radius: 2px;
        }

        .description {
            font-size: 1.4rem;
            line-height: 1.7;
            color: #ffffff;
            margin-bottom: 40px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease 0.8s forwards;
        }

      

        .glass-icon {
            font-size: 5rem;
            color: rgba(100, 255, 218, 0.7);
            margin-bottom: 30px;
            opacity: 0;
            animation: fadeIn 1s ease 0.2s forwards, rotate 20s linear infinite;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }

        @keyframes float {
            0%, 100% { 
                transform: translateY(0) rotate(0deg); 
            }
            50% { 
                transform: translateY(-20px) rotate(180deg); 
            }
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

       

        @keyframes pulse {
            0% { transform: scale(0.8); opacity: 1; }
            70% { transform: scale(2.5); opacity: 0; }
            100% { transform: scale(2.5); opacity: 0; }
        }

        @media (max-width: 768px) {
            .vision-section {
                height: auto;
                min-height: 500px;
            }
            
            .overlay {
                padding: 40px 20px;
            }
            
            .title {
                font-size: 2.5rem;
            }
            
            .description {
                font-size: 1.2rem;
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .cta-btn {
                width: 100%;
                max-width: 250px;
                justify-content: center;
            }
            
            .background-image {
                background-attachment: scroll;
            }
        }


         .testimonials-section {
            max-width: 1400px;
            width: 100%;
            text-align: center;
            padding: 50px 20px;
            margin: 0 auto;
        }

        .section-title {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 50px;
            font-weight: 700;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #3498db, #2980b9);
            border-radius: 2px;
        }

        .testimonials-container {
            position: relative;
            /* Padding adjustment for nav buttons */
            padding: 0 60px;
            overflow: hidden; 
            
        }

        .testimonials-slider {
            display: flex;
            transition: transform 0.5s ease;
            /* Set a width large enough to contain all cards in one continuous row */
            width: calc(8 * 310px + 7 * 30px + 20px); /* 8 cards * 310px + 7 gaps * 30px + padding */
            /* Removed the 200% logic to allow for better responsive sliding */
        }

        .testimonial-group {
            display: flex;
            /* Let the content define the width, effectively merging into one long slider */
            /*width: auto; */
            gap: 30px;
            padding: 10px;
            /*flex-wrap: nowrap;*/
        }

        .testimonial-card {
            /* FIXED WIDTH: 310px */
            flex: 0 0 310px; 
            max-width: 100%; 
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            text-align: left;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            min-height: 320px;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        /* --- Content Styles (Unchanged) --- */
        .google-badge { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #f0f0f0; }
        .google-logo { width: 24px; height: 24px; }
        .google-text { font-size: 1rem; font-weight: 600; color: #5f6368; }
        .client-info { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; flex-wrap: wrap; gap: 10px; }
        .client-name { font-size: 1.3rem; font-weight: 700; color: #2c3e50; }
        .review-date { font-size: 0.9rem; color: #7f8c8d; white-space: nowrap; }
        .rating { margin-bottom: 20px; color: #f1c40f; font-size: 1.3rem; display: flex; gap: 3px; }
        .review-text { color: #5d6d7e; line-height: 1.7; margin-bottom: 20px; position: relative; overflow: hidden; flex-grow: 1; }
        .review-text.collapsed { max-height: 100px; overflow: hidden; }
        .review-text.collapsed::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40px; background: linear-gradient(transparent, white); }
        .review-text.expanded { max-height: none; }
        .review-text.expanded::after { display: none; }
        .read-more-btn { background: none; border: none; color: #3498db; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 5px; margin-top: 10px; transition: color 0.3s ease; align-self: flex-start; padding: 5px 0; }
        .read-more-btn:hover { color: #2980b9; }
        .read-more-btn i { font-size: 0.9rem; transition: transform 0.3s ease; }
        .read-more-btn.expanded i { transform: rotate(180deg); }
        /* --- Nav/Dot Styles (Mostly Unchanged) --- */
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: white;
            border: none;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #3498db;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .nav-btn:hover {
            background: #3498db;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

        .prev-btn { left: 0; }
        .next-btn { right: 0; }
        .slider-dots { display: none; } /* Dots now controlled by JS for all cards, keeping them hidden for this new logic */
        
        .dot.active { background: #3498db; transform: scale(1.2); }
        .quote-icon { position: absolute; bottom: 20px; right: 20px; font-size: 3rem; color: #3498db; opacity: 0.1; }

        /* Responsive Design: Simplify media queries since card width is fixed */
        @media (max-width: 768px) {
         
            .nav-btn {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
             .testimonials-container {
                /* Even less padding to help card centering */
                padding: 0 !important;
            }

            .testimonials-section{
                padding: 50px 0;
            }
        }
        
        @media (max-width: 350px) {
            .nav-btn {
                display: none;
            }
        }

        .project-slider-container {
            margin-bottom: 60px;
        }

        .slider-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .slider-title {
            font-size: 2.2rem;
            color: #2c3e50;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .slider-description {
            font-size: 1.1rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .slider-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .slider-track {
            display: flex;
            transition: transform 0.5s ease;
        }

        .slider-slide {
            min-width: 100%;
            position: relative;
        }

        .slide-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
        }

        .slide-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            color: white;
            padding: 40px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .slider-slide:hover .slide-overlay {
            transform: translateY(0);
        }

        .slide-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .slide-description {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 20px;
            line-height: 1.5;
        }

        .slide-features {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .slide-feature {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }

        .slide-feature i {
            color: #3498db;
        }

        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #3498db;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            z-index: 10;
        }

        .slider-nav:hover {
            background: #3498db;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

        .prev-slide {
            left: 20px;
        }

        .next-slide {
            right: 20px;
        }

        .slider-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 25px;
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #dde4e8;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .slider-dot.active {
            background: #3498db;
            transform: scale(1.2);
        }

        .project-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
           
            background-color: #fff;
            padding: 50px;
        }

        .stat-card {
            background: white;
            padding: 40px 30px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-5px);
        }

        .stat-icon {
            width: 70px;
            height: 70px;
            background: #e8f4fc;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.8rem;
            color: #1C649E;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 1.1rem;
            color: #7f8c8d;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 2.2rem;
            }
            
            .projects-tabs {
                flex-direction: column;
                border-radius: 20px;
                max-width: 300px;
            }
            
            .tab-btn {
                padding: 15px 20px;
            }
            
            .slide-image {
                height: 400px;
            }
            
            .slide-overlay {
                padding: 25px;
            }
            
            .slide-title {
                font-size: 1.5rem;
            }
            
            .slider-nav {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
            
            .stat-card {
                padding: 30px 20px;
            }
            
            .stat-number {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .slide-image {
                height: 300px;
            }
            
            .slide-overlay {
                padding: 20px;
            }
            
            .slide-title {
                font-size: 1.3rem;
            }
            
            .slide-features {
                flex-direction: column;
                gap: 10px;
            }
        }

        .promotion-section-container{

            padding-top: 50px;
        }

     
        .promotion-section{
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            
            gap: 30px;
        }
         .special-card {
            background-color: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 500px;
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .special-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .promotion-header {
            background-color: #CFE2FF;
            padding: 25px;
            text-align: center;
            position: relative;
        }

        .promotion-header::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #CFE2FF, #8bb9ff, #CFE2FF);
        }

        .promotion-header h1 {
            color: #1a3c6e;
            font-size: 28px;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }

        .promotion-header p {
            color: #2a4d7e;
            font-size: 16px;
            font-weight: 500;
        }

        .content {
            padding: 30px;
            text-align: center;
        }

        .discount-badge {
            background-color: #CFE2FF;
            border-radius: 50%;
            width: 120px;
            height: 120px;
            margin: 0 auto 25px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            position: relative;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }

        .discount-badge::before {
            content: "";
            position: absolute;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            border: 2px dashed #8bb9ff;
        }

        .discount-amount {
            font-size: 32px;
            font-weight: 800;
            color: #1a3c6e;
            line-height: 1;
        }

        .discount-text {
            font-size: 14px;
            color: #2a4d7e;
            font-weight: 600;
            margin-top: 5px;
        }

     

        .cta-button {
            background-color: #1a3c6e;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 14px 35px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(26, 60, 110, 0.3);
            position: relative;
            overflow: hidden;
        }

        .cta-button:hover {
            background-color: #2a4d7e;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(26, 60, 110, 0.4);
        }

        .cta-button:active {
            transform: translateY(1px);
        }

        .cta-button::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 5px;
            height: 5px;
            background: rgba(255, 255, 255, 0.5);
            opacity: 0;
            border-radius: 100%;
            transform: scale(1, 1) translate(-50%);
            transform-origin: 50% 50%;
        }

        .cta-button:focus:not(:active)::after {
            animation: ripple 1s ease-out;
        }

        @keyframes ripple {
            0% {
                transform: scale(0, 0);
                opacity: 0.5;
            }
            100% {
                transform: scale(20, 20);
                opacity: 0;
            }
        }

        .promotion-footer {
            background-color: #F3F2F9;
            padding: 15px;
            text-align: center;
            font-size: 14px;
            color: #666;
            border-top: 1px solid #e6e6f0;
        }


         .wg-wrapper {
            width: 100%;
            max-width: 1300px;
        }

        /* Header Section */
        .wg-head-sub {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #8a2be2;
            font-weight: 700;
            margin-bottom: 15px;
            display: inline-block;
            position: relative;
        }

        .wg-head-sub::before, .wg-head-sub::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 40px;
            height: 2px;
            background-color: #4169e1;
        }
        
        .wg-head-sub::before {
            left: -50px;
        }
        
        .wg-head-sub::after {
            right: -50px;
        }

        .wg-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
        }
        
        .wg-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .wg-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 25px 50px rgba(138, 43, 226, 0.12);
        }
        
        .wg-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #ac92c4, #4169e137);
            z-index: 2;
        }
        
        .wg-num {
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 5rem;
            font-weight: 900;
            color: rgba(138, 43, 226, 0.05);
            z-index: -1;
            line-height: 1;
        }

        .wg-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(138, 43, 226, 0.1), rgba(65, 105, 225, 0.1));
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            position: relative;
        }
        
        .wg-icon img {
            height:65px;
            border-radius: 50%;
        }
        
        .wg-title {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #222;
            line-height: 1.3;
        }
        
        .wg-desc {
            color: #666;
            font-size: 1.05rem;
            line-height: 1.7;
        }
        
        .wg-tag {
            display: inline-block;
            background: linear-gradient(90deg, rgba(138, 43, 226, 0.1), rgba(65, 105, 225, 0.1));
            color: #8a2be2;
            font-weight: 600;
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 0.9rem;
            margin-top: auto;
        }
        @media (max-width:768px) {
             .promotion-section-container{

            padding-top: 50px;
            padding-left: 10px;
            padding-right: 10px;
        }
          
            .process-box-start h2{
                font-size: 2rem;
            }
            .sec-title h2{
                font-size: 2rem;
            }
           
             .hero{
        height: 100vh;
    }
   .hero-inner{
     width: 93%;
    height: 55vh;
            }
   
    .why-chosse-box{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .service-box{
        width:50%;
        height: 400px;
        
    }
            
    .quote-image {
        display: none;
    }
      .projects-section .section-title {
                text-align: center !important;
                line-height: 2.5rem;
            }
            .first-cont-box{
                margin-bottom: 10px;
            }
        }

        @media (max-width:540px) {
          
            .process-box:nth-child(1) {
    flex: 0 0 50%;
    max-width: 52%;
    justify-content: center;
    /* align-items: flex-start; */
    margin-bottom: 0;
}
            .arrow.prev {
    left: 18px;
}

.arrow.next {
    right: 18px;
}
            .timeline{
                display:none !important;
            } 
            .spacer{
                height:22px;
                
            }
          .tab-buttons{
            display: grid;
            place-items: center;
          }
          .first-cont-box{
            padding: 20px 0;
          }
          .contact-form-section .section-header p{
            margin-right: 0;
          }
          .content{
            padding: 0;
          }
           .service-box{
        width:100%;
        height: 400px;
        margin: 0 15px;
    }
    .quote-section {
        margin: 20px 10px;
}

.company-history {
    padding: 40px 15px;
}
        }

       

        .blog-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .blog-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            position: relative;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .card-image {
            height: 200px;
            overflow: hidden;
            position: relative;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .blog-card:hover .card-image img {
            transform: scale(1.05);
        }

        .card-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #e74c3c;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            box-shadow: 0 4px 10px rgba(231, 76, 60, 0.3);
        }

        .card-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .card-title {
            font-size: 1.4rem;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.4;
            transition: color 0.3s ease;
        }

        .blog-card:hover .card-title {
            color: #3498db;
        }

        .card-excerpt {
            color: #7f8c8d;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .card-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto;
            padding-top: 20px;
            border-top: 1px solid #ecf0f1;
        }

        .meta-info {
            display: flex;
            align-items: center;
            color: #95a5a6;
            font-size: 0.9rem;
        }

        .meta-info i {
            margin-right: 5px;
            font-size: 1rem;
        }

        .read-more {
            color: #3498db;
            text-decoration: none;
            font-weight: 600;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }

        .read-more i {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .read-more:hover {
            color: #2980b9;
        }

        .read-more:hover i {
            transform: translateX(5px);
        }

        .card-footer {
            background: #f8f9fa;
            padding: 15px 25px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
            color: #7f8c8d;
        }

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

        .publisher i {
            margin-right: 8px;
            color: #3498db;
        }

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

        .date i {
            margin-right: 8px;
            color: #e74c3c;
        }

        /* Animation for cards */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .blog-card:nth-child(1) {
            animation: fadeInUp 0.6s ease 0.1s both;
        }

        .blog-card:nth-child(2) {
            animation: fadeInUp 0.6s ease 0.3s both;
        }

        .blog-card:nth-child(3) {
            animation: fadeInUp 0.6s ease 0.5s both;
        }

        /* Responsive styles */
        @media (max-width: 992px) {
            .blog-cards {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 576px) {
            .blog-cards {
                grid-template-columns: 1fr;
            }
            
            .section-header h1 {
                font-size: 2rem;
            }
            .why-choose{
                padding: 50px 0px;
            }
        }
        
           .mobile-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-radius: 0 0 10px 10px;
            z-index: 1000;
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.5s ease;
        }

        .mobile-menu.active {
            display: block;
            max-height: 1000px;
        }

        .mobile-menu ul {
            flex-direction: column;
            /*padding: 20px;*/
        }

        .mobile-menu ul li {
            margin: 0;
            width: 100%;
        }

        .mobile-menu ul li a {
            padding: 15px;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
        }

        .mobile-menu ul li:last-child a {
            border-bottom: none;
        }

        .mobile-submenu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background-color: #f9f9f9;
            margin-left: 20px;
            border-radius: 5px;
        }

        .mobile-submenu.active {
            max-height: 500px;
        }

        .mobile-submenu li a {
            padding-left: 40px !important;
        }

        .mobile-arrow {
            margin-left: auto;
            transition: transform 0.3s ease;
        }

        .mobile-arrow.active {
            transform: rotate(180deg);
        }

          @media (max-width: 992px) {
              .testimonial-group{
                  display:flex;
                  padding:10px;
              }
            .hamburger {
                display: flex;
            }

            nav ul {
                display: none;
            }

            .menu-btn {
                display: none;
            }

            .mobile-menu {
                display: block;
            }
        }

        .screen-size{
            display: none;
        }

        @media (max-width:480px) {
            .discount-badge{
                margin-top: 25px;
            }
            .form-row{
              gap: 0px;
            }
            .form-group {
    margin-bottom: 15px;
    position: relative;
}


.contact-form-section .section-header p{
    margin: 0;
}
        }
