@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+NSW:wght@100..400&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Slab:wght@100..900&display=swap'); */
:root {
  --primary:#073271;
  --secondary:#bad700;
  --white:#fff;
  --black:#000;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
    background-color:#f6f6ff;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #f1f1f1;
    color: #444;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    text-transform: capitalize;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    background: var(--primary);
    outline: none;
    font-weight: 400;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    color: var(
    --white);
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(
  --white);
    transition: 0.8s;
}
textarea {
    height: 100px;
    margin-bottom: 5px;
/*     width: 211% !important; */
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family:"Roboto", sans-serif;
    color: #fff;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    color: #454a50;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
}
ul, li, a {
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    color: #454a50;
    line-height: 24px;
    font-size: 17px;
    letter-spacing: 0;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    position: relative;
    font-weight: 700;
    text-align: center;
    width: fit-content;
    color: var(--black);
}
.subheading {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: "Roboto", sans-serif;
    padding-left: 20px;
    line-height: normal;
    margin-bottom: 15px;
    color: var(--primary);
}
.subheading:before {
    position: absolute;
    top: -1px;
    left: 8px;
    height: 23px;
    width: 2px;
    content: '';
    background: var(--primary);
    transform: rotate(200deg);
}
.subheading:after {
    position: absolute;
    top: 0px;
    left: 115px;
    height: 23px;
    width: 2px;
    content: '';
    background: var(--primary);
    transform: rotate(200deg);
}
.heading {
    display: block;
    margin: 0 auto 30px;
}
.leftheading {
    text-align: start;
    position: relative;
    z-index: 0;
    font-size: 30px !important;
    line-height: 38px !important;
}

.d-flex {
  justify-content: center; /* or space-between */
  align-items: stretch;
}
.socialicons img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;      /* ensures image covers the box */
    background-color: red;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    display: block;         /* prevents inline spacing issues */
}



/* TOP BAR CSS */
.top_bar_area {
    background: #073271;
    padding: 18px 0;
    color: #fff;
    font-size: 15px;
    padding: 20px 0px 37px;
}

.top-logo img {
    height: 45px;
    margin-right: 40px;
}

.top-info .info-box {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.top-info .info-box i {
    font-size: 22px;
    margin-right: 12px;
    color: #fff;
    background: #4c6b99;
    padding: 10px;
    border-radius: 50%;
}
.top_bar_area .info-box a {
    color: #fff;
}
.top-info small {
    display: block;
    font-size: 12px;
    opacity: 0.8;
}

.top-info strong {
    font-size: 14px;
}

.language-dropdown {
    font-size: 14px;
    cursor: pointer;
}
.top-social li a {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    background: #ffffff47;
    padding: 5px 10px;
    border-radius: 7px;
}
.top-social li a:hover {
    color: #3164ff;
}
.top-social a {
    color: #fff;
    margin-left: 14px;
    font-size: 16px;
    transition: 0.3s;
}

.top-social a:hover {
    color: #8bb7ff;
}


/* Header */

header img {
    width: 240px;
    margin-left: 40px;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
/* Menubar */


.logo a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}

/* .logo {
    position: relative;
    
    z-index: 1;
} */
.logo {
    position: relative;
    display: block;
    padding-right: 52px;
    margin-left: -28px;
    display: flex;
}


.mainmenu {
    z-index: 3;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    width: 95%;
    border-radius: 15px;
    margin: -25px auto 0 auto;
    background-color: #fff;
    position: relative;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    top: 24px;
    z-index: 99;
    background: #fff;
}
.btn-primary {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: var(--white);
    border: unset;
    margin-top: 5px;
    font-weight: 400;
    padding: 13px 20px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    border-radius: 8px;
    letter-spacing: .5px;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: var(--white);
    background-color: var(--primary) !important;
}
.mainslider {
    position: relative;
    margin: -60px 0px 0px;
    height: auto;
    width: 100%;
}
.mainslider figure{
	margin:0;
}
.carousel-content {
    transform: translate(0, 20px);
    width: 100% !important;
}
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    
    filter: brightness(0.5);
}
.mainslider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh !important;
}


@keyframes floatUpDown {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}



.mainslider .carousel-item{
	position: relative;
}

.mainslider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 94vh !important;
    background-color: none !important;
}

.mainslider .carousel-caption {
    position: absolute;
    top: 25% !important;
    left: 30%;
    transform: translate(-33%, 11%);
    width: 75%;
    transition: all 0.3s ease;
}
.home_btn {
    transform: translateX(0%);
}
.carousel-caption ul {
    column-gap: 15px;
}
.carousel-content small {
    font-family: "Manrope", serif;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.carousel-content span {
    display: block;
    color: var(--primary);
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.mainslider .carousel-caption h2 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 800;
    letter-spacing: 3.5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin: 16px 0;
    color: var(--white);
    font-family: "Playfair Display", serif;
    width: 83%;
}
.mainslider .carousel-caption h2 span {
    font-size: 70px;
    font-weight: bold;
    color: transparent;
    margin: 0;
    -webkit-text-stroke: 1px #fff;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    left: 70px;
}
.mainslider .carousel-caption p {
    font-size: 18px;
    margin-bottom: 15px;
    width: 78%;
    margin-top: 25px;
    animation: lts .5s ease-in-out .3s forwards;
}
.carousel-content img {
    width: 50px;
    height: 50px;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}

#carouselExampleFade .carousel-indicators.custom-indicators {
    position: absolute;
    top: 50%;
    right: 8% !important;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 5;
    justify-content: center;
    align-items: end;
}

.carousel-indicators.custom-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    padding: 5px;
    border: 2px solid var(--secondary);
}

.carousel-indicators.custom-indicators li.active {
    background-color: #07327178;
    transform: scale(1.2);
}

.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}

.slider-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* Common button style */
.btn-custom {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

img.rotate_arrow  {
    width: 23px;
    height: 23px;
    transition: transform 0.3s ease;
    filter: brightness(3.5);
}

.btn-custom:hover {
    background-color: #254acc;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.btn-custom:hover img.rotate_arrow  {
    transform: translate(4px, -1px) rotate(40deg);
    transition: 0.3s ease;
}
/* Breadcrumb */

/* Breadcrumb Section */
.breadcrumb {
    background: linear-gradient(45deg, #97b617, #073271);
    padding: 102px 0 64px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: -60px;
}

.breadcrumb .page-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-transform: capitalize;
}

/* Yoast Breadcrumb Styling */
#currentpage {
    margin: 0;
    font-size: 15px;
    color: #777;
}

#currentpage a {
    color: var(--primary);
    font-weight: 500;
    text-decoration: none;
}

#currentpage a:hover {
    text-decoration: underline;
}

/* Separator style */
#currentpage .breadcrumb_last {
    color: #fff;
    font-weight: 600;
}
/* Body section */

.footer-bottom p {
    color: #ffffffc2;
}
section.about_us {
    padding: 52px 0px;
    background-color: #00000014;
    margin: 0px 0px 0px;
}
h6.top_heading {
    font-size: 13px;
    background: #a8c60beb;
    padding: 4px 13px;
    color: #000;
    width: fit-content;
    border-radius: 10px;
}
.about-content ul {
    margin: 15px 0px 22px;
/* 	display:grid;
	grid-template-columns:1fr 1fr; */
}
.about-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--primary);
    font-weight: 400;
}

.about-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url('https://pravinpatiltransport.com/wp-content/uploads/2025/11/check-2.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.about-figure {
    position: relative;
    width: 100%;
    margin: 0;
}

.about-img {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
}

.director-box {
    /* max-width: 180px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.director-img {
    width: 82px;
    height: 77px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #a2c00f;
}
.dir_details {
    margin-left: 14px;
}
.dir_details h5.mt-2.mb-0 {
    color: var(--primary);
}

/* Overlapped Counter Box */
.counter-yr {
    position: absolute;
    top: 43px;
    left: 19%;
    color: #fff;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    text-align: center;
    padding: 19px;
    height: 151px;
    width: 162px;
    background: var(--primary);
}

/* .counter-yr {
    position: absolute;
    top: 43px;
    left: 19%;
    color: #fff;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    text-align: center;
    padding: 19px;
    height: 151px;
    width: 162px;
    background: var(--primary);
    position: relative;
} */

/* -------------------------
   BORDER THAT MATCHES SHAPE
---------------------------- */
/* .counter-yr::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px; 
    background: var(--secondary);
    clip-path: inherit;
    z-index: -1;
} */


.counter-yr h3 {
    font-size: 45px;
    font-weight: 700;
    margin: 10px 0px;
    color: var(--secondary);
}

.counter-yr p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

/* Service Section  */
.center_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 15px;
}
.center_top h2 {
    font-size: 40px !important;
}
.center_top p {
    width: 60%;
    text-align: center;
}
.service_sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0; 
}


.service-slider .slick-slide {
	padding: 15px;
	display:block; 
	box-sizing:border-box; 
}
.service-inner { 
	background:#fff;
	border-radius:12px;
	padding-bottom:30px;
	text-align:center;
	box-shadow:0 6px 20px rgba(0,0,0,0.08);
	position:relative;
}
.service-img {
	width:100%;
	height:230px; 
	object-fit:cover;
	border-radius:12px 12px 0 0; 
	display:block; }
.service-icon-circle {
    width: 78px;
    height: 81px;
    border-radius: 50%;
    background: #fefeff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20%;
    margin-top: -50px;
    transform: translateX(-50%);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.service-icon-circle img {
    width: 59px !important;
}
.service-icon-circle img.icon-img {
    width: 61px !important;
}
.service-inner h4 {
    margin-top: 30px;
    color: var(--primary);
}
.slick-slide img {
    display: block;
    width: 100% !important;
    object-fit: cover;
}

/* Why us */
section.why-us {
    background-color: var(--primary);
    padding: 40px 0px 0px;
}
.why-us h2.leftheading {
    font-size: 40px !important;
    color: #fff;
    margin: 15px 0px;
    line-height: 48px !important;
}
section.why-us p {
    color: #ffffffb0;
    margin: 17px 0px !important;
}
img.img-fluid.why-us-person {
    width: 100%;
    position: relative;
    z-index: 5;
}
.why_us_image{
    position: relative;
    display: inline-block;
}
.why_us_image:before {
    content: "";
    position: absolute;
    left: 89px;
    top: -20px;
    width: 100%;
    height: 100%;
    background-image: url('https://pravinpatiltransport.com/wp-content/uploads/2025/11/bus.png');
    background-size: contain;
    background-repeat: no-repeat;
    /* opacity: 4.3; */
    z-index: 1;
}
.choose_us {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}
.box {
    padding: 16px;
    border: 1px solid var(--secondary);
    border-radius: 16px;
    text-align: center;
    background: #ff7d4436;
}
.box h4 {
    margin: 26px 0px;
}
.box img {
    background: var(--secondary);
    padding: 9px;
    border-radius: 50%;
    width: 70px;
 
}
/* case study  */
section.case_study {
    padding: 40px 0px;
}
.case_study h2.leftheading {
    font-size: 45px !important;
    margin: 12px 0px 28px;
    width: 75%;
    line-height: 47px !important;
    color: var(--primary);
}


.steps-wrapper {
    display: flex;
    gap: 25px;
}

.step-box {
    width: 33%;
    position: relative;
}

.step-icon {
    position: absolute;
    top: -20px;
    left: 40px;
    background: #ff8650;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

.step-image {
    position: relative;
}

.step-image img {
    width: 100%;
    border-radius: 15px;
}

.dots {
    position: absolute;
    right: -12px;
    bottom: -12px;
    width: 60px;
    height: 60px;
    background-image: radial-gradient(#ff8650 2px, transparent 2px);
    background-size: 8px 8px;
}

.step-box h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

.step-box p {
    color: #6c6c6c;
    font-size: 14px;
}

/* Curved Arrow */
.curve-arrow {
    position: absolute;
    width: 120px;
    height: 60px;
    border-top: 2px dashed #ff8650;
    border-right: 2px dashed #ff8650;
    border-radius: 100px 100px 0 0;
}

.arrow-1 {
    top: -10px;
    right: -80px;
    transform: rotate(20deg);
}

.arrow-2 {
    top: -10px;
    left: -60px;
    transform: rotate(200deg);
}
.portfolio-item {
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
}

.portfolio-img img {
    width: 100%;
    height: 253px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.portfolio-title {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.portfolio-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 52px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(60deg, #0a2f67, #aec91e 70%);
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.portfolio-icon img {
    width: 100%;
}
/* Logo Section */

.client-logos-section {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    background: #8f8b8b2b;
}

.logos-slider {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: scroll-logos 20s linear infinite;
}

.logo-box img {
    width: 171px;
    height: auto;
    opacity: 1;
    transition: 0.3s ease;
}

.logo-box img:hover {
    opacity: 1;
    transform: scale(1.1);
}

@keyframes scroll-logos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Footer CSS */
.main-footer {
    background: #0e1b2c;
    color: #fff;
    padding: 60px 0 20px;
    font-size: 15px;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 65px;
    height: 3px;
    background: linear-gradient(45deg, #a8c60beb, #0e1b2c);
    display: block;
    margin-top: 8px;
    border-radius: 3px;
}



.footer-links li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
    color: #fff;
}
.footer-contact li{
	 position: relative;
/*     padding-left: 20px; */
    margin-bottom: 21px;
    color: #fff;
}
.footer-links li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #a8c60beb;
    font-size: 14px;
}


.footer-links li a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer-links li a:hover {
    color: #fff;
    margin-left: 5px;
}

.footer-contact li i {
    color: #fff;
    margin-right: 8px;
    padding: 12px;
    background: linear-gradient(45deg, #a8c60beb, transparent);
    border-radius: 50%;
}

.footer-map iframe {
    border-radius: 10px;
    margin-top: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 15px;
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.8;
}
ul.footer-contact a {
    color: #fff !important;
}

/*Gallery Page  */

/* Gallery grid */
/* .gallery-item {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.4s ease;
} */
/* Parent */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    border: 2px solid #153a5e;
}

/* Ripple Circle Effect */
.gallery-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .25);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}

.gallery-item:hover::before {
    animation: rippleAnim .75s;
}

@keyframes rippleAnim {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* Optional: Zoom image on hover */
.gallery-item img {
    transition: transform .4s ease;
    height: 288px;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Custom Lightbox */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#lightbox-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 50px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s ease;
}

.close-btn:hover {
    color: #ff4444;
    transform: scale(1.2);
}
/*  WP button*/
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #25d366;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    cursor: pointer;
}
.whatsapp-icon:hover {
    color: #fff !important;
}
/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 21px;
    right: 25px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

/* Show icon when scrolling */
body.scrolled .back-to-top {
    display: flex;
}
/* About Us Page */
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    padding: 20px 0;
}

.marquee-track {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
}

.marquee span {
    font-size: 70px;
    font-weight: 600;
    color: #e6e6e6;
    
    transition: color 0.3s ease;
    margin-right: 100px;
}
.marquee span:hover {
    color: var(--secondary); /* changes fill color on hover */
}
/* .marquee:hover .marquee-track {
    animation-play-state: paused;
} */

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Time line section  */
.timeline-section {
    background-color: #023047;
    color: #fff;
    padding: 80px 0;
    font-family: 'Arial', sans-serif;
}
.timeline-section h5 { 
    text-align: center; 
    font-size: 16px; 
    color: #bcd4e6; 
    margin-bottom: 10px; 
}
.timeline-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 39px;
    color: #fff;
}
.timeline-section p {
    color: #ffffff87;
    margin-bottom: 22px;
}

.timeline-slider {
    position: relative;
}
/* .timeline-item {
    text-align: center;
    padding: 20px;
} */

.timeline-item {
    text-align: center;
    padding: 20px;
    position: relative;
}

/* Dotted line behind each item */
.timeline-item::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -75%;
    width: 160%;
    height: 2px;
    border-bottom: 2px dotted #fff;
    z-index: 0;
}

.content {
    border: 1px solid var(--secondary);
    padding: 13px 5px;
    border-radius: 18px;
    background: linear-gradient(45deg, #212b05, #0c0c0c00);
    margin-top: -3px;
}
/* Remove dotted line for first item */
.timeline-item:first-child::before {
    display: none;
}
.timeline-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    position: relative;
}

/* .timeline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.timeline-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(90deg, #023047 0%, #8baa19 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 15px;
    border: 1px solid;
}

.timeline-img .icon_img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    object-fit: cover;
    padding: 10px;
}

/* DOTTED VERTICAL LINE ABOVE IMAGE */
/* .timeline-img::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    border-left: 2px dotted #fb8500;
} */


.timeline-item .year {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #94b418;
    position: relative;
    padding-left: 20px;
}
.timeline-item .year::before {
    content: "";
    position: absolute;
    left: 118px;
    top: -18px;
    height: 148px;
    border-left: 2px dotted #fff;
}

.timeline-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.timeline-item p {
    font-size: 14px;
    color: #e0e0e0;
}

.slick-arrow { 
    background: #fb8500; 
    border-radius: 50%; 
    width: 35px; 
    height: 35px; 
    z-index: 10; 
}
.slick-arrow:before { 
    color: #fff; 
    font-size: 18px; 
}

/* Team Section*/
.team-section {
    padding: 70px 0;
}

.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 352px;
    border: 1px solid var(--secondary);
    cursor: pointer;
}

.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.team-card:hover img {
    transform: scale(1.08);
}

.team-overlay {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 93%;
    padding: 20px;
    background: linear-gradient(0deg, rgb(14 27 44) 0%, rgb(186 215 0) 100%);
    color: #fff;
    transition: 0.4s ease;
    transform: translateY(50px);
    opacity: 0;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
}

.team-card:hover .team-overlay {
    transform: translateY(0);
    opacity: 1;
}

.team-overlay h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.team-overlay p {
    margin: 5px 0 0;
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
}

/* Blog  */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    height: 100% !important;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.4s ease;
}

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

.blog-content {
    padding: 20px;
}

.blog-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 13px;
    color: #888;
}

.blog-meta li {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.blog-meta i {
    margin-right: 5px;
}

.blog-title a {
    color: #023047;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.blog-title a:hover {
    color: #fb8500;
}

.blog-excerpt {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.singlepost h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px;
    color: #000;
}

/* Contact Us */
/* General Section */
.contact-us {
    padding: 80px 0 20px;
    background: #f9f9f9;
    font-family: 'Arial', sans-serif;
}

/* Left Column - Contact Info */
.contact-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 31px;
    background: linear-gradient(45deg, #073271, #7e9f26c7);
    padding: 41px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.contact-item i {
    font-size: 28px;
    color: #82a323;
    min-width: 30px;
    background: #fff;
    padding: 18px;
    border-radius: 50%;
    border: 1px dotted var(--primary);
}

.contact-info span {
    display: block;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    font-size: 21px;
}

.contact-info p, .contact-info a, .contact-info .email-class a {
    font-size: 16px;
    color: #fffefe;
    text-decoration: none;
    line-height: 1.5;
}

.contact-info a:hover {
    color: #fb8500;
}

.separator {
    margin: 0 5px;
    color: #888;
}

.web_link {
    font-weight: 600;
}

/* Right Column - Contact Form */
.contact-form-sec {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.cf7-two-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cf7-two-column .cf7-col {
    width: calc(50% - 10px); /* 2 columns with gap */
}

.cf7-two-column label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #023047;
}

.cf7-two-column input,
.cf7-two-column textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 5px;
    transition: 0.3s ease;
}

.cf7-two-column input:focus,
.cf7-two-column textarea:focus {
    border-color: #fb8500;
    outline: none;
}

/* Responsive - stack on mobile */
@media(max-width: 768px){
    .cf7-two-column .cf7-col {
        width: 100%;
    }
}


/* Google Map Section */
.googlemap {
    margin-top: 50px;
}

.googlemap iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 12px;
}
.list_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/* Responsive */
@media (max-width: 991px){
    .contact-item {
        flex-direction: row;
        gap: 12px;
    }
    .contact-form-sec {
        margin-top: 30px;
    }

    /* header section */
    ul.menutop.clearfix {
        display: none;
    }

    #rmp_menu_trigger-217 {
        width: 47px !important;
        height: 44px !important;
        position: absolute !important;
        right: 24% !important;
        top: -19px !important;
        background: #073271 !important ;
        transition: transform 0.5s, background-color 0.5s;
    }

    .top_bar_area .container {
        max-width: 896px !important;
    }

    .top_bar_area .col-lg-4.d-flex.justify-content-end.align-items-center {
        margin-top: -45px;
    }

    .top_bar_area {
        padding: 20px 0px 65px;
    }

    .mainmenu {
        position: relative;
        top: -20px;
        padding: 9px 0px;
    }

    div#rmp-menu-title-217,
    div#rmp-menu-additional-content-217,
    div#rmp-search-box-217 {
        display: none !important;
    }

    #rmp-container-217 {
        padding-top: 80px !important;
    }

    /* ❗ FIXED HERE */
    #rmp-menu-wrap-217 .rmp-menu-item-link {
        margin-bottom: 10px;
    }

    #rmp-menu-wrap-217 .rmp-menu-current-item .rmp-menu-item-link {
        color: #fff;
        border-color: #1d4354;
        background-color: #9fbe11;
    }

    .mainslider {
        margin: -60px 0px 0px;
    }

    .carousel-item img {
        width: 100%;
        height: 100vh;
        object-fit: cover !important;
        filter: brightness(0.5);
    }

    .mainslider .carousel-caption {
        position: absolute;
        transform: translate(-35%, -5%); 
    }

    img.rotate_arrow {
        width: 23px !important;
        height: 23px !important;
        transition: transform 0.3s ease;
        filter: brightness(3.5);
    }

    .mainslider .carousel-caption h2 {
        font-size: 47px;
        line-height: 54px;
        font-weight: 700;
        letter-spacing: 3.5px;
        opacity: 0;
        margin: 16px 0;
        width: 83%;
    }

    .page.page-id-171 a.btn.btn-custom {
        display: none !important;
    }

    .center_top p {
        width: 100%;
        text-align: center;
    }

    .center_top h2 {
        font-size: 37px !important;
    }

    .gallery .col-lg-3.col-md-4.col-sm-6 {
        width: 100% !important;
    }

    .gallery .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gallery-item img {
        height: 317px !important;
    }
} /* END of 991px media query */


/* 767px */
@media (max-width: 767px) {

    footer.main-footer .row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 600px;
}

    .about-content .leftheading {
        text-align: left !important;
    }

    .timeline-item .year::before {
        height: 159px;
    }

    .timeline-img {
        margin: 0 auto 15px 73px;
    }

    .mainslider .carousel-caption {
        top: 16% !important;
        left: 26% !important;
        width: 97% !important;
    }

    .mainslider .carousel-caption h2 {
        font-size: 44px !important;
        line-height: 45px !important;
        width: 93% !important;
    }

    .btn-custom {
        padding: 8px 22px;
    }

    .about-content .btn-custom {
        display: none !important;
    }
	.center_top h2 {
    font-size: 35px !important;
}
	.why_us_image:before {
    top: -58px;
}
	.case_study h2.leftheading {
    font-size: 42px !important;
    width: 100%;
    line-height: 44px !important;
   
}
	ul.footer-contact a {
    color: #fff !important;
    font-size: 16px;
}
	.timeline-item .year {
    padding-left: 43%;
}
	.team-section h2 {
    text-align: center;
}
	.team-card {
    height: 469px;
    margin-bottom: 20px;
}
	.blog-image img {
    height: 305px;
}
}


@media (max-width: 667px) {
footer.main-footer .row {
    display: grid !important;
    grid-template-columns: 1fr  !important;
    width: 600px;
}
	.footer-map {
    width: 50%;
}
	    .top_bar_area ul.top-social.list-unstyled.d-flex.gap-3.m-0 {
    gap: 1px !important;
}
	    .top_bar_area .col-auto {
    flex: 0 0 auto;
    width: auto;
    margin-left: -6px;
}
	.gallery .row {
    display: grid;
    grid-template-columns: 1fr;
}
	.gallery-item img {
    height: 480px !important;
}
	.btn-primary {
    margin-top: 9px;
    padding: 14px 19px;
  
}
}


@media (max-width: 568px) {
	.top_bar_area {
    display: none !important;
}
/* 	.mainmenu {
    position: relative;
    top: 31px;
    padding: 0px 0px;
    width: 100%;
} */
	.mainmenu .btn-primary {
    margin-top: 9px;
    padding: 14px 19px;
    display: none !important;
}
	.mainslider .carousel-caption {
    top: 31% !important;
    left: 35% !important;
    width: 98% !important;
}
	#rmp_menu_trigger-217 {
    right: 22% !important;
    top: -49px !important;
    
}
	.mainmenu.fixed {
    position: fixed;
    width: 100% !important;
    top: 24px;
    z-index: 99;
    background: #fff;
}
	.mainmenu {
    position: relative;
    top: 31px;
    padding: 12px 0px !important;
    width: 100%;
}
	html {
    overflow-x: hidden;
}
	.timeline-item .year::before {
    left: 50%; 
}
	.timeline-img {
    margin: 0 -3px 16px 41%;
}
	.gallery-item img {
    height: 508px !important;
}
}

@media (max-width: 479px) {
.center_top h2 {
    font-size: 29px !important;
}
	.mainslider .carousel-caption h2 {
    font-size: 36px !important;
    line-height: 35px !important;
    width: 93% !important;
}
	.why-us h2.leftheading {
    font-size: 32px !important;
    color: #fff;
    margin: 15px 0px;
    line-height: 42px !important;
}
	.case_study h2.leftheading {
    font-size: 35px !important;
    width: 100%;
    line-height: 37px !important;
}
}

@media (max-width: 414px) {
.choose_us {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
}
	.center_top h2 {
    font-size: 29px !important;
    text-align: center;
}
	.about-content ul {
    margin: 9px 0px -3px;
}
	.list_item {
    display: grid;
    grid-template-columns: 1fr;
}
	.timeline-img {
    margin: 0 -3px 16px 36%;
}
}
/* 576px */
@media (max-width: 576px) {

    .contact-item {
/*         flex-direction: column; */
        align-items: flex-start;
    }
}
