@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*  ================ Table of Content End ================
        1. Fonts
        2. Reset
        3. Variables
        4. Global
        5. Header
        6. Home 

    ================ Table of Content End ================ */
/* ======== Reset ======== */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

a:active,
a:focus {
    outline: none;
}


/* ======== Variables ========*/

:root {
    --text-heading-color: #4fabcf;
    --anim-text-color: #bd632f;
    --para-text: #7a7a7a;
    --bg-color: #F9E5D8;
}


/* ======== Global ========*/

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
p {
    font-family: 'Inter', sans-serif;
     
}
.para_font {
    font-family: 'Inter', sans-serif;
}

.heading_font {
    font-family: 'Roboto', sans-serif;
}
.roboto_slab {
    font-family: 'Roboto Slab', serif;
}
.bg-theme {
    background-color: var(--text-heading-color);
}
.fs-16{
    font-size: 1.6rem;
}
.t-color {
    color: var(--anim-text-color);
}
.t-color-dark {
    color: var(--para-text);
}
.pad-y{
    padding: 6rem 0;
}
.theme-yellow-light {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(249 229 216 / 31%) 0%, rgb(249 229 216) 100%);
}
/* ================ Global Class End ================ */
 

 
/* css slider */
.slider{
    height:100vh;
    margin-top: -106px;
    position: relative;
    /* z-index: -1; */
}
.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.slider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
.content h2, .content p, .content h1 {
    color: #fff;
}
.slider .list .item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background-image: linear-gradient(
        to top, #000 40%, transparent
    ); */
}
.slider .list .item .content{
    position: absolute;
    left: 10%;
    top: 50%;
    width: 50rem;
    max-width: 80%;
    z-index: 1;
    transform: translateY(-50%);
}
.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 1rem;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
font-weight: 700;
}
.para {
    font-size: 1.8rem;
    font-family: 'Inter', sans-serif; 
}
.slider .list .item .content h2{
    font-size: 5rem;
    font-family: 'Roboto', sans-serif;
   
}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2, .slider .list .item.active .tbn,
.slider .list .item.active p:nth-child(3){
    transform: translateY(3rem);
    filter: blur(2rem);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}
.slider .list .item.active h2{
    animation-delay: 1s;
}
.tbn {
    height: 5rem;
    width: 15rem;
    font-size: 1.8rem;
}
.slider .list .item.active p:nth-child(3){
    animation-duration: 1.3s;
}
.arrows{
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    right: 5rem;
    z-index: 100;
}
.arrows button{
    background-color: #eee5;
    border: none;
    font-family: monospace;
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    font-size: x-large;
    color: #eee;
    transition: .5s;
}
.arrows button:hover{
    background-color: #eee;
    color: black;
}
.thumbnail{
    position: absolute;
    bottom: 5rem;
    z-index: 11;
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 20.5rem;
    padding: 0 5rem;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
}
.thumbnail::-webkit-scrollbar{
    width: 0;
}
.thumbnail .item{
    width: 15rem;
    height: 20.2rem;
    filter: brightness(.5);
    transition: .5s;
    flex-shrink: 0;
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.thumbnail .item.active{
    filter: brightness(1.5);
}
.thumbnail .item .content{
    position: absolute;
    inset: auto 1rem 1rem 1rem;
}
@media screen and (max-width: 678px) {
    .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2{
        font-size: 6rem;
    }
    
}
/* ================ Home Design Start ================ */
.navbar-nav .nav-item .nav-link {
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    /* margin: 0 1.5rem; */
    /* color: var(--text-heading-color); */
    color: var(--text-heading-color);
    transition: all ease-in-out 0.2s;
    padding: 14px;
    
}

.navbar-nav .nav-item .nav-link:hover {
    transform: scale(1.2);
}

/* =================== Home slider ====================== */
 
/* ================== Home Slider End ================= */
.nav-item .login-button {
    /* background-color: var(--text-heading-color); */
    /* border-color: #fff; */
    /* box-shadow: 0.2rem 0.2rem 0.1rem 0rem var(--anim-text-color); */
    /* border-style: solid; */
    /* border-width: 0.3rem; */
    /* border-radius: 1.5rem 1.5rem 0rem 1.5rem; */
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    color: #fff;
    /* margin: 0 0 0 4rem; */
    font-weight: 700;
    transition: all ease-in-out 0.5s;

}

.login-button:hover {
   
    color: #fff; 
    transform: scale(1.2);

}

.cricel_img_bg img {
    opacity: 0.1;
}

.user-hero img {
    top: 5.5%;
}

.icon-1 {
    position: absolute;
    width: 5rem;
    height: 5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    border-radius: 50%;

}

.icon-1.globe {
    background-color: var(--text-heading-color);
    top: 32%;
    left: 6.3rem;
}

.icon-1.pen {
    background-color: #bf8667;
    top: 3%;
    left: 14.2rem
}

.icon-1.pencile-ruler {
    background-color: var(--text-heading-color);
    top: 15%;
    right: 8rem;
}

.icon-1.pencile-ruler {
    background-color: var(--text-heading-color);
    top: 15%;
    right: 8rem;
}

.icon-1.envelop_text {
    background-color: #bf8667;
    top: 46%;
    right: 0rem;
}
.popup .modal-content {
    width: 65%;
}


/* =============================== Log in Pop up sytles ======================= */

/* input[type=radio] {
    accent-color: var(--text-heading-color);
  } */
  .form-check-label {
    font-size: 1.4rem;
  }
  .form-check-input[type=radio] { 
    width: 15px;
    height: 15px;
    border-color: var(--text-heading-color) ;
}
.form-check-input:checked {
    background-color: var(--anim-text-color);
    border-color: var(--anim-text-color) ;

}

/* ================ Home Design End ================ */
/* ==================================== Branding image =========================== */
.brands-logo img{
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}
.brands-logo img:hover{
    transform: scale(1.3);
}
.Section-heading h2 {
    font-size: 4rem; 
    font-weight: 800;
    text-align: right;
}
.Section-heading h2 span {
    color: var(--anim-text-color);
}
.section_para p{
    font-size: 1.8rem;
    color: var(--para-text);
}
 
 .category-logo img{
    width: 24%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
border-radius: 2rem 2rem  0px 2rem;
margin: 0 auto;
transition: all ease-in-out 0.5s;

}
.category-logo img:hover{
transform: scale(1.1);
}
.category_heading h3{
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--text-heading-color);
    font-family: 'Inter', sans-serif;
    margin-bottom: 1.2rem;
}
.category-para p{
    font-size: 1.6rem;
    font-family: 'Inter', sans-serif;
    color: var(--para-text);
}
.abt-box{
    height: 35rem; 
}
.right-radius{
    border-bottom-right-radius: 10rem !important; 
}
.left-radius {
    border-bottom-left-radius: 10rem !important; 
}

/* ================== Service Section ================= */
.sevices-hero {
    background-color: var(--text-heading-color);
}
 .title-squire-icon:hover{
    text-decoration: none;
 }
.service-center span {
    display: inline-block;
   
    font-size: 3.4rem;
    background: #fc0;
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    border-radius: 0.7rem;
    position: relative;
    -webkit-transform: perspective(0.1rem) translateZ(0) rotate(45deg);
    transform: perspective(0.1rem) translateZ(0) rotate(45deg);
    box-shadow: 0 0 1px transparent;
    margin: 1.5rem auto 3.5rem auto;
}
.title-squire-icon span svg {
    width: 6rem !important; 
    transform: rotate(-45deg);
}
.service-center p {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}
/* ================================== New Section 3 ===================== */
.hero-1{
    width: 100%;
    height: auto; 
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(249 229 216 / 31%) 0%, rgb(249 229 216) 100%);
    border: 5px solid #fff;
    border-bottom-right-radius: 26rem;
    
    overflow: hidden;
    padding-top: 3rem;
}
.user-hero2 img{
    top: 26.5%;

}
.section-title {
    font-size: 4.8rem;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: var(--text-heading-color);
}
.welcome-intro ul li {
    font-size: 1.5rem;
    color: var(--text-heading-color);
    margin: 1rem 0;
}
.arrow-color {
    color: var(--text-heading-color);
}
/* ============================== Counter Section ==================== */
.count {
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--text-heading-color);
}
.category-count {
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-count img {
    width: 580%;
    height: 80%;
}
/* *********************** Testimonial section ********************** */
  .box-features {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #F9E5D84F;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px 0px 0px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 0px;
    padding: 50px 40px 50px 40px;
    /* border-bottom-right-radius: 15rem;  */
}
.bg-gradients {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(249 229 216 / 31%) 0%, rgb(249 229 216) 100%);
}
.border-color {
    border-color: #ffffff !important;
}
.sliders p {
    font-size: 1.5rem !important;

}
/* .user-hero-3 {

} */
.hero-3 {
    top: 27% !important;
    left: 23%;
}
.user_profile_img {
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 50%;
}
.user_profile_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

}
.user-title span:nth-child(1) {
    font-size: 2rem;
    font-weight: 400;
}
.user-title span {
    color: var(--text-heading-color);
}
.rightarrow {
    width: 2%;
    top: 18%;
    left: 65%;
}
.rightarrow:nth-child(2) {
    top: 18%;
    left: 32%;
}
 
/* ================== Document Requred ============ */
.new-apply {
    background: #eee!important;
    padding-bottom: 9.6rem;
}
.ltd-holder {
    text-align: center;
    width: 100%;
    padding: 5rem 0 0;
    float: left;
}
.ltd-holder h2 {
    letter-spacing: .1rem;
    font-size: 2.7rem;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0.8rem;
    text-transform: uppercase;
}
.doc-holder {
    padding: 2em 0 0!important;
    background: var(--text-heading-color)!important;
    border: 0.1rem solid #f2f2f2!important;
    min-height: 23.8rem!important;
    border-radius: 0;
    transition: all .5s ease;
    text-align: center!important;
    color: #fff;
}
.doc-holder h4 {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0 1.5rem;
    text-transform: uppercase;
    margin: 2rem 0 0.8rem;
    line-height: 2rem;
    color: #fff;
}
.doc-holder:hover {
    background: var(--anim-text-color)!important;
    color: #000!important;
    cursor: pointer;
    transform: scale(1.1);
    height: auto;
    padding: 0;
}
/* ==================== process ======================= */
.process-holder {
    background: var(--text-heading-color);
    margin: 0;
    padding: 2.5rem;
    width: 100%;
    height: 20rem;
    transition: all .5s ease;
    text-align: center;
    border-radius: 2rem;
}
.process-holder img {
    max-width: 6.5rem;
    padding: 0 0 2em;
}
.process-holder h4 {
    color:  var(--bg-color)!important;
    text-align: center;
    margin: 0 0 1em;
    font-size: 1.8rem;
}
/* ===================== features box section ================== */
.feature-box-info h4{
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-heading-color);
    font-family: 'Inter', sans-serif;
    margin-bottom: 1.2rem 
}
.feature-box-info p {
    font-size: 1.5rem;
    font-family: 'Inter', sans-serif;
    color: var(--para-text);
}
/* ================ Footer ================ */

.footer{
	background-color: #24262b;
    padding: 50px 0;
}
.social-links .footer_logo{
    height: auto !important;
    width: auto !important;
    background-color: transparent !important;;
    margin: 0 10px 10px 0;
    text-align: left !important;;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #ffcd37;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
} 
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffcd37;
    padding-left: 8px;
    font-weight: 400;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.footer-col .social-links a:hover svg path{
fill: #505155;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
    padding: 50px 0;
    background-color: #000;
  }
  .portfolio-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .portfolio-menu {
    text-align: center;
  }
  .control {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #343a40;
    border-radius: 3px;
    margin: 5px;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
  }
  .control:hover {
    background: #343a40;
  }
  .mixitup-control-active {
    color: #fff;
    background: #343a40;
  }
  .fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
  }
  .portfolio-item {
    padding-top: 30px;
  }
  .pd {
    padding: 0;
    padding: 10px;
  }
  .pd img {
    height: auto;
    transition: all 0.5s;
    max-width: 100%;
  }
  .portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
  }
  .portfolio-overlay p,
  .portfolio-overlay a {
    position: relative;
    z-index: 4;
  }
  .portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3;
  }
  .portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3;
  }
  .portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #50977f;
    border-right: 1px solid #50977f;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
  }
  .portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #50977f;
    border-left: 1px solid #50977f;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
  }
  .portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
  }
  .portfolio-overlay .category {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }
  .portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977f;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
  }
  .portfolio-overlay .magnify-icon:hover {
    background: #000;
  }
  .portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
  }
  
/* =================================================  
    ************  Responsive Class  Start ************
   =================================================  */
@media only screen and (min-width: 320px) and (max-width: 880px) {
    .navbar-nav .nav-item .nav-link , .nav-item .login-button{        
        margin: 0rem; 
    }
    .welcome-intro {
        text-align: center !important;
        height: auto !important;
    }

    .welcome-intro h1 {
        font-size: 30px;
    }

    .hero ,.hero-1 {
        border-radius: 50px;
        padding-top: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .icon-1.pen {
        top: 0%;
        left: 7.2rem;
    }

    .icon-1.globe {
        left: 1.3rem;
    }

    .icon-1.pencile-ruler {
        right: 0rem;
    }

    .user-hero img {
        top: 9.5%;
    }
    .process-holder
    {
        height: 17rem;
    }
    .process-holder h4 {
        font-size: 1.2rem;
    }
    .section_para p
    {
        text-align: left;
    }
    /* =================================== Branding logo Section ===================== */
    .brands-logo img:hover{
        transform: scale(1.1);
    }
    .section-title {
        font-size: 3rem;
    }
    .Section-heading h2 {
        text-align: center;
        font-size: 3rem;
    }
    .section_para {
        text-align: center;
    }
    .welcome-intro ul li {
      text-align: left;
    }
    .slider .list .item .content { 
        top: 61%; 
    }
    .slider .list .item .content h2 {
        font-size: 2.5rem;
    }
    .para {
        font-size: 1.2rem; 
    }
    .slider {
        height: 46vh; 
    }
    .slider { 
        margin-top: -66px; 
    }
    .contact_info li .bi {
        font-size: 1.8rem;
    }
    .footer-link.contact_info li a {
        margin-bottom: 0;
    }
    .footer-link.contact_info li   {
        margin-bottom: 0.5rem;
    }
    .bicon {
        width: 2.1rem;
        height: 2.1rem;
    }
    .navbar-nav .nav-item .nav-link { 
        color: var(--text-heading-color); 
    }
    .arrows{
        bottom: 0;
    }
    .nav-item .login-button { 
        box-shadow: 0.2rem 0.2rem 0.1rem 0rem var(--anim-text-color); 
        border-radius: 1.5rem 1.5rem 0rem 1.5rem;
        padding: 1rem 2rem;
        
    }
    .doc-holder {
        min-height: 17.8rem!important;
    }
    .doc-holder span img {
        max-height: 45%;
        height: auto;
    }
}


    .form-container {
  
      padding: 30px;
      border-radius: 10px;
      max-width: 1400px;
      margin: auto;
    }
    .form-control, .form-select {
      border-radius: 5px;
    }
    .form-control{
        padding: 10px
    }
    .input-group-text {
      background: #e5e7eb;
      color: #374151;
      border-radius: 0.375rem 0 0 0.375rem;
    }
    .submit-btn {
      background-color: #facc15;
      color: #1e3a8a;
      font-weight: 600;
    }
    .submit-btn:hover {
      background-color: #fbbf24;
      color: #1e3a8a;
    }
    .form-heading {
      background-color: #f59e0b;
      display: inline-block;
      padding: 9px 15px;
      border-radius: 10px;
      color: white;
      font-weight: 600;
    }
    .message {
      color: #fbbf24;
      margin-top: 10px;
    }
 .from-sec{
    background-color: #1e3a8a;
    padding: 4rem;
 }
 .small{
    font-size: 20px;
 }
 .ss{
    font-size: 30px;
 }
 .mm li{
    font-size: 20px;
 }
 .s{
    font-size: 15px;
 }

 /* .from-sec {
            padding: 2rem 1rem;
         
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        } */

        .form-container {
            text-align: center;
            max-width: 1300px;
            width: 100%;
      
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 3rem;
      
        }

        .form-heading {
            color: #fff;
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }

        .form-title {
            color: white;
            margin-bottom: 2rem;
            font-size: 2rem;
        }

        .form-title .fw-bold {
            color: #ffc107 !important;
            font-weight: bold;
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            
            justify-content: center;
            align-items: end;
        }

        .form-group {
            flex: 1;
            min-width: 200px;
            max-width: 250px;
            position: relative;
        }

        .form-group.full-width {
            flex: 0 0 100%;
            max-width: none;
        }

        .form-control,
        .form-select {
            width: 100%;
            /* padding: 20px; */
            border: 1px solid #ccc;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.9);
            color: #333;
            font-size: 1.8rem;
            transition: border-color 0.3s ease;
        }

        .form-control:focus,
        .form-select:focus {
            outline: none;
            border-color: #ffc107;
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
        }

        .input-group {
            display: flex;
            border-radius: 8px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.9);
        }

        .input-group-text {
            background: #f8f9fa;
            border: none;
       
            color: #333;
            font-weight: bold;
        }

        .submit-btn {
            background: linear-gradient(135deg, #ffc107 0%, #ffed4e 100%);
            color: #333;
            border: none;
            padding: 11px 1.5rem;
            border-radius: 8px;
            font-weight: bold;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            width: 100%;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
        }

        .returning-link {
            color: #ffc107;
            text-decoration: underline;
            font-size: 0.875rem;
            margin-top: 0.5rem;
            display: block;
        }

        .returning-link:hover {
            color: #fff;
        }

        .message {
            margin-top: 1rem;
            padding: 0.5rem;
            border-radius: 5px;
            font-size: 0.875rem;
        }

        .message.success {
            background: rgba(40, 167, 69, 0.2);
            color: #28a745;
        }

        .message.error {
            background: rgba(220, 53, 69, 0.2);
            color: #dc3545;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .form-container {
                padding: 1rem;
            }

            .form-title {
                font-size: 1.1rem;
            }

            .form-row {
                flex-direction: column;
                align-items: stretch;
            }

            .form-group {
                min-width: auto;
                max-width: none;
            }

            .submit-btn {
                width: auto;
                align-self: center;
            }
        }

        @media (max-width: 480px) {
            .from-sec {
                padding: 1rem;
            }

            .form-heading {
                font-size: 1.2rem;
            }
        }



          #qes-offer {
      padding: 70px 0;
    }

    .section-title {
      text-align: center;
      margin-bottom: 80px;
    }

    .section-title h2 {
      font-weight: 700;
      color: #0a3d62;
      font-size: 4rem;
    }

    .section-title span {
      color: #f39c12;
    }

    .section-title p {
      color: #555;
      max-width: 1400px;
      margin: 10px auto 0;
      font-size: 28px;
    }

    /* CARD DESIGN */
    .edu-card {
      background: #fff;
      border-radius: 15px;
      border: none;
      padding: 25px;
      transition: all 0.4s ease;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .edu-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .edu-card .icon-box {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #eaf2ff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      color: #0a3d62;
      margin-bottom: 15px;
    }

    .edu-card h5 {
      font-weight: 600;
      color: #0a3d62;
      margin-bottom: 10px;
      font-size: 28px;
    }

    .edu-card p {
      color: #555;
      font-size: 1.5rem;
    }

    .edu-btn {
      border-radius: 50px;
      font-weight: 500;
      padding: 8px 20px;
      font-size: 20px;
    }

    .btn-free {
      background: #0a3d62;
      color: #fff;
    }

    .btn-premium {
      background: #f39c12;
      color: #fff;
    }

    .info-section {
      margin-top: 60px;
    }

    .info-section h3 {
      color: #0a3d62;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .info-section ul {
      list-style: none;
      padding-left: 0;
    }

    .info-section li {
      margin-bottom: 10px;
      color: #444;
      display: flex;
      align-items: center;
    }

    .info-section li::before {
      content: "✓";
      color: #2ecc71;
      margin-right: 10px;
      font-weight: bold;
    }

    /* Animation */
    [data-aos] {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease-in-out;
    }

    [data-aos].aos-animate {
      opacity: 1;
      transform: translateY(0);
    }

    .container1 {
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px;
        }
        .header1 {
            text-align: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
            font-size: 2.2em;
        }
        .cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 20px;
            margin-bottom: 20px;
        }
        .card {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        .card h2 {
            color: #667eea;
            margin-top: 0;
            font-size: 2.3em;
        }
        .card h3 {
            color: #e91e63;
            font-size: 2.1em;
        }
        .eligibility {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin: 10px 0;
        }
        .eligibility li {
            background: #e3f2fd;
            padding: 5px 10px;
            border-radius: 15px;
            list-style: none;
            font-size: 1.5em;
        }
        .steps {
            counter-reset: step-counter;
            list-style: none;
            padding: 0;
        }
        .steps li {
            counter-increment: step-counter;
            margin-bottom: 10px;
            padding-left: 30px;
            position: relative;
            font-size: 1.5rem;
        }
        .steps li::before {
            content: counter(step-counter);
            position: absolute;
            left: 0;
            top: 0;
            background: #667eea;
            color: white;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }
        .categories {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin: 10px 0;
        }
        .category {
            background: #f8f9ff;
            padding: 10px;
            border-radius: 5px;
            text-align: center;
            font-size:1rem;
            border-left: 3px solid #667eea;
        }
        .inclusions-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
        }
        .inclusion-card {
            background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
            padding: 15px;
            border-radius: 8px;
            text-align: left;
        }
        .notes-card {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            padding: 15px;
            border-radius: 8px;
        }
        .dev-card {
            background: #e8f5e8;
            border: 1px solid #c3e6c3;
            padding: 15px;
            border-radius: 8px;
        }
        .notes-card ul, .dev-card ul {
            padding-left: 15px;
            margin: 5px 0;
        }
        .notes-card li, .dev-card li {
            margin-bottom: 5px;
        }
        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }
            .header {
                font-size: 1em;
                padding: 15px;
            }
            .cards-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            .categories {
                grid-template-columns: 1fr;
            }
            .inclusions-grid {
                grid-template-columns: 1fr;
            }
        }
        .portfolio-item img{
        height: 400px;
        width: 400px;
        }