@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..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&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

html {
    scroll-behavior: smooth;
}

p{
	font-family : "DM Sans" !important;	
}
.slick-slider{
	user-select : text !important;
}
.main-navigation ul .children li a, .main-navigation ul .sub-menu li a {
    background: #f4f4f4;
    border-bottom: 1px solid;
    border-color: #353538;
    color: #2d2d2d;
    font-weight: 400;
    max-width: 100%;
    padding: 12px 20px;
}
.main-navigation ul .sub-menu {
    top: 35px;
}

.site-topbar {
    background-color: #ff6060;
    color: #ffffff;
    padding: 8px 0px;
}
ul.top-social {
    list-style-type: none;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
    column-gap: 25px;
    width: 15%;
}
.topbar-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.site-header {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 15px 0px;
}

.corp-container {
	max-width:100%;
	padding: 0px 100px;
}
.corp-container-fluid {
	max-width:100%;
	padding: 0px 0px;
	margin:0px auto;
}
body {
	font-family: "Lota", sans-serif;
	font-size:20px;
	line-height:35px;
	font-weight:400;
	color:#000000;
}

.fixed-whatsapp {
    display: inline-block;
    position: fixed;
    right: 1%;
    top: 78%;
	z-index:999;
}
.fixed-whatsapp img {
    width: 70px;
}


.font-cormorant-garamond, h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
   font-family: "Cormorant Garamond", serif;
}
.font-jost, .wpcf7 input[type=submit],
.home-blog-top {
  	font-family: "Lota", sans-serif;
}

/* common css */
.text-white, .menu-right-col1 a {
	color:#ffffff;
}
.text-black {
	color:#000000;
}
.text-center {
	text-align:center;
}
.text-justify, .home-about-us-section-col2 p {
	text-align:justify;
}
.text-uppercase {
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
}
.btn-primary {
    background-color: #375C2C;
    color: #ffffff !important;
    border-radius: 5px;

	font-weight: 500;
	    border: 1px solid white;
}

.section-top {
	margin-top:50px;
}

/* h1-h6 */
h1, .h1 {
	font-size:50px;
	line-height:65px;
	font-weight:700;
}
h2, .h2 {
	font-size:35px;
	line-height:50px;
	font-weight:700;
}
h3, .h3 {
	font-size:30px;
	line-height:45px;
	font-weight:700;
}
h4, .h4 {
	font-size:25px;
	line-height:35px;
	font-weight:700;
}
h5, .h5{
	font-size:22px;
	line-height:32px;
	font-weight:700;
}
h6, .h6{
	font-size:20px;
	line-height:30px;
}

/* header and menu */

header#masthead {
    background-color: #FFFFFF;
	position : sticky;
	top : 0;
}
.site-header {
    margin-bottom: 0px;
	border-bottom: 0px;
    padding: 15px 0;
}
.menu-right-wrapper {
    position: absolute;
    top: 20px;
    right: 100px;
    display: flex;
    column-gap: 30px;
	align-items: center;
}
.menu-right-col1 {
    position: relative;
}
.menu-right-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/07/icon-call.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    left: -40px;
}
.menu-right-col1 a,
.menu-right-col2 a {
    font-size: 14px;
	font-weight:600;
}


.masthead-sentinel {
    margin-bottom: 0px;
}
.site-header.centered .site-branding {
    margin: 0 auto 10px;
}

.main-navigation ul li a{
	color: #F8F5F0;
	font-weight:700;
	font-size:18px;
	font-family: "Lato", sans-serif;
}
.main-navigation:not(.link-underline) div>ul:not(.cart_list)>li.current-menu-item>a{
	    color: rgb(226, 183, 94);
}
.main-navigation:not(.link-underline) div>ul:not(.cart_list)>li:hover>a {
    color: rgb(226, 183, 94);
}

.main-navigation div>ul:not(.cart_list)>li.current-menu-item>a{
	    color: rgb(226, 183, 94);
}

/* hamburger menu */
#menu-icon {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    top: 45px;
    left: 100px;
    z-index: 1000;
	color:#000;
}
#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
    z-index: 999;
    background-image: url(/wp-content/uploads/2024/07/menu-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#menu-overlay.show {
    transform: translateX(0);
}
#menu-content {
    text-align: center;
    position: relative;
}
#close-icon {
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: 100px;
    right: 80px;
    color: #000000;
}
#menu-content a {
    display: block;
    color: #122223;
    font-size: 30px;
    padding: 15px;
    text-decoration: none;
    transition: color 0.3s;
font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
ul#primary-menu {
    list-style-type: none;
    text-align: left;
}

#crumbs a,
#crumbs a:hover,
#crumbs a:visited,
#primary-menu a,
#primary-menu a:visited{
	color:#2d2d2d;
	
}

#primary-menu a:hover{
    color: rgb(4 4 4) !important;
}
.main-navigation div>ul:not(.cart_list)>li.current-menu-item>a {
	border-color: #000;
}


/* Style the phone number menu item like a button */
.menu-phone-btn > a {
    background-color: #ffffff;     /* button bg */
    color: #0E2625 !important;     /* text color */
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease;
}

/* Hover effect */
.menu-phone-btn > a:hover {
    background-color: #122223;  
    color: #000 !important;
    text-decoration: none;
    transform: translateY(-2px);
}

.home-page-h1{
	position : relative;
}

.home-page-h1:before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 13px;
    background-color: var(--G6);
    z-index: -1;
	border-radius : 20px;
}


/* banner section */
.banner-section-items {
    position: relative;
}
.banner-items-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner-items-content h4 {
    margin-top: 40px;
}

div#yoast-breadcrumbs {
	display:none;
}
button#search-button {
    display: none;
}


/* //common css  */
/* footer */
.footer-top {
    background: #2d2d2d;
    height: 400px;
    border-radius: 20px 20px 0 0;
	background-image:url('/wp-content/uploads/2025/12/image-28.png');
	background-position:center;
	background-repeat : no-repeat;
	background-size : cover;
	position: relative;
    top: 50px;
}
h3.footer-content-h3 {
    background: white;
    border-radius: 100%;
    color: #2d2d2d;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
	text-align:center;
}
.footer-content {
    bottom: 60px;
    position: relative;
    padding: 0 10px;
}
.footer-content-h1, .footer-content-h2{
	color :#fff;
	text-align : center;
}
.footer-content-top {
    background: #2d2d2d;
    width: 150px;
	height :150px;
    margin: auto;
    position: relative;
    bottom: 75px;
	padding:10px;
	border-radius:100%;
}
.site-footer .widgets {
    padding: 0px 0;
}
.widgets.widgets-4 {
    display: flex;
	justify-content: space-between;
}
aside#custom_html-2 {
    width: 20%;
}
aside#nav_menu-2, aside#nav_menu-3, aside#nav_menu-4 {
    width: 16%;
}
.site-footer {

	margin-top:0;
	background: #EAEAEA;
	position : relative;
}
.ul-list {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.add, .call-info, .mail-info {
    display: flex;
    gap: 10px;
	align-items: center;

}
.add-img, .call-img, .mail-img  {
    display: flex;
    align-items: center;
	flex-shrink : 0;
}
.add-img img, .call-img img, .mail-img img {
    flex-shrink: 0;
    height: 25px;
    width: 35px;
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer .bottom-bar {
    background: transparent;
    color: #001933;
    padding: 10px 0;
}
.site-footer .widgets {
    padding: 50px 0 0;
}
.footer-col-content {
    color: #001933;
	 max-width: 400px;
}
ul.footer-social {
    list-style-type: none;
    display: flex;
    column-gap: 20px;
    padding-top: 25px;
}
ul.footer-social li:hover img {
    transform: scale(1.2);
    transition: 0.5s all;
}
.site-footer .widgets .widget .widget-title {
	color: #001933;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
}
p.foot-p {
    margin: 0;
	font-size : 20px;
	color: #575757;
	font-weight: 500;
	line-height : 25px;
}
.site-footer .widgets .widget a, p.desc {
    color: #575757;
	font-weight: 500;
	font-size: 20px;
}
.site-footer .widgets .widget a:hover {
    color: black;
}
.site-footer .widget ul li {
    line-height: 35px;
}
.site-footer .widgets .widget {
/* 	margin: 0 2.75% 30px 0; */
}
.site-info span {
    font-weight: 500;
    font-size: 14px;
}
.site-footer .bottom-bar a {
    color: #001933;
}

.site-footer .bottom-bar a img{
    position:relative;
	top:6px;
}
#scroll-to-top {
	bottom: 50px;
}

@keyframes rotateY-anim {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;

}

.footer-contact-list li a {
    color: inherit;
    text-decoration: none;
    margin-left: 10px;
}

.footer-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}


@media (max-width:768px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px !important;
	}
	#mobile-menu-button svg path {
    	fill: #003166;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 0px;
    }
	#mobile-navigation ul li a, .menu-contact-us a {
    	color: #002330 !important;
		font-size: 14px;
    	font-weight: 500;
		        background: #d3e1e6 !important;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #000000;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#mobile-navigation {
   	 background: rgb(255 212 213) !important;
    }
	h1, .h1 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	h2, .h2 {
		font-size: 24px !important;
		line-height: 35px !important;
	}
	h3, .h3 {
    	font-size: 22px !important;
    	line-height: 30px !important;
	}
	h4, .h4 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	h5, .h5 {
		font-size: 18px !important;
    	line-height: 30px !important;
		margin:10px !important;
	}
	.section-top {
    	margin-top: 20px !important;
	}
	.menu-contact-us a {
		background-color: inherit;
		border-radius: inherit;
		font-size: inherit !important;
		display:none !important;
	}
	
	.banner-left {
    	padding-top: 30px;
	}
	.banner-wrapper {
    	background-size: cover;
    	background-position: 100%;
	}
	.banner-wrapper {
    	height: auto;
		background-image: inherit !important;
    }
	.heading-line:after {
    	bottom: 0;
    }
	
	.testimonials-sec {
    	border-radius: 0px 0px 0px 0px;
	}
	.testimonials-inner-left {
    	left: 0px;
    	top: 5px;
    	width: 20%;
	}
	.testimonials-inner-right:after {
    	right: 20px;
	}
	.testimonials-inner-right {
    	padding: 40px 20px 20px 20px;
    	width: 100%;
	}
	.testimonials-sec-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow,
	.testimonials-sec-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
		display:none !important;
	}
	.testimonials-btn-wrapper {
    	margin-top: 20px;
	}
	.testimonials-sec {
    	padding-bottom: 30px;
    }
	.site-footer .widgets {
            justify-content: space-between;
        flex-direction: column;
        padding: 30px 0 0 !important;
    }
	
	.site-footer:after {
   		left: 50%;
    	animation: inherit;
    	transform: translateX(-50%);
	}
	.site-footer .widgets .widget {
    	margin: 0 0 15px 0;
	}
}


@media (min-width:768px) and (max-width:1024px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	#mobile-menu-button svg path {
    	fill: #00AEEF;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 25px;
    }
	#mobile-navigation ul li a {
    	color: #002330 !important;
		font-family: "Poppins", sans-serif;
		font-size: 14px;
    	font-weight: 500;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#mobile-navigation {
   		background: #88D9F8;
    }
	.banner-inner-wrapper {
    	padding-top: 60px;
	}
	.banner-wrapper {
   		background-size: contain;
    }
	.site-footer:after {
    	left: 50%;
    	animation: inherit;
    	transform: translateX(-50%);
	}
}


@media (max-width:1280px) {
	h1, .h1 {
		font-size:50px;
    	line-height: 70px;
	}
	h3, .h3 {
    	line-height: 60px;
		font-size:20px;
	}

}


@media (max-width:480px) {

	img.custom-logo{
		width:50%;
	}
}

/* banner section */
.home-banner-section{
	  position: relative;
/* 	margin-top : -23px; */
	display : flex;
}
.home-banner-items {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    color: #494444;
    position: relative;
    height: 770px;
	top:0;
}
/* .home-banner-items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1.1), rgba(0, 0, 0, 0));
    z-index: 1;
}


.home-banner-items > * {
    position: relative;
    z-index: 2;
} */


.home-banner-items-col1, .home-banner-items-col2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 10%;
    width: 50%;
}

.home-banner-items-col1 h2 , .home-banner-items-col2 h2   {
 font-size: 64px;
    line-height: 80px;
    color: #FFFFFF;
       font-family: "Lato";
    font-weight: 700;
    font-style: Bold;
    text-align: left;
	 margin: 0px 0px 30px 0px !important;
	letter-spacing: -0.5px;
}

.home-banner-items-col1 p, .home-banner-items-col2 p {
   font-family: 'AdobeArabic', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    direction: rtl; 
	color:#C3CEC0;
	text-align: left;
}

.home-banner-items-col1 .btn, .home-banner-items-col2 .btn {
    display: inline-block;
font-family: "Lota", sans-serif;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
}

.banner-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1024px) {
    .home-banner-items {
        flex-direction: column;
        height: auto;
        padding: 50px 15px;
    }

    .home-banner-items-col1,
    .home-banner-items-col2 {
        width: 100%;
        padding: 20px 10px;
    }

    .home-banner-items-col1 h2,
    .home-banner-items-col2 h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .home-banner-items-col1 p,
    .home-banner-items-col2 p {
        font-size: 16px;
    }

    .btn.btn-primary {
        font-size: 14px;
        padding: 10px 20px;
    }
	.cta-h1 {
    	text-align: center;
	}
}


@media (max-width: 768px) {
    .home-banner-items {
        padding: 40px 10px;
        height: auto;
    }

      .home-banner-items-col1,
	.home-banner-items-col2 {
		top:40% !important;
	}

    .home-banner-items-col1 h2,
    .home-banner-items-col2 h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        max-width: 440px !important;
    }

    .home-banner-items-col1 p,
    .home-banner-items-col2 p {
        font-size: 14px !important;
		 max-width: 440px !important;
    }

    .btn.btn-primary {
        font-size: 13px;
        padding: 8px 18px;
    }
	.corp-container{
		padding:0 50px ;
	}
	
}

@media (max-width: 480px) {
    .home-banner-items {
        width: 100%;
        display: inline-block;
		height:500px !important;
    }

    .home-banner-items-col1 h2,
    .home-banner-items-col2 h2 {
      font-size: 35px !important;
        line-height: 50px !important;
    }

    .home-banner-items-col1 p,
    .home-banner-items-col2 p {
        font-size: 13px !important;
		  
    }

    .btn.btn-primary {
        font-size: 12px;
        padding: 6px 15px;
    }
   .home-banner-items-col1, .home-banner-items-col2 {
    top:30% !important;
  }

}

/* Section spacing */
.nhf-farm-cards-section {
    padding: 0;
	    margin-top: -90px;
}

/* Grid layout */
.nhf-farm-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    justify-items: center;
}

/* Card style */
.nhf-farm-card {
/*     border: 2px solid #375C2C; green border */
    border-radius: 24px;
    overflow: hidden;
/*     background: #ffffff; */
/*     max-width: 330px; */
    /* top shadow: X=0, Y=-5, Blur=10, Color #375C2C at 25% */
/*     box-shadow: 0 -5px 10px rgba(55, 92, 44, 0.25); */
}

/* Image */
.nhf-farm-card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Tablet */
@media (max-width: 991px) {
    .nhf-farm-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .nhf-farm-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .nhf-farm-cards-section {
        padding: 30px 0 10px;
    }
}



/* home who we are section  */
.who-we-are {
  position: relative;

}

/* Top text */
.who-we-are__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.who-we-are__subtitle {
    font-family: 'AdobeArabic', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    direction: rtl;
  color: #7ab343;
 margin:0;
}

.who-subtitle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.subtitle-icon {

  height: auto;
}


.who-we-are__title {
font-size: 70px;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #375C2C;
  font-family: 'AdobeArabic', sans-serif;
    font-weight: 800;
    margin: 0;
}

.who-we-are__intro {
    font-size: 18px;
    line-height: 1.7;
    color: black;
    font-weight: 400;
	margin:0;
}

/* Main grid */
.who-we-are__grid {
display:flex;
	justify-content:center;
	align-items:center;
	gap: 20px;
}

/* Left image */
.who-we-are__image-col {
    width: 50%;
}

.who-we-are__image-figure {
  border-radius: 32px;
  overflow: hidden;
  margin: 0;

}

.who-we-are__image-figure img {
  display: block;
  width: 100%;
	    height: 700px;
    object-fit: contain;
}

/* circular badge overlapping image */
.who-we-are__badge {
    position: absolute;
    top: -55px;
    right: 0;
}

.who-we-are__badge img {
  width: 100%;
  height: auto;
}

/* Right column */
.who-we-are__content-col {
width:50%;
}

.who-we-are__right-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 18px;
     background: linear-gradient(90deg, #387C3A, #5C983F, #7AB741);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-family: 'AdobeArabic', sans-serif;
    font-weight: 800;
    margin: 0;
}

.who-we-are__right-desc {
    font-size: 18px;
    line-height: 42px;
    color: #2E2714;
    margin-bottom: 20px;
}

/* Small feature cards */
.who-we-are__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
  margin-bottom: 30px;
}

.who-we-are__feature {
  display: flex;
  align-items: flex-start;
	flex-direction:column;
  gap: 14px;
}

.who-we-are__feature-icon {

  display: flex;
  align-items: center;
  justify-content: center;
}

.who-we-are__feature-icon img {
  max-width: 100%;
  height: auto;
}

.who-we-are__feature-title {
    font-family: 'AdobeArabic', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    color: #375C2C;
    margin: 0;
}

.who-we-are__feature-text {
    font-size: 16px;
    line-height: 30px;
    color: #2E2714;
    margin:0;
	font-weight: 400;
}


/* Decorative vectors */
.who-we-are__decor {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.who-we-are__decor--top-right {
  top: 25px;
  right: 0;
}

.who-we-are__decor--top-right img {
  max-width: 230px;
  height: auto;
}

/* static bottom-left vector (background) */
.who-we-are__decor--bottom-left {
  left: 0;
  bottom: -40px;
  width: 180px;
  height: 180px;
  background: url('/wp-content/uploads/2025/12/vector-2.webp') no-repeat left bottom / contain;
  opacity: 0.4;
}

/* Responsive */
@media (max-width: 1024px) {
  .who-we-are {
   
  }

  .who-we-are__grid {
        flex-direction: column;
  }

  .who-we-are__image-col {
       width: 100%;
    margin: 0 auto;
  }

  .who-we-are__content-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
	.who-we-are__image-figure img{
		height:100%;
	}

  .who-we-are__badge {
    top: -40px;
    width: 140px;
  }

  .who-we-are__features {
    grid-template-columns: 1fr;
  }

  .who-we-are__decor--top-right img {
    max-width: 160px;
  }

  .who-we-are__decor--bottom-left {
    width: 130px;
    height: 130px;
  }
}




/* home management section  */
.cm-section {
 
}

.cm-heading {
  font-size: 76px;
  margin-bottom: 28px;
  color: #004A99;
  font-weight: 700;
  font-family: "Caveat", cursive; /* optional script look */
}

/* Grid of 6 images (2 columns x 3 rows) */
.cm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
}

/* Tile card */
.cm-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 160px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Image fills card */
.cm-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}



/* Title bottom-left */
.cm-card-title {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  color: #003166;
  font-family: "Caveat", cursive;
}

/* Hover effect */
.cm-card:hover img {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

/* Book Now button */
.cm-btn-wrap {
  text-align: center;
  margin-top: 26px;
}

/* responsive */
@media (max-width: 1024px) {
  .cm-grid {
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .cm-grid {
    grid-template-columns: 1fr; /* single column on mobile */
  }
  .cm-card {
    min-height: 180px;
  }
	.cm-card-title{
		font-size:30px;
	}
.cm-heading {
    font-size: 34px !important;
    margin-bottom: 26px;
}
}


/* outer strip */
.clients-strip {
  padding:  0; 
}

/* blurred food bg strip */
.clients-strip-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}

/* soft white overlay like your screenshot */

.clients-strip-inner .corp-container {
  position: relative;
  z-index: 1;
}

/* logo row */
.clients-logo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

/* each logo */
.clients-logo-item img {
  max-height: 40px;         /* adjust as needed */
  width: auto;
  display: block;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.clients-logo-item img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* responsive */
@media (max-width: 768px) {
  .clients-logo-list {
    gap: 24px;
  }
  .clients-logo-item img {
    max-height: 32px;
  }
}

section.home-why-choose-section {
	padding : 20px 0;
	    position: relative;
    z-index: 0;
}
.why-choose-section {
    padding: 20px;

}

.why-choose-title {
  font-size: 48px;
  font-weight: 700;
  color: #003166;
  font-family: "Caveat", cursive;
}

/* two-column layout */
.why-choose-inner {
  display:flex;
  align-items:flex-start;
  gap:40px;
}

/* left content */
.why-choose-content {
  flex: 0 0 50%;
}

.why-choose-content h3 {
  font-size: 48px;
  font-weight:700;
  color:#004A99;
  margin-bottom:16px;
	    line-height: 60px;
}

.why-choose-text {
  color:#4C6580;
  line-height:40px;
  margin-bottom:20px;
	font-size:20px;
}
/* Container holding the image collage */
.why-choose-images {
  display: flex;
  gap: 16px;
}

/* Left column (two stacked images) */
.why-choose-images .wc-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
/*   flex: 0 0 45%; /* adjust width of left side */
}

/* Ensure two small images behave inside left column */
.wc-img-small {
/*   height: 180px; */
  border-radius: 12px;
  overflow: hidden;
}

/* Right side (big tall image) */
.wc-img-large {
  flex: 1; /* takes remaining width */
  height: 100%;
/*   min-height: 380px; */
  border-radius: 12px;
  overflow: hidden;
}

/* Image styling */
.wc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hover animation */
.wc-img img:hover {
  transform: scale(1.09);
  transition: 0.35s ease;
}

/* Main Section */
.home-why-choose-section {
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
}

/* Container */
.corp-container {
  position: relative;
  z-index: 2;
}

/* Floating Background */
.scroll-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

/* Floating Image */
.scroll-bg img {
  width: 550px; /* adjust */
  max-width: 100%;
  opacity: 0.25;
  filter: blur(0.3px);
  transition: transform 0.1s linear;
}

/* Content Always On Top */
.why-choose-main {
  position: relative;
  z-index: 3;
}

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

/* Tablet */
@media (max-width: 768px) {
  .why-choose-images {
    flex-direction: column;
  }



}

/* Mobile */
@media (max-width: 480px) {
	.why-choose-text{
	    line-height: 30px;
        text-align: justify;
    font-size: 16px;	
	}
	.why-choose-images .wc-left{
		    flex-direction: row;
	}
	.why-choose-section{
		        padding: 10px;
	}
	.why-choose-title{
		font-size: 36px !important;
	}
}


/* responsive */
@media (max-width: 1024px) {
  .why-choose-inner {
    gap:24px;
  }
}

@media (max-width: 768px) {
  .why-choose-inner {
    flex-direction:column;
  }
  .why-choose-content,
 {
    flex: 1 1 100%;
  }
}
@media (max-width: 520px) {
	.why-choose-inner{
		        flex-direction: column-reverse;
	}
    .why-choose-images {
        flex-direction: column-reverse;
    }
	.photo-grid-section{
		 background-image: url(/wp-content/uploads/2025/11/footer-top-mobile.webp) !important;
		    width: 100% !important;
    height: 300px !important;
	}
}

.photo-grid-section{
    width: 100%;
    height: 520px;
    background-image: url(/wp-content/uploads/2025/11/footer-top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}






/* 🌟 Section Background */
.testimonial_bg {
    position: relative;
    background: url('/wp-content/uploads/2025/05/testimonial-bg-scaled.webp') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 20px;
    overflow: hidden;
    z-index: 1;
}


.testimonial-slider-wrapper {
	width:80%;
	margin:auto;
}
.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 🔹 Gradient Overlay */
.testimonial_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #c6282891 0%, rgb(0 0 0 / 34%) 100%);
    z-index: 2;
}

/* 🔹 Content Layer */
.home_testimonial_sec {
    position: relative;
    z-index: 3;
}


/* 🌟 Section Heading */
.home_up_side h3.large {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

/* 🌟 Testimonial Slider Container */
.home-testimonials-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 🌟 Testimonial Card */
.testimonial_below {
    background: #fff; /* Dark black background */
    color: #000; /* White text */
    padding: 40px 30px;
    position: relative;
    border-radius: 10px;
    max-width: 450px;
    margin: 20px;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.testimonial_below:hover {
    transform: translateY(-10px);
}

/* 🌟 Stars */
.testimonial_stars {
    color: #ffcc00;
    font-size: 18px;
    margin-bottom: 10px;
}

/* 🌟 Testimonial Content */
.testimonial-text {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* 🌟 Author Section */
.testimonial_author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

/* 🌟 Author Image */
.testimonial_author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

/* 🌟 Author Details */
.testimonaial_author_detail {
    display: flex;
    flex-direction: column;
}

.testimonaial_author_detail h5 {
    font-size: 16px;
    font-weight: bold;
    color: #1B3A65;
}

/* 🌟 Clients Logos Slider */
.client-logos-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
    padding: 20px 0;
}

.client-logos-slider div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logos-slider img {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease-in-out;
}

.client-logos-slider img:hover {
    transform: scale(1.1);
}

/* 🌟 Slick Dots */
.slick-dots {
    text-align: center;
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    background: #bbb;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
}

.slick-active button {
    background: #fff;
}

/* 🌟 Slick Arrows */
.slick-prev,
.slick-next {
    font-size: 24px;
    color: #fff;
}

.slick-prev:hover,
.slick-next:hover {
    color: #ddd;
}

/* 🌐 Responsive Styles */
@media (max-width: 1024px) {
    .home_testimonial_section {
        padding: 60px 20px;
    }

    .home_up_side h3.large {
        font-size: 32px;
    }

    .testimonial_below {
        padding: 30px;
        max-width: 450px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .client-logos-slider {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .home_testimonial_section {
        padding: 50px 15px;
    }

    .home_up_side h3.large {
        font-size: 28px;
    }

    .testimonial_below {
        padding: 25px;
        max-width: 90%;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial_author img {
        width: 40px;
        height: 40px;
    }

    .testimonaial_author_detail h5 {
        font-size: 14px;
    }

    .client-logos-slider {
        gap: 25px;
    }

    .client-logos-slider img {
        max-height: 40px;
    }
	.home-who-we-wrapper{
		
	}
}

@media (max-width: 480px) {
    .home_testimonial_section {
        padding: 40px 10px;
    }

    .home_up_side h3.large {
        font-size: 24px;
    }

    .testimonial_below {
        padding: 20px;
        max-width: 95%;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .testimonial_author {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .testimonial_author img {
        width: 35px;
        height: 35px;
    }

    .client-logos-slider {
        gap: 20px;
        padding: 10px 0;
    }

    .client-logos-slider img {
        max-height: 30px;
    }
}

/* 🌟 Container */
.home-blog-section {
  padding: 30px 0;
  background: #f9f9f9;
	background-image: url(/wp-content/uploads/2025/12/Group-2609655.png);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}
.blog-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* text-align: center; */
    align-items: center;
}

.blog-heading {
  text-align: center;
  margin-bottom: 40px;
}

.blog-heading .badge {
  color: #9f2b2b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.blog-main-heading {
  font-size: 36px;
  color: #1B3A65;
  margin-top: 10px;
  font-weight: 700;
}

/* 🌟 Blog Card */
.home-blog-item {
  background: linear-gradient(128deg, #ff798630  0%, #fff 100%);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
/*   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
	max-width: 400px;
	border:1px solid #00000033;
}

.home-blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* 🌟 Image Section */
.home-blog-image {
  position: relative;
  overflow: hidden;
}

.home-blog-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #9f2b2b;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

/* 🌟 Content Area */
.home-blog-content {
  padding: 20px;
}

.home-blog-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.home-blog-title {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 10px;
  line-height: 1.4;
}

.home-blog-excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}




/* //footer */
   .fixed-whatsapp-wrapper {
        position: fixed;
        right: 20px;
        bottom: 110px;
        z-index: 999;
    }
    .fixed-call-wrapper{
	    bottom : 180px;
	    right : 20px; 
    }
    .side-whtasapp, .side-call{
        width:50px;
        height : 50px;
		border: 1px solid #f4f4f4;
    	border-radius: 50%;
    }
.footer-top-widgets {
     border-bottom: 1px solid #463f3f;
    color: white;
    padding: 40px 0;
}


.footer-top-boxes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* gap: 60px; */
    width: 80%;
    margin: auto;
}

.footer-box {
  flex: 1;
  width: 280px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  justify-content: center;
}

.footer-icon {
  width: 60px;
  height: 60px;
  background: #ffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-icon img {
    width: 30px;
    height: 30px;
}

.footer-inner {
  text-align: left;
}
.footer-inner a{
	color:#ccc !important;
}
.footer-top-title {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 5px;
  color: #001933;
}

.footer-inner p {
  color: #001933;
  margin: 0;
  font-size: 14px !important;
  line-height: 1.4;
}
.shree-footer-widget {
  text-align: left;
  color: #001933;
  max-width: 300px;
}

.shree-footer-widget .shree-logo {

  height: auto;
  margin-bottom: 20px;
	 
    border-radius: 15px;
}

.shree-footer-widget p {
  font-size: 14px;
  line-height: 1.6;
  color: #001933;
  margin-bottom: 20px;
}

/* Social Icons */
.shree-social-icons {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.shree-social-icons li {
  display: inline-block;
}

.shree-social-icons a {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.shree-social-icons a:hover {
  background: #001933;
}

.shree-social-icons img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.site-footer .bottom-bar a:hover{
	color:red;
}

.hours-widget {
  font-size: 14px;
  line-height: 1.6;
  color: #0D3059;        /* dark blue like your design */
}

.hours-widget p {
  margin: 0 0 10px;
}


@media (max-width: 768px) {
  .shree-footer-widget {
    text-align: center;
    margin: 0 auto 30px;
  }

  .shree-social-icons {
    justify-content: center;
  }
}

@media (max-width: 1370px) {

	.home-banner-items{
		height:600px;
	}
  .site-footer .widgets {
    padding: 60px 60px 0;
  }

  .footer-top-boxes {
    width: 100%;
  }

  .home-banner-items-col1 h2,
  .home-banner-items-col2 h2 {
    font-size: 35px;
    line-height: 50px;
    margin: 0px 0px 10px 0px !important;
  }

  .section-title {
        font-size: 26px !important;
        margin: 0px;
        line-height: 40px;
        margin-bottom: 20px !important;
  }
  .home-who-we-wrapper {
    width: 100%;
  flex-direction: row;
  }
  .counter-item h2 {
    font-size: 45px;
    margin-bottom: 5px;
  }

  .counter-item p {
    font-size: 12px;
  }
  .choose-wrapper {
    width: 100%;
  }
  .choose-benefits-grid {
    margin-bottom: 10px;
  }
  .choose-benefit-box img {
    width: 50px;
  }
  .benefit-box-contain h4 {
    font-size: 16px;
  }
  .benefit-box-contain p {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .talk-now-wrapper {
    width: 100%;
    gap: 15px;
  }
  .home_up_side h3.large {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .testimonial_below {
    max-width: 300px;
    margin: 10px;
  }
  .home-blog-section {
    padding: 30px 0;
  }
  .blog-heading {
    margin-bottom: 15px;
  }
  .choose-badge img {
    width: 50px;
  }
  .home-blog-item {
    max-width: 350px;
  }
  .blog-main-heading {
    font-size: 26px;
  }
  .home-counter-section {
    padding: 40 0;
  }
 .home-what-do-section {
	 padding: 20px 0;
	}
	.services-grid{
		width:100%;
	}
}

@media (max-width: 480px) {
	.home-counter-section{
		padding:0px !important;
	}
	.marquee-slider-wrap{
		margin-top: 0px !important;
	}
	.counter-grid{
		gap:0px !important;
	}
	.counter-item{
		border-right: none;
	}
	.section-title{
		font-size:24px !important;
	}
	.section-subtitle{
		    font-size: 14px !important;
	}
	.choose-badge{
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	}
	.choose-title{
		text-align:center;
	}
	.choose-subtitle{
		text-align:center;
	}
	.talk-left{
		width:100%;
	}
	.talk-right{
		width:100%;
	}
	.phone-box{
		justify-content:center;
	}
	.footer-box{
		justify-content:flex-start !important;
	}
	.site-info span{
		font-size:12px !important;
	}
	.btn-second{
    border-radius: 40px 40px 40px 40px !important;
    padding: 12px 16px 12px 18px !important;
    background: white !important;
    color: black !important;
    font-size: 12px !important;

	}
	.home-who-we-left , .home-who-we-wrapper{
		    gap: 0px;
	}
.who-we-progress-label {
    font-size: 30px;
    margin: 0;
}
	.home-who-we-right{
		    margin-top: 20px;
	}
	.who-we-text-card{
		padding:0;
	}
	.who-we-text-card p{
	    font-size: 16px;	
	}
	.why-choose-inner{
		    align-items: center;
	}

}
/* blog page */
.page-template-blogs .page-blogs-sec-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.page-template-blogs .blogs-items {
    width: 22%;
    margin: 15px;
}
.page-template-blogs .blogs-items-inner {
    margin: 0px;
}

:root{
	--Black:#000000;
	--White:#ffffff;
	--B1:#010101;
	--B2:#181818;
	--B3:#2D2D2D;
	--B4:#424242;
	--B5:#575757;
	--B6:#6C6C6C;
	--G1:#818181;
	--G2:#969696;
	--G3:#ABABAB;
	--G4:#C0C0C0;
	--G5:#D5D5D5;
	--G6:#E0E0E0;
	--W1:#EAEAEA;
	--W2:#F5F5F5;

}

/* ----------------------------------------New CSS Start From Here------------------------------------------- */
.top-section{
	padding-top:50px;
}

.h1,.h4{
	color : var(--White);
}
.h1{
/* 	font-size: 60px !important; */
	margin : 10px 0;
}
.h2{
	
}
h3,.h3{
	margin : 0;
	font-size : 40px;
}
.h4{
	
}
.h5{
	font-size :25px !important;
}
.home-h1{
	color : var(--Black);
}
p,.p{
	text-align : justify ;
}

.link-underline.main-navigation div>ul:not(.cart_list)>li:hover>a {
    border-color: #375C2C;
}

.home-banner-main{
	background-image : url('/wp-content/uploads/2025/12/Frame-2609664.jpg');
/* 	background-image : url('/wp-content/uploads/2025/12/Group-2609548.png'); */
	
	background-size : cover;
	background-position : center;
	object-fit : cover;
	height : 800px;
	display: flex;
    justify-content: center;
    align-items: center;
	position : relative;
	
	
}
.home-banner-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.w_btn{
	background : #ffffff;
	border-radius : 30px;
	color : var(--B3) !important;
	font-size : 25px;
	
}

/* home - about */

.home-about-main {
    display: flex;
    flex-direction: column;
    align-items: center;
	background-image : url('/wp-content/uploads/2025/12/eagle-bg-2-1.png');
	background-size : cover;
	object-fit : cover;
	gap : 25px;
/* 	padding-top : 50px; */
}
.home-about-desc1 p {
    margin: 0;
}
.home-about-sec {
    display: flex;
/*     padding: 0 100px; */
}
.home-about-sec {
    display: flex;
/*     padding: 0 100px; */
    gap: 50px;
/* 	margin-top : 50px; */
	justify-content : center;
/* 	align-items:center; */
}
.home-about-left {
    width: 45%;
}
.home-about-image img {
    width: 80%;
	object-fit: cover;
    background-size: cover;
}
.home-about-right {
    width: 47%;
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.home-about-desc2 {
    background: var(--G6);
    padding: 15px;
    border-radius: 20px;
}
.home-about-list.list1 {
    display: flex;
    gap : 20%;
}
.list {
	margin : 0;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.list li{
	list-style : none;
	display: flex;
    gap: 10px;
	align-items: center;
}
.g_btn {
	background : var(--B3) ;
	border-radius : 15px;
	color : var(--White) !important;
	font-size : 20px;
	
}
/* Project/ Achivement   */
.home-project-main {
    padding: 0 150px;
	border: 2px dashed #ccc;
	border-left : none;
	border-right:none;
	
}
.projects_image {
    display: flex;
    flex-direction: row;
    justify-content : space-between;
    gap: 50px;
	padding : 30px 0;
}
.project-images {
    
}
/* Home- Services- section  */

.home-services-section {
/*     padding: 50px 100px 0; */
}
.home-services-main {
    background-image: url('/wp-content/uploads/2025/12/Vector-5.png');
	    padding: 50px;
	    display: flex;
    flex-direction: column;
    gap: 30px;
}
.home-left-top-section {
    width: 40%;
}
.home-right-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap : 20px;
	align-items : center;
}
.home-right-card2{
    display: flex;
    flex-direction: column;
    gap: 50px;
	
}
.home-right-card3{
	    display: flex;
    flex-direction: column;
    gap: 50px;
	margin-top : -100%;
} 

.card-info {
    background: var(--White);
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
	border-radius: 30px;
}
.card-info:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
/* 	transform: rotateY(360deg); */
	transition: 0.4s;
	animation: spinOnce 0.8s ease forwards;
}
.card-icon-image {
    background: #F5F5F5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.card-icon-image img {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
}

/* Expertise */
.our-expertise-main {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap:30px;
/* 	padding :0 100px; */
}
.our-expertise-middle img {
    height: 300px;
    width:500px;
	border-radius : 30px;
	object-fit : cover;
}	
.our-expertise-middle {
    display: flex;
    flex-direction: column;
	gap : 30px;
}
.our-expertise-middle-top, .our-expertise-middle-bottom{
    display: flex;
	gap : 30px;
}
.images {
    display: flex !important;
    align-items: center;
	    width: fit-content !important;
/*     justify-content: center; */
	
}
.expertise-buton {
    padding: 20px;
}
.t_btn {
    border: 1px solid #ccc;
    border-radius: 30px !important;
	color: var(--B3) !important;
	gap: 10px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.btn:hover{
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.slick-slider{
	display : inline-grid !important;
}
/* CTA */
section.home-cta-section {


}
.cta-main{
	display: flex;
    justify-content: center;
    align-items: center;
	background-image : url('/wp-content/uploads/2026/02/unnamed-6.webp');
	object-fit:cover;
	width : 100%;
	height:530px;
	background-size: cover;
	background-position : center;
}
.cta-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
/* Why -Choose Us */
.why-choose-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/* 	padding: 0 100px; */
	gap:25px;
}
.why-choose-middle {
    display: flex;
	justify-content: space-between;
	gap: 20px;
}
.why-choose-middle-right {
    width: 40%;
}
.left-middle-card-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.why-choose-middle-left {
    width: 50%;
}
.left-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.left-bottom {
    display: flex;
    gap: 30px;
    border-radius: 50px;
}
.c_btn img {
    width: 30px;

}
.c_btn {
    display: flex;
	align-items : center;
}
.card-image1 {
    background: #FF2D5340;
    width: 124px;
    height: 124px;
    flex-shrink: 0;
    border-radius: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.card-image2 {
    background: #34C75940;
    width: 124px;
    height: 124px;
    flex-shrink: 0;
    border-radius: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.card-image1 img,.card-image2 img {
    height: 74px;
    width: 74px;
}

/*  Grow Section */

.grow-sub-section {
    display: flex;
	    height: 650px;
	justify-content: center;
	gap : 50px;
}
.grow-right {
    width: 40%;
	    align-items: center;
    display: flex;
}
/* SECTION */
.grow-sub-section {
    display: flex;
    height: 650px;
    gap: 50px;
}

/* LEFT */
.grow-left {
    width: 50%;
    height: 650px;
    overflow: hidden;
	position: relative;
}

/* RIGHT */
.grow-right {
    width: 50%;
    display: flex;
    align-items: center;
}

/* SCROLL CONTENT */
.grow-left-main {
    display: flex;
    flex-direction: column;
    animation: scrollUp 8s linear infinite;
	
}

/* ANIMATION */
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}


.grow-middle {
    background-image: url(/wp-content/uploads/2026/02/Untitled-design-16.webp);
    height: 500px;
    width: 500px;
    background-size: cover;
    overflow: hidden;
	    position: relative;
}

.grow-top {
	background-image: url(/wp-content/uploads/2026/02/Untitled-design-13.webp);
    height: 500px;
    width: 500px;
    background-size: cover;
    overflow: hidden;
	    position: relative;
	
}

.grow-bottom {
	background-image: url(/wp-content/uploads/2026/02/Untitled-design-14.webp);
    height: 500px;
    width: 500px;
    background-size: cover;
    overflow: hidden;
	    position: relative;
	
}
.image-1 {
    left: 170px;
    position: absolute;
    bottom: 90px;
	text-align : center;
}
.image-2{
	left: 100px;
    position: absolute;
    bottom: 50px;
    text-align: center;
}
.image-3{
	left: 70px;
    position: absolute;
    bottom: 130px;
    text-align: center;
}

.grow-left-main {
    display: flex;
    flex-direction: column;
    gap: 50px;
	align-items : center;
}
/* Corners */
.corner {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 3px solid #2b63c6;
}

/* Top Left */
.tl {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

/* Top Right */
.tr {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

/* Bottom Left */
.bl {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

/* Bottom Right */
.br {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}



/*   Blog Section */
.home-blog-section-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.home-blog-section-items-inner:hover {
    top: -10px;
    transition: 1s;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.home-blog-section-items-inner {
    width: 95%;
	display : flex;
	gap: 15px;
	background: #FFFFFF;
    border-radius: 30px;
	position : relative;
	flex-direction : column;
}
.home-blog-section-items {
    padding: 20px 0;
}
.home-blog-section-items-inner img {
	border-radius: 30px;
	background-size: cover;
    background-repeat: no-repeat;
	height : 275px;
	width : 100%;
}
.home-blog-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
	justify-content : center;
}
.blog-inner-right {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 0 15px;

}
.home-blog-title {
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
	font-size: 30px;
	color :#2D2D2D;
}

h6.btn.font-jost.home-blog-read-more-text {
    position: absolute;
    bottom: 0;
    right: 0;
	display: flex;
    gap: 10px;
    align-items: center;
	    font-size: 16px;
}
h6.btn.font-jost.home-blog-read-more-text img {
    width: 12px;
    height: 12px;
}
.divider {
    border: 1px solid #ccc;
    width: auto;
    height: auto;
}
.blog-btn {
    display: flex;
    justify-content: center;
	padding-top : 30px;
}
.home-blog-top-col2 img {
    width: 21px;
    height: 16px;
}
.home-blog-top-col2 {
    display: flex;
    gap: 5px;
    font-size: 13px;
	align-items: center;

}

.blog-page-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.blog-item{
	display : flex;
	flex-direction : column;
}
.blog-inner {
    flex-direction: column;
    width: 95%;
}
.blog-top{
	flex-direction : row;
	width : 100%;
}
.blog-inner {
    flex-direction: column;
    width: 95%;
    gap: 15px;
	    padding: 20px;
}
.blog-inner-h6 {
    margin: 0;
}
.blog-inner img {
    width: 100%;
}
.blog-inner-btn{
	padding : 10px;
	border: 1px solid #ccc;
	border-radius : 20px;
	width: fit-content;
}
.blog-category-filter .filter-btn {
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}
.blog-category-filter .filter-btn:hover, .blog-category-filter .filter-btn.active {
    background: var(--bixola-black);
    color: var(--bixola-white);
    border-color: var(--bixola-black);
}
.blog-category-filter {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 20px;
    scrollbar-width: none;
	justify-content: center;
	
}
/* .home-blog-section-items {
    padding: 30px 0;
} */
/* blog details page  */
/* blog details page */
.author-box {
    display: none;
}
aside#secondary {
    position: relative;
    z-index: 99;
}
.widget.widget_recent_entries ul li a {
    font-size: 16px;
    font-weight: 600;
}
.entry-meta span {
    color: #000000;
    margin-bottom: 20px;
}
.related-posts-section .related-posts {
    color: #000000;
    font-size: 20px;
}
.post-navigation a span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.related-posts-section ol li .related-post-date {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}
.single-post .entry-content p {
    text-align: justify;
}
.single-post .entry-content ul li {
    padding-bottom: 20px;
    text-align: justify;
}
.single-post .entry-meta span:not(:last-child):after {
    font-size: 15px;
}
.table-of-content ul li {
    padding-bottom: 0px !important;
}
.table-of-content ul li a {
    color: #84482a;
    font-size: 18px;
    line-height: 38px;
}
aside#secondary {
	margin-top: 40px;
    padding	: 40px;
	background : #fff;
	position: sticky;
    top: 150px;
	height: fit-content;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius : 30px;
}
li.cust-ul-ul {
    margin-left: 15px;
}
.table-of-content {
    background-color: #f5f1e9;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
div#primary {
    margin-top: 30px;
	background: #fff;
    padding: 30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.related-posts-section ol li {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.related-posts-section ol li:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


.blog-inner-layout {
    display: flex !important;
    gap: 40px;
    justify-content: space-around;
	background: #f4f4f4;
	padding-bottom: 50px !important;
}
.content-area {
    width: 90% !important;
}
.widget-area  {
    width: 30% !important;
}
 .widget-area .widget {
    margin: 0 0 50px;
    top: 200px !important;
    position: sticky !important;
}
@media screen and (max-width: 480px){
      .widget-area  {
        width: 100% !important;
     }
}


/* blog archive page */
.archive header.entry-header {
    display: none;
}

div#comments {
    margin-bottom: 20px;
}

.blogs-title h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    margin: 0 0 20px;
}
/*   Testiomials*/

.testimonials-top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonials-title-1 {
    display: flex;
    justify-content: center;
    font-size: 61px;
    margin-bottom: 50px;
	font-weight : 700;
}
.testimonials-section-main {
    display: flex;
    justify-content: space-around;
}
.testimonials-right {
    width: 50%;
	    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 30px;
}

.about-top.testimonials-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: center;
	width: 30%;
	position : relative;
}
.about-col {
    display: flex;
    flex-direction: column;
    gap: 60px;
	align-items: center;
	
}
h3.about-h2 {
    font-size: 165px;
	font-family : Sitka;
}
.testimonials-section {
    padding-bottom: 50px;
}
.left-bg-image {
    position: absolute;
    top: 0%;
    left: 20%;
}
.testimonial_stars_inner {
    display: flex;
    gap: 5px;
}
.testimonials-bottom-1 {
	display: flex;
    gap: 5%;
    align-items: flex-end;
}
.testimonial_stars_inner img {
    height: 20px;
}
.testimonials-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.testimonials-image {
    display: flex;
}
.testimonials-image img {
    flex-shrink: 0;
}

button {
    background: none;
	padding : 10px;
}
button:hover{
	background : none;
}
button:focus{
	background :none;
}


.grow-right-top {
    	display: flex;
    	flex-direction: column;
    	gap: 30px;
		align-items: flex-start;
	}
.testimonials-box {
    padding: 10px;
}.cta-h1 {
    color: #2d2d2d;
}
img.project-img {
    padding : 0 10px;
}

.projects_image{
	display : flex;
	gap : 50px;
	justify-items : space-around;
	
}

ul.ul-list img {
    width: 35px;
    height: 35px;
}

.site-info span {
    font-weight: 600;
}

/*--------------------------------------------------- About Us Page ---------------------------------------------------  */
h4.h4.card-h4 {
    color: #000;
}
.what-we-do-main {
    display: flex;
	justify-content: space-between;
	gap : 20px;
}
.what-we-do-left {
    width: 40%;
    position: sticky;
    top: 100px;
    height: 100%;
}
h1.h1.home-h1.home-page-h1 {
    display: flex;
    text-align: center;
    width: fit-content;
}
.what-we-do-right-card-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap:20px;
}
.what-we-do-right-cards {
    padding: 30px;
    width: 450px;
    height: 475px;
	border-radius: 30px;
}
.card-image-1{
	background-image : url(/wp-content/uploads/2026/02/Untitled-511-x-725-px-1.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	display: flex;
    align-items: flex-end;
}
.card-image-2{
	background-image : url(/wp-content/uploads/2026/02/Untitled-511-x-725-px-1-1.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	display: flex;
    align-items: flex-end;
}
.card-image-3{
	background-image : url(/wp-content/uploads/2026/02/Untitled-511-x-725-px.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.card-image-4{
	background-image : url(/wp-content/uploads/2026/02/Untitled-511-x-725-px-3.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.what-we-button {
    justify-content: flex-start;
}
.what-we-do-left-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/*  */
ul.rv-cards-abs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    list-style: none;
	gap: 20px;
}
li.rv-card {
    background: #2d2d2d;
    padding: 30px;
    border-radius: 25px;
}
li.rv-card:hover {
    box-shadow: rgb(88, 89, 87) 5px 5px,
  	rgba(88, 89, 87, 0.4) 10px 10px,
  	rgba(88, 89, 87, 0.1) 18px 18px;
	
	 position: relative; 
	 top: -10px;
	 transition: 1s;
}
h4.rv-card-title {
    color: #fff;
	text-align: center;
}
p.rv-card-body {
    color: #fff;
}
.rv-container.padd-up {
    padding: 50px 0;
}
.corp-container-1{
	max-width : 1300px;
	margin : auto;
}
h4.our-approch-h4 {
    margin: 10px 0;
}
.cta-about-info {
    display: flex;
    justify-content: space-between;
	    align-items: center;
}
.cta-about {
    background: #2d2d2d;
    padding: 20px 50px;
    border-radius: 20px;
	background-image: url(/wp-content/uploads/2025/12/image-28.png);
}
h1.cta-about-h1 {
	 color: #fff;
}



/*  */

.our-approch-main {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 20px;
}
.our-approch-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-approach-middle-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.our-approach-middle-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
	background: #2d2d2d;
	border-radius : 30px;
	gap: 20px;
	background-image: url(/wp-content/uploads/2025/12/image-28.png);
    background-position: center;
    background-size: cover;
}

.our-approach-middle-card:hover{
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	 position: relative; 
 top: -10px;
 transition: 1s;
}



h3.middle-card-h3 {
    color: #f9d24a;
	    font-size: 45px;
}
h1.cta-2-h1 {
    font-size: 45px;
}
p.middle-card-p {
    color: #fff;
}
.our-approach-middle-card img {
    width: 150px;
    height: 150px;
}

/* cta 2 */
.cta-2-grow-business-info {
    padding-left: 40px;
}
.cta-2-grow-business {
    display: flex;
    gap: 30px;
    justify-content: space-between;
	background: #2d2d2d;
	    background-image: url(/wp-content/uploads/2026/02/background-get-in-touch.webp);
	padding : 30px;
	border-radius : 20px;
	position : relative;
	    
}
.cta-2-grow-business-image {
    width: 40%;
    display: flex;
    justify-content: center;
}
.grow-business-image-right img {
    width: 500px;
	border-radius : 0 0 20px 0;
}
h3.cta-2-h3 {
    color:  #f9d24a;
}

.grow-business-image-right {
    display: flex;
    align-items: center;
	position: absolute;
    bottom: 0;
    right: 0;
}


/*  FAQ */
.faq-sec-middle {
    display: flex;
    justify-content: space-between;
}
.faq-middle-left {
    width: 30%;
}
.faq-middle-right {
    width: 60%;
}
.faq-middle-image-left {
    display: flex;
    justify-content: center;
}
/* ==== FAQ Section ==== */
.faqs-section {
  padding: 30px 20px;
/*   background: #fff; */
  text-align: center;
	    background-image: url(/wp-content/uploads/2025/12/Vector-5.png);
}

.title-left-right-lines {
  font-size: 32px;
}

/* Accordion Wrapper in 2 Columns */

.faq_single {
  grid-template-columns: repeat(1, 1fr) !important;
}

.accordion {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px 40px;
  margin: 0 auto;
  text-align: left;
  gap: 20px;
}
.acccording-main {
  display: flex;
  flex-direction: column;
}

/* Accordion Items */
.accordion__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  position: relative;
  transition: color 0.3s ease;
}
.accordion__header h2 {
  font-size: 20px !important;
  margin: 0;
  line-height: 30px !important;
}

.accordion__header::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-image: url("/wp-content/uploads/2026/02/down-arrow-2.svg");
  background-size: 100% 100%; /* force fit */
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion__header.is-active::before {
  background-image: url("/wp-content/uploads/2026/02/uo-arrow-1.svg");
}

.accordion__body {
  display: none;
  color: #444;
  font-size: 16px;
/*   margin-left: 40px; */
}
.accordion__body p{
	padding : 0 15px;
}

.accordion__body.is-active {
  display: block;
}
button.testimonial-next.slick-next.slide-arrow.next-arrow.slick-arrow {
  background: #ff8159;
}
.acccording-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
}
.accordion__header.is-active {
  background: #EAEAEA;
}
.accordion__body.is-active p {
  margin: 0;
}







/* --------------------------------------- Service Page ---------------------------------------------------  */
.services-section {
    background-color: #f4f4f4;
	padding : 50px 0;
}
.services-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.card-icon-info {
    padding: 20px;
	display: flex;
    flex-direction: column;
    gap: 15px;
	align-items: center;
}
.card-box-info {
    background: #fff;
    border-radius: 20px;
}
.card-box-info:hover {
    position: relative;
    top: -10px;
    transition: 1s;
}
.service-card-box img {
    border-radius: 20px 20px 0 0;
}
.service-card-box {
    display: flex;
}
.card-box-info:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
p.service-card-box-p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.service-card-2-main {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
	    padding: 50px 0;
}
.service-card-2 {
    display: flex;
    align-items: flex-end;
}
.service-card-3 {
    align-items: flex-start;
}

/* --------------------------------------- Contact Page ------------------------------------------  */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 50px 0;
	gap : 20px;
}
.contact-info-box {
    padding: 30px;
    background: #f4f4f4;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-icon img {
    width: 50px;
	height : 50px;
}
a.contact-link {
    color: #2d2d2d;
    font-weight: 600;
	text-align : center;
}


.contact-form-main {
    display: flex;
    justify-content: space-evenly;
	padding : 50px 0;
}
h1.h1.contact-h1 {
    color: #2d2d2d;
}
.contact-form-main {
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
}
.contact-form-left, .contact-form-right{
	width : 40%;	
}
section.contact-form-section {
    background: #f4f4f4;
}

.contact-form-left {
    display: flex;
    align-items: center;
	justify-content : center;
}
.form-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    border-radius: 10px;
	padding : 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
        background: var(--B3);
    border-radius: 15px;
    color: var(--White) !important;
    font-size: 20px;
}


/*------------------------------ -------------------------------------  */
.contact-cards-main {
    display: grid;
    gap: 50px;
	padding: 50px 0;
	grid-template-columns : repeat(2,1fr)
}
.contact-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 30px;
	background : #fff;
	border-radius : 20px;
}
.contact-card-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
span.corner {
    display: none;
}


/* ---------------------------------- Responsive --------------------------------------------- */

@media (min-width:2500px) and (max-width:3000px){
	.left-bg-image {
    	position: absolute;
    	top: -60px;
    	left: 200px;
	}
}
@media (min-width:2000px) and (max-width:2500px){
	.home-banner-info {
		gap: 15px;
	}
	.home-banner-main {
    	height: 900px;
	}
	.h1 {
    	font-size: 70px !important;
	}
	.h4{
		font-size : 40px;
	}
	p{
		font-size :22px !important;
	}

	.main-navigation ul li a {
		font-size: 24px;
	}
	ul.list li {
    	font-size: 22px;
	}
	.home-about-right {
    	gap: 35px;
	}

	.grow-right-top {
    	display: flex;
    	flex-direction: column;
    	gap: 30px;
		align-items: flex-start;
	}
	.blog-btn {
    	padding: 30px;
	}
	h3.footer-content-h3 {
    	font-size: 30px;
	}
	.home-left-top-section {
    	width: 40%;
	}
	.cta-main {
    	background-position: top;
	}
	.home-page-h1:before {
    	bottom: -5px;
	}
	.left-bg-image {
    	top: -80px;
    	left: 29%;
	}
	.home-right-card3 {
    	margin-top: -450px;
	}
	
}
@media (max-width:2200px){
	    .left-bg-image {
        top: -15%;
        left: 25%;
    }
	
}
@media (min-width:1600px) and (max-width:2000px){
	.left-bg-image {
        top: -20%;
        left: 23%;
    }
	
}
@media (min-width:1333px) and (max-width:1600px){
	.home-left-top-section {
    	width: 50%;
	}

	.left-bg-image {
    	left: 15%;
	}
	.cta-main {
    	height: 410px;
	}
	.blog-page-section {
    	grid-template-columns: repeat(3, 1fr);
    
	}
	
}
@media (max-width:1333px){
	.corp-container, .corp-container-1 {
    	padding: 0 50px;
	}
	a.blog-a-tag {
    	display: flex;
    	justify-content: center;
	}
	.home-about-list.list1 {
    	gap: 10px;
	}
	.cta-main {
    	height: 370px;
	}
	.grow-sub-section {
    	justify-content: space-between;
    	gap: 0;
	}

	.home-left-top-section {
    	width: 55%;
	}
	.left-bg-image {
    	left: 10%;
	}
	.blog-page-section {
    	grid-template-columns: repeat(2, 1fr);
    
	}
	.what-we-do-left {
    	width: 50%;
	}
	.what-we-do-right-card-main {
    	grid-template-columns: repeat(1, 1fr);
    
	}
	.what-we-do-main {
    	justify-content: space-around;
	}
	ul.rv-cards-abs {
    	grid-template-columns: repeat(3, 2fr);            
	}
	.services-main {
    	grid-template-columns: repeat(2, 1fr);
	}
	.service-card-2-main {
    	grid-template-columns: repeat(3, 1fr);
	}
	.service-card-2 {
		width: auto;
    	height: auto;
	}
	.home-page-h1:before {
    	bottom: 4px;
	}

	
}

@media (min-width:1024px) and (max-width:1333px){
	h3.footer-content-h3 {
    	padding: 25px;
        line-height: 40px;
		font-size: 22px;
	}
	
}

@media (max-width:1080px){
	.home-about-sec {
    	gap: 20px;
	}
	.home-about-list.list1 {
/*     	flex-direction: column; */
	}
	.site-footer .widgets .widget .widget-title {
    	color: #001933;
    	font-size: 20px;
    }
}


@media (max-width:1024px){
	.home-about-sec {
    	flex-direction: column;
	}
	.home-about-left {
    	width: 100%;
	}
	.home-about-right {
    	width: 100%;
	}
	.home-about-image {
    	align-items: center;
    	display: flex;
    	justify-content: center;
	}
	h3.footer-content-h3 {
    	padding: 25px;
        line-height: 40px;
		font-size: 22px;
	}
	.home-about-list.list1 {
    	gap: 25%;
	}
	.home-right-card3 {
    	margin-top: -750px;
	}
	.home-right-section {
    	grid-template-columns: repeat(2,1fr);
		align-items : flex-start;
	}
	.home-right-card2 {
    	margin-top: 200px;
	}
	.home-left-top-section {
    	width: 100%;
	}
	.why-choose-middle {
    	flex-direction: column-reverse;
		gap:20px;
	}
	.why-choose-middle-left {
    	width: 100%;
	}
	.right-image {
    	display: flex;
    	justify-content: center;
	}
	.grow-sub-section {
    	flex-direction: column;
		gap:20px;
	}
	.grow-left {
    	width: 100%;
    	height: 100%;
	}
	.grow-right {
    	width: 100%;
	}

	.grow-left-main {
    	background: none;
		gap : 15px;
	}
	.cta-main {
        height: 255px;
    }
	.site-header .site-branding {
    	width: 30%;
    
	}
	.site-header .site-header-inner {
    	justify-content: space-between;
    
	}
	.main-navigation ul li {
    	margin: 0 15px -10px 0;
	}
	.main-navigation ul li a {
    	font-size: 16px;
	}
	.home-banner-main {
    	height: 550px;
	}
	.home-project-main {
    	padding: 0 50px;
	}
	.home-about-main {
    	padding: 0;
	}
	.home-services-main {
	    padding: 30px;
	}
	.site-footer .widgets .widget a,.foot-p {    
    	font-size: 16px !important;
	}
	.site-footer .widgets {
        padding: 60px 0 0;
    }
	.our-expertise-middle img {
    	width: 400px;
	}
	.testimonials-section-main {
    	flex-direction: column;
	}
	.testimonials-right {
    	width: 100%;
	}
	.about-top.testimonials-left {
    	width: 100%;
		margin-top: 30px;
	}
	.left-bg-image {
        left: 32%;
        top: -25%;
    }
	.h1 {
    	font-size: 40px !important;
    
	}
	.home-page-h1:before {
    	bottom: 9px;
	}
	.grow-sub-section {
    	height: 1000px;
	}
	.why-choose-middle-right {
    	width: 100%;
	}
	.blog-inner-layout.corp-container {
    	flex-direction: column;
	}
	.content-area {
    	width: 100% !important;
	}
	aside#secondary {
    	display: none;
	}
	.what-we-do-main {
    	flex-direction: column;
	}
	.what-we-do-left {
        width: 100%;
		position: static;
    }
	.what-we-do-right-card-main {
        grid-template-columns: repeat(2, 1fr);
    }
	.faq-middle-left {
    	width: 20%;
	}
	.faq-middle-right {
    	width: 70%;
	}
	.faq-sec-middle {
    	justify-content: center;
    	gap: 10px;
	}
	.what-we-do-right-cards {
    padding: 30px;
    width: auto;
    height: auto;
    	
	}
	.cta-2-grow-business-image {
    	width: 25%;
	}
	.grow-business-image-right img {
    	width: 250px;
    
	}
	ul.rv-cards-abs {
        grid-template-columns: repeat(2, 2fr);
    }
	.our-approach-middle-cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
	
	

	
}

@media (max-width:900px){
		.home-right-card3 {
        margin-top: -830px;
    }
	.our-expertise-middle img {
        width: 380px;
    }
	
}
@media (max-width:850px){
	.our-expertise-middle img {
        width: 350px;
    }
}

@media (max-width:800px){

	.our-expertise-middle img {
        width: 330px;
    }
}

@media (max-width:768px){
	.home-banner-items {
        height: 400px;
	}
	.home-banner-main {
    	height: 400px;
	}
	.site-header .site-header-inner {
    	justify-content: center;
	}
	.home-about-list.list1 {
        gap: 20px;
		flex-direction: column;
    }
	.home-h1 {    
    	line-height: 60px !important;
	}
	.home-about-right {
		text-align: center;
        align-items: center;
	}
	.home-right-section {
    	grid-template-columns: repeat(1, 1fr);
	}
	.home-right-card2 {
    	margin-top: 0;
		gap:20px;
	}
	.home-right-card3 {
    	margin-top: 0;
		gap:20px;
	}
	.cta-main {
        height: 200px;
		align-items: flex-end;
    }
	.h1 {
    	font-size: 35px !important;
	}
	h1.h1.cta-h1 {
    	text-align: center;
/*     	width: 80%;
    	margin: auto; */
	}
	
	h3, .h3 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

	.testimonials-section-main {
    	flex-direction: column;
	}
	h3.about-h2 {
    	font-size: 100px !important;
		margin-top : 50px;
	}
	
	
	
	.about-col {
    	gap: 40px;
    
	}
	.left-bg-image {
        left: 35%;
        top: -10%;
    }
	.about-top.testimonials-left {
    	width: 100%;
	}
	.testimonials-right {
    	width: 100%;
	}
	.footer-content-h3 {
        padding: 30px !important;
		font-size : 22px !important;
    }
	    .site-footer .widgets .widget a, .foot-p {
        font-size: 20px !important;
    }
	.footer-top.section-top {
    	top: 35px;
	}
	h2, .h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
	.footer-content-top {
    	padding: 15px;
	}
	h5, .h5 {
        font-size: 22px !important;
        line-height: 30px !important;
        margin: 10px !important;
    }
	.home-about-sec {
    	margin-top: 0;
	}
	.grow-sub-section {
/* 		width : 100%; */
   	 height: 1000px;
	}
	.site-header .site-branding {
        width: 50%;
    }
	.cta-info {
    	padding-bottom: 20px;
		width : 80%;
	}
	    .blog-page-section {
        grid-template-columns: repeat(1, 1fr);
			        gap: 10px;
    }
	.home-blog-section-items-inner {
    	width: 95%;
		margin: auto;
	}
	.card-info {
    	align-items: center;
	}
	.scroll-bg {
    	display: none;
	}
	
	.our-approach-middle-cards {
    	grid-template-columns: repeat(1, 1fr);
    	gap: 20px;
	}
	.cta-2-grow-business-info {
    	padding-left: 0px;
	}
	.grow-business-image-right img {
    	width: 300px;
    	
	}
	.cta-2-grow-business-image {
    	display: none;
	}
	h1.cta-2-h1 {
    	font-size: 35px;
	}
	.faq-sec-middle {
    	flex-direction: column;
    	align-items: center;
	}
	.faq-middle-right {
        width: 100%;
    }
	.what-we-do-left-top {
    	align-items: center;
	}
	.what-we-button {
    	justify-content: center;
	}
	.corp-container-1 {
    	padding: 0 20px;
	}
	.btn {
    	font-size: 20px !important;
	}
	.cta-about {
    	padding: 20px;
	}
	.what-we-do-right-card-main, ul.rv-cards-abs {
        grid-template-columns: repeat(1, 1fr);
    }
	.home-blog-section {
        padding: 30px 0 0;
    }
	.card-icon-info p {
    	font-size: 18px;
	}
	.service-inner-what-we-do-right {
    	display: none;
	}
	
	

}

@media (max-width:520px){
	
	.home-banner-items {
        height: 350px !important;
    }
	.home-banner-main {
        height: 350px;
    }
	.home-about-list.list1 {
    	flex-direction: column;
    	gap: 10px;
	}
	.cta-main {
        height: 100%;
		justify-content : flex-end;
    }
	.testimonials-title-1 {
    	font-size: 40px;
		margin: 10px 0;
	}
	.home-blog-section-items-inner img {
    	width: 100%;
		padding: 10px;
		height : 300px;
	}
	.btn {
    	padding: 5px 10px;
    	font-size: 16px !important;
	}
	.cta-info {
    	gap: 0px;
	}
	.why-choose-main {
    	gap: 10px;
	}
	.cta-info {
        padding-bottom: 20px;
        width: 100%;
    }

	    .grow-top, .grow-middle, .grow-bottom {
        width: 400px;
        height: 400px;
    }
	.image-1 {
		top: 250px;
        left: 115px;
    }
	.image-2 {
		top: 270px;
        left: 65px;
    }
	.image-3 {
		top: 210px;
        left: 35px;
    } 
	.left-title {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
		text-align: center;
	}
	.card-info {
    	align-items: center;
	}
	.card-icon-info {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	.left-bottom {
    	align-items: center;
    	justify-content: center;
	}
	.grow-right-top {
    	align-items: center;
		gap: 15px;
	}
	.home-blog-section-items-inner {
    	flex-direction: column;
		width : 95%;
		gap:10px;
		align-items: center;
	}
/* 	.home-blog-top-col2 {
    	width: 50%;
	} */
	.home-blog-top-col2 img {
    	width: 35px;
		height: 20px;
		padding: 0;
	}
	.blog-date {
    	font-size: 15px;
	}
	.left-bg-image {
        left: 140px;
        top: -13px;
        width: 60px;
    }
	.about-top.testimonials-left {

        margin-top: 0px;
    }
	    .home-services-main {
        padding: 10px 10px 30px;
    }
	.left-middle-card-info {
    	flex-direction: column;
    	align-items: center;
	}
	.card-info-left {
    	text-align: center;
	}
	.h1 {
        font-size: 30px !important;
		line-height: 50px !important;
    }
	.banner-h1 {
    	font-size: 25px !important;
    	line-height: 30px !important;
	}
	.banner-h4 {
    	font-size: 18px !important;
		        margin: 10px 0;
	}
	h3, .h3 {
    	text-align: center !important;
		font-size : 25px !important;
	}
	.testimonials-section {
    	padding-bottom: 0px;
	}
	.footer-top.section-top {
		
    	top: 80px !important;
	}
	.grow-left-main-h3 {
    	font-size: 40px !important;
	}
	h6.home-blog-title {
    	font-size: 25px;
	}
	.our-expertise-middle img {
        width: 95%;
		height: 250px;
    }
	.images {
    	width: 100% !important;
	}

	.site-footer .widgets .widget a, .foot-p {
        font-size: 16px !important;
    }
	.ul-list {
    	justify-content: flex-start;
    	gap: 25px;
	}
	.home-about-button {
    	padding-top: 15px;
	}
	.site-footer .widget .widget-title{
		margin-bottom : 10px;
	}
		
	.home-page-h1:before {
    	bottom: 3.5px;
	}
	.footer-content-h1 {
    	font-size: 25px !important;
	}
	.footer-content-h2 {
    	font-size: 20px !important;
	}
	.blog-btn {
    	padding-top: 0px;
	}
	.home-page-h1 {
    	margin: 10px 0 15px;
	}
	.cta-about-info {
    	flex-direction: column;
	}
	.what-we-do-right-card-main, ul.rv-cards-abs {
		grid-template-columns: repeat(1, 1fr);
	}
	.rv-container.padd-up {
    	padding: 30px 0;
	}
	    h1, .h1 {
        font-size: 25px !important;
        line-height: 45px !important;
    }
	section.faqs-section {
    	padding: 20px 0;
	}
	.home-blog-section {
        padding: 0;
    }
	.services-main {
        grid-template-columns: repeat(1, 1fr);
    }
	.service-card-2-main {
            padding: 0 0 30px;
    }
	span.corner {
    	display: inline-block;
	}
	.blog-category-filter{
		justify-content: flex-start;
		width: 95%;
        margin: auto;
	}
	.home-blog-top-col3 {
    	width: 100%;
    	font-size: 15px;
	}
	h3.footer-content-h3 {
    	padding: 18px !important;
	}
	.footer-content-top {
    	width: 120px;
    	height: 120px;
    	bottom: 58px;
	}
	h3.footer-content-h3 {
        font-size: 18px !important;
    }
	.footer-content-top {
        padding: 12px;
    }
	.home-blog-top-col2 {
    	width: 100%;
	}
	.testimonials-title h5 {
    	font-size: 20px !important;
	}
	h1.h1.contact-h1 {
    	display: none;
	}
	
}

@media (max-width:450px){
	
	
	.site-header .site-branding {
        width: 50%;
    }
	img.custom-logo {
        width: 200px;
    }

	.left-bg-image {
		left: 22%;
        top: 0%;
        width: 15%;
    }
	.cta-h1, .home-h1 {
		font-size: 25px !important;
	}
}

@media (max-width : 410px){
	.grow-top, .grow-middle, .grow-bottom {
		width: 350px;
        height: 350px;
		object-fit: cover;
    }
	.image-1 {
		top: 220px;
        left: 110px;
    }
	.image-2 {
		top: 235px;
        left: 55px;
    }
	.image-3 {
		top: 181px;
        left: 25px;
    } 
	    .grow-left-main-h3 {
        font-size: 35px !important;
    }
	.image-1 p, .image-2 p, .image-3 p {
    	font-size: 17px;
	}
	
}
@media (max-width : 380px){
	.home-blog-top-col2 {
        width: 100%;
    }
	h6.btn.font-jost.home-blog-read-more-text {
    	margin: 30px 0px;
	}
	.home-blog-top-col2 img {
    	height: 20px;
	}
	    .grow-top, .grow-middle, .grow-bottom {
        width: 300px;
        height: 300px;
        object-fit: cover;
    }
	.image-1 {
		top: 180px;
        left: 80px;
    }
	.image-2 {
		top: 200px;
        left: 40px;
    }
	.image-3 {
		top: 150px;
        left: 20px;
    } 
	    .home-blog-section-items-inner img {
        width: 100%;
        padding: 10px;
        height: 200px;
    }
	
}
















