@import url('../fonts/font-style.css');
:root {
  --background-white: #ffffff;
  --white :#ffffff;
  --gray-bg: #3C3C3C;
  --primary-color: #04151F;
}
html,body{
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: normal;
    font-size: 18px;
}
img{ max-width: 100%;}
a{
    color: #006F51;
}
p{
    color: var(--primary-color);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; 
    margin: 0 0 20px;
    
}
.top-header {
    margin: 0;
    display: block;
    padding: 10px 0;
    width: 100%;
    position: relative;
    z-index: 1030;
    background:#fff;  
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; 
}
html:has(.mfp-iframe-holder),
html:has(.mfp-zoom-out-cur){
    overflow: auto!important;
    margin:0!important;
}
.header-part-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.top-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color:#fff; 
}
.right-part {
    float: right;
}
.top-logo {
    max-width: 394px;
    float: left;
    margin: 0 56px 0 0;
    position: relative;
}
.top-logo a {
    padding: 0;
    margin-right: 0px;
}
.top-logo a img {
    max-width: 100%;
    border: 0;
}
.top-header .navbar {
    padding: 10px 16px;     
}
.top-header.fixed  .navbar{
    border-color: transparent;
}
.top-store-info {
    min-height: 57px;
    background-color: #EDFED8;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: -1px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    float: right;
}
.header-menu-part {
    float: right;
    clear: both;
    margin: 0 0;
}
#main-menu ul {
    margin: 0px;
    padding: 0;
}
#main-menu ul li {
    padding: 0 10px;
    margin: 0;
}

.right-part .header-menu-part #main-menu ul li a {
    position: relative;
    color: var(--primary-color);
    font-family: 'DM Sans' !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 0 15px;
    text-decoration: none;
}
.right-part .header-menu-part #main-menu ul li a::after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #006F51;
    transition: width 0.3s ease-in-out;
}
.right-part .header-menu-part #main-menu ul li a:hover::after,
.right-part .header-menu-part #main-menu ul li.current-menu-item a::after {
    width: calc(100% - 30px); 
}
.right-part .header-menu-part #main-menu ul li.current-menu-item a {
    color: #006F51 !important;
}


#main-menu ul li a .dropdown-toggles{
    margin-left: 5px;  
}
#main-menu ul li a .dropdown-toggles .fa{
    font-size: 15px;
    line-height: normal;
}
#main-menu .sub-menu  li{
    margin: 12px 0;
}


/* wordpress Dropdown menu styles */
span.dropdown-caret {
    display: none;
}
ul.sub-menu {
    display: none;
    position: absolute;
    color:#000 !important;
    background-color: #519B87;    
    padding: 0px;
    margin-top: 1em !important;
}
/* ul.sub-menu:hover{
    background-color: #fff!important;
} */
ul.sub-menu li a{ color:#FFF !important;}
ul.sub-menu li.current-menu-item a{color:#000 !important;}
ul.sub-menu li a:hover{
    color: var(--primary-color)!important;
}
ul.sub-menu li {
    list-style-type: none;
    padding: 6px !important;
    position: initial;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle {
    margin-left: .4em;
}
.dropdown-toggles .fa.fa-angle-down {
    margin-left: 5px !important;
}

/**/


.top-right-link{
    margin: 0;
    padding: 0;
}
.right-btn-link{
    margin: 0;
    display: flex;
}
.right-btn-link li {
    list-style-type: none;
    display: inline-block!important;
    margin:0 22px !important;
}
.right-btn-link li:last-child{
    margin-right: 0!important;
}
  .right-btn-link li a{
        border-radius: 50px;
        padding: 13px 21px !important;
        justify-content: center;
        align-items: center;
        gap: 10px;    
        display: flex;  
        font-family:'DM Sans' !important;
        font-size: 16px !important;
        font-weight:700;
        line-height: 16px; 
        border: 1px solid #519B87;
        background: #519B87 !important;
        box-shadow: 0px 2px 8px 0px rgba(77, 170, 87, 0.48);
        color: #fff!important;
   }
     .right-btn-link li a:hover{
        color: var(--primary-color)!important;
        background-color: #fff!important;
     }
    

/**main-footer**/
.main-footer {
    background-color:var(--gray-bg);
    padding:30px 0;
    clear: both;
    width: 100%;
    position: relative;
    width: 100%;
    display: block;
}
.footer-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:80px;

}
.footer-menu-list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-logo-mdia{
    max-width: 367px;
    padding: 0;
}
.footer-about-info{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 30px 0;
}
.footer-about-info p{
    color: rgba(250, 250, 250, 0.56);
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    margin: 0;
}
.f-title{
    color: #FAFAFA;
    font-family:'DM Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 24px;
}
.footer-menu-list {
    flex: 1;
    min-width: 200px;
    margin: 0;
    padding: 0;
}
.footer-menu-list li {
    list-style: none;
    padding: 0 12px;
    margin: 0px 0 5px;
    width: 100%;
    float: left;  
}
.footer-menu-list li.current-menu-item a {color:#519B87;}
.footer-menu-list li a {
    color: rgba(250, 250, 250, 0.56);
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}
.footer-menu-list li a:hover {
   color: #fff;
}


/***/
.footer-copyright {
    display: block;
    position: relative;
    margin:6px 0 0;
    border-top:1px solid rgba(250, 250, 250, 0.16);
    padding-top:30px;
}
.footer-copyright p {
   color: rgba(250, 250, 250, 0.56);
    font-family:'DM Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}


/**/
.btn-primary{
   border-radius: 50px !important;
    background: #539C88 !important;
    box-shadow: 0px 2px 8px 0px rgba(77, 170, 87, 0.48);
    color: #FAFAFA !important;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 18px;
    padding: 19px 25px;
    border: 1px solid #539C88 !important;
    letter-spacing: normal !important;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}
.btn-primary:hover{
    border: 0 !important;
    background: #FAFAFA!important;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    color: #04151F!important;
    border: 1px solid #EAEAEA!important;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  z-index: 0;
  transition: left 0.4s ease;
}
.btn-primary:hover::before {
  left: 0;
}
.btn-primary span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}
.btn-primary:hover span {
  color: #04151F;
}

.btn-secondary{
   border-radius: 50px !important;
    background: #FAFAFA !important;
    box-shadow: 0px 2px 8px 0px rgba(77, 170, 87, 0.48);
    color: #04151F !important;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 18px;
    padding: 19px 25px;
    border: 1px solid #FAFAFA !important;
    letter-spacing: normal !important;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}
.btn-secondary:hover{
    border: 0 !important;
     background: #D6F3EA!important;  
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    color: #04151F!important;
    border: 1px solid #D6F3EA!important;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #D6F3EA;
  z-index: 0;
  transition: left 0.4s ease;
}
.btn-secondary:hover::before {
  left: 0;
}
.btn-secondary span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}
.btn-secondary:hover span {
  color:#04151F!important;
}
.main-title{
    color: var(--primary-color);
    font-family:  'Doppio One';
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.16px;
	/*margin: 0 0 40px; */
	margin: 0px;
}

.our-service-info{
    position: relative;
    width: 100%;
    padding: 60px 0;
}
.ser-top-title{
    display: block;
    position: relative;
    width: 100%;
}
.our-service-list{
    max-width: 1244px;
    margin: 0px auto 0;
    display: grid;
    width: 100%;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.our-service-list-itmes{
  position: relative;
    border-radius: 12px;
    border: 1px solid #7CB0A0;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
     transition: box-shadow 0.3s ease;
    will-change: box-shadow
}
.ser-icon{
    position: relative;
    width: 72px;
    height: 72px;
    line-height: 72px;
    background: #7CB0A0;
    border-radius: 50%;
    text-align: center;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    will-change: background, box-shadow;
}
.ser-icon img{
   max-width: 100%;
    transition: filter 0.3s ease;
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(0%) hue-rotate(85deg) brightness(100%) contrast(100%);
    will-change: filter;
}
.our-service-list-itmes:hover{
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     background: rgba(77, 170, 87, 0.02);
}
.our-service-list-itmes:hover .ser-icon img{
 filter: brightness(0) saturate(100%) invert(11%) sepia(58%) saturate(875%) hue-rotate(162deg) brightness(95%) contrast(105%);
}
.our-service-list-itmes:hover .ser-icon{
   background: #FAFAFA;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
   border: 1px solid #d7d7d7;
}
.our-service-list-itmes h3{
    color: var(--primary-color);
    font-family: 'DM Sans';
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    margin: 0 0 15px;
}
.our-service-list-itmes p{
    color: var(--primary-color);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 30px;
}
.our-service-list-itmes .more-info{
    margin-top: auto; 
    color: #006F51;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    display: inline-block;
}
.ser-more-info{
    display: block;
    padding: 60px 0 0;

}

/**/
.our-company-info-data{
    position: relative;
    width: 100%;
    display: block;
}
.company-info-select{
    position: relative;
    background: #D6F3EA;
    border-radius: 50px;    
}
/* .company-data-valu{
    align-items: center;
} */
.compn-left-desc{
    padding: 0 40px;
	display: flex;
    flex-wrap: wrap;
	gap: 25px;
}
.compn-media-info{
    position: relative;
}
.compn-media-info img{
    max-width: 100%;
    position: relative;
}
.compn-left-desc .btn{
    margin-top: 20px;
}
.compn-media-info.right-media img{
    border-radius: 0px 50px 0px 0px;
}
.compn-media-info.left-media img{
    border-radius: 0px 0px 0px 50px;
}
.compn-process-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}
/* .compn-left-desc .main-title{
    margin-top: 40px;
} */
.process-items{
    position: relative;
    padding: 15px 30px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;

}
.process-items .process-number-list{
    position: relative;
/*     margin: 0 0 20px; */
}
.process-items .process-number-list span{
    color: #FFF;
    font-family: 'Doppio One';
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.16px;
    width:40px;
    height: 40px;
    border-radius: 50%;
    background: #7CB0A0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-items h4{
    color: #3C3C3C;
    font-family:'Montserrat';
    font-size: 18px;
    font-weight: 700;
    line-height: 18px; 
/*     margin: 0 0 20px; */
	margin: 0px;
}

.accuracy-widget {
  width: 240px;
  padding: 15px 20px;
  border-radius: 10px;  
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  position: absolute;
}
.accuracy-widget-1{
  bottom: 40px;
  left: 40px;
}
.accuracy-widget-2{
  top: 80px;
  right:40px;
}
.accuracy-header {
    color: #519B87;
    font-family:'Montserrat';
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 14px;
}
.accuracy-value {
  font-size: 32px;
  font-weight: bold;
  color: #1e1e1e;
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 6px;
}
.accuracy-value .unit,
.accuracy-value .decimal {
  color: #4e947e;
}
.accuracy-bar {
  height: 8px;
  background-color: #d3e7df;
  border-radius: 4px;
  overflow: hidden;
}
.accuracy-fill {
  height: 100%;
  width: 0;
  background-color: #4e947e;
  transition: width 1s ease-in-out;
}

/***/
.footer-mbg-info{
    padding: 60px 0;
    position: relative;
    width: 100%;
    display: block;
}
.footer-mbg-inner-desc{
    border-radius: 50px;
    background: #519B87;
    display: flex;
    padding: 40px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 216px;
}
.footer-mbg-inner-desc::before{
    content: " ";
    width: 544px;
    height: 100%;
    position: absolute;
    background: url(../images/green-arrow.svg) no-repeat;
    background-position: bottom center;
    background-size: contain;
    bottom: 0;
    left: 40%;
}
.footer-mbg-inner-desc h4{
    color: #FFF;
    font-family:  'Doppio One';
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    margin: 0;
    max-width: 554px;
    width: 100%;
}
.po-footer{
    float: right;
}
.po-footer ul{
    display: block;
    width: 100%;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.po-footer ul li{
    list-style-type: none;
  margin: 0;
  padding: 0 4px;
  display: inline-block;
  position: relative;
}
.po-footer ul li:not(:last-child)::after{
    width: 2px;
    height: calc(100% - 15px);
    content: " ";
    background-color: rgba(250, 250, 250, 0.56);
    position: absolute;
    right: -4px;
    top: 8px;

}

.po-footer ul li a::before {
    width: 2px;
    height: calc(100% - 11px);
    content: " ";
    background-color: rgba(250, 250, 250, 0.56);
    position: absolute;
    left: 6px;
    top: 8px;
}

.po-footer ul li a{
    color: rgba(250, 250, 250, 0.56);
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
	margin-left: 10px;
}


/* about page */
.innerpage-banner-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    height: 500px;
}
.innerpage-banner-bg .row{height:100%;}
.innerpage-banner-bg .col-md-4{height:100%;}
.innerpage-banner-content {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.innerpage-banner-content h1{
    color: #FFF;
    text-align: center;
    font-family: 'Doppio One';
    font-size: 60px;
    font-weight: 400;
    line-height: 79.2px; 
    letter-spacing: -2.16px;
}
.innerpage-banner-content p{
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.grid-common-section {
    padding: 60px 0 30px;
}
.grid-bg-color{
    border-radius: 50px;
    background: #D6F3EA;
}
.grid-title{
    color: #04151F;
    font-family: 'Doppio One';
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.16px;
    margin-bottom: 20px;
}
.grid-desc{
    color: #04151F;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.grid-feature-item{
    color: #04151F;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; 
    margin-bottom: 20px;
}
ul.feature-list {padding-left: 0;}
.grid-bg-color .right-grid-con{
   padding: 20px 20px 0 36px;
}
.grid-bg-color .media-grid{padding-right: 0;}

.grid-common-section .flex-row-reverse .media-grid{text-align: end;}
.media-grid img{border-radius: 50px;}

/* service page */

.tax-content-section{padding: 60px 0;}
.tax-services-list {
    border-radius: 50px;
    border: 1px solid #519B87;
    padding: 40px 20px 30px;
    margin-bottom: 20px;
    min-height: 260px;
}
.tax-services-list h4{
    color: #04151F;
    font-family: "Doppio One";
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
    letter-spacing: -2.16px;
}
.tax-services-list p{
    color: #04151F;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* min-height: 130px; */
}
.tax-content-section.grid-bg-color{border-radius:unset;margin: 40px 0 30px;}
.tax-services-media{ display: flex; align-items: center;}
.tax-services-media img{height:550px;}
.grid-bg-color .tax-services-list{background:#fff;}
.grid-bg-list .tax-services-list h4{ font-size: 26px;}
.right-grid-con{max-width:750px;}

/* contact page */
.contact-sec{padding: 60px 0;}
.contact-title{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
.contact-desc h2{
    color: #04151F;
    font-family: "Doppio One";
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.16px;
    margin-bottom: 0;
}
.contact-desc p{
    color: #04151F;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
.form-label {
    color: #3C3C3C;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; 
    margin-bottom: 20px;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #3C3C3C;
    text-align: justify;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}
.contact-form-list input{
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #519B87;
    margin-bottom: 50px;
}
.service-checkbox-group {
    margin-bottom: 15px;
}
input[type="checkbox"] {
    width: auto;
    margin-right: 4px;
}
button.custom-submit-btn.btn.wpcf7-submit {
    border-radius: 50px;
    background: #539C88 !important;
    border: transparent !important;
    box-shadow: 0 2px 8px 0 rgba(77, 170, 87, 0.48);
    padding: 18px 30px 18px 30px;
    margin-top: 20px;
    color: #FAFAFA !important;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 18px;
}
.contact-link-info-sec{border-radius: 50px;background: #519B87; margin: 60px 0 0;}
.contact-info{padding: 40px 80px;align-items: center;}
.contact-link h3{
    color: #FFFAFA;
    font-family: 'Montserrat';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
}
.contact-link p, .contact-link a{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 340px;
}
.contact-link a{text-decoration: none; display:block;}
.contact-info .col-md-4:not(:last-child) .contact-link {
  border-right: 1px solid #FFF; /* You can change the color */
  padding-right: 20px;
  margin-right: 20px;
}

/* privacy section */
.privacy-sec{padding: 60px 0;}
article.privacy-list-info {
    margin-bottom: 20px;
}
.privacy-title{
    color: #04151F;
    font-family: "Doppio One";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.16px;
    margin-bottom: 20px;
}
.privacy-subtitle{
    color: #04151F;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
    margin-bottom: 20px;
}
.privacy-description{
    color: #04151F;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.privacy-rep-desc{
    color: #04151F;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
}
.privacy-inner-desc span{font-weight: 600;}

/* ram style css work 14-nov-2025 start */
/* ----------------------------------------------------
   HERO SECTION
----------------------------------------------------- */

.home-section .home-banner {height: 720px;background: url("http://searchnscore.com/demo/khan/wp-content/uploads/2025/11/banner-image.png") center/cover no-repeat;position: relative;color: #fff;padding: 80px 60px;border-radius: 40px;overflow: hidden;}
.home-section .hero-content {position: relative;z-index: 2;display: flex;flex-direction: column;gap: 30px;text-align: left;}
/* Title */
.home-section .hero-title {font-size: 60px;font-weight: 500;line-height: 78px;margin: 0;}
/* Description */
.home-section .hero-description {font-size: 20px;line-height: 28px;max-width: 580px;color: #FAFDFF;margin: 0;}
/* ----------------------------------------------------
   BUTTONS
----------------------------------------------------- */
.home-section .hero-buttons {display: flex;gap: 30px;width: 100%;}
.home-section .btn-started, .btn-more {padding: 0px;font-size: 18px;font-weight: 500;border-radius: 30px;text-decoration: none;display: flex;flex-direction: row;align-items: center;justify-content: center;width: 100%;height: 100%;max-width: 12.55rem;min-height: 3.625rem;transition: ease-out 0.9s;}
.home-section .btn-more:hover {box-shadow: inset 350px 0 0 0 #2AC184;color: #ffffff;transition: ease-out 0.9s;}
/* Primary Button */
.home-section .btn-started {background: #519B87;color: #ffffff;}
.home-section .btn-started:hover {background: #3e7d6c;}
/* Secondary Button */
.home-section .btn-more {background: #ffffff;color: #04151F;}
.home-section .btn-more:hover {background: #e7e7e7;}

/* ----------------------------------------------------
   YEARS EXPERIENCE
----------------------------------------------------- */
.home-section .exp-number {font-size: 46px;font-weight: 500;margin: 0;}
.home-section .exp-number span {color: #2AC184;}
.home-section .exp-text {margin: 0;font-size: 18px;font-weight: 500;color: #ffffff;}
.faq-section {margin-top: 50px;}
.faq-section .faq-content h3 {font-size: 32px;font-weight: 500;color: #04151F;margin: 0px 0 30px;}
.faq-section .faq-content p {font-size: 20px;font-weight: 400;line-height: 30px;color: #04151F;margin: 0 0 40px;text-align: justify;}
.faq-section .faq-content p:last-child {margin: 0;}

.br-desktop {display: inline;}
.br-mobile {display: none;}
.our-company-info-data .service-tax-wrapper {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.our-company-info-data .service-tax-wrapper .compn-left-desc p {margin: 0;}


/* ----------------------------------------------------
   RESPONSIVE
----------------------------------------------------- */

/* ----------------------------------------------------
   1440px — Large Desktop
----------------------------------------------------- */
@media (max-width: 1440px) {
.home-section .home-section .home-banner {height: auto;}
.home-section .hero-title {font-size: 45px;line-height: 60px;}
.home-section .hero-description {font-size: 16px;line-height: 25px;}
.home-section .exp-number {font-size: 42px;}
.home-section .exp-text {font-size: 16px;}
.home-section .btn-started, .btn-more {font-size: 16px;}
.home-section .home-banner {height: auto;}
.faq-section .faq-content h3 {font-size: 26px;}
.faq-section .faq-content p {font-size: 16px;}
.compn-left-desc {gap: 20px;padding: 0 20px !important;}
.process-items {gap: 10px;padding: 1.04vw 0vw 20px 20px !important;}
}
/* ----------------------------------------------------
   1200px — Laptop
----------------------------------------------------- */
@media (max-width: 1200px) {
.home-section .hero-title {font-size: 48px;line-height: 64px;}
.home-section .btn-started, .btn-more {font-size: 17px;}
}
/* ----------------------------------------------------
   1024px — Tablet Landscape
----------------------------------------------------- */
@media (max-width: 1024px) {
.home-section .hero-title {font-size: 42px;line-height: 56px;}
.home-section .exp-number {font-size: 38px;}
.home-section .hero-description {max-width: 100%;}
.home-section .faq-section {margin-top: 30px;}
.faq-section .faq-content h3 {margin: 0px 0 20px;}
.faq-section .faq-content p {margin: 0 0 20px;}
.compn-left-desc {gap: 10px;}
.main-title {font-size: 20px !important;}
.process-items {padding: 1.04vw 0vw 15px 20px !important;}
}
/* ----------------------------------------------------
   992px — Bootstrap md breakpoint
----------------------------------------------------- */
@media (max-width: 992px) {
.home-section .hero-title {font-size: 38px;line-height: 50px;}
.home-section .hero-description {max-width: 100%;}
.br-desktop {display: none;}
.br-mobile {display: inline;}
.compn-process-list {padding-bottom: 40px;}
	.our-company-info-data .company-data-valu
 {
    padding-top: 30px;
}
}
/* ----------------------------------------------------
   768px — Tablet Portrait
----------------------------------------------------- */
@media (max-width: 768px) {
.home-section .hero-title {font-size: 34px;line-height: 44px;}
.home-section .btn-started, .btn-more {width: 100%;max-width: 260px;}
.home-section .exp-number {font-size: 34px;}
.home-section .exp-text {font-size: 16px;}
}

@media (max-width: 767px) {
    .process-items {
        padding: 20px 0vw 20px 20px !important;
    }
}
/* ----------------------------------------------------
   576px — Mobile Large
----------------------------------------------------- */
@media (max-width: 576px) {
.home-section .home-banner {padding: 80px 30px;}
.home-section .hero-title {font-size: 30px;line-height: 40px;}
.home-section .hero-buttons {gap: 15px;}
.faq-section .faq-content h3 {font-size: 22px;}
}
/* ----------------------------------------------------
   480px — Mobile Small
----------------------------------------------------- */
@media (max-width: 480px) {
.home-section .hero-title {font-size: 26px;line-height: 34px;}
.home-section .exp-number {font-size: 28px;}
}
/* ram style css work 14-nov-2025 end */