*,:after,:before{box-sizing: border-box;padding: 0;margin: 0;border: none;outline: none;}
img{max-width: 100%;}
ul,li{list-style: none;margin: 0;}
h1,h2,h3,h4,h5,p,span{font-family: 'Cairo', sans-serif;line-height: 1.2;}
a {text-decoration: none !important;display: inline-block;color: #383838;font-family: 'Cairo', sans-serif;font-size: 16px;font-weight: 600;}
select,input,textarea,button{width: 100%;border: none;outline: none; background: transparent;cursor: pointer;font-size: 16px;}
select:focus,input:focus,textarea:focus,button:focus{border: none;outline: none;}
input::placeholder, textarea::placeholder {opacity: 1;color: #626262;}  
textarea{resize: none;}
p {color: #322d2d;font-size: 18px;margin: 15px 0;text-align: justify;line-height: 1.6;}
.p-bold { font-weight: 600; font-size: 20px;}
.textl{text-align: left;}
.textc{text-align: center;}
.textr{text-align: right;}

.grecaptcha-badge {
	right: -600px !important;
}

:root{
    --dark-blue: #0B5498;	
}
#to-top {cursor: pointer;position: fixed;bottom: 24px;right: 10px;width: 50px;height: 90px;z-index: 9;padding: 6px;border-radius: 50%;display: flex;justify-content: center;align-items: center;filter: invert(73%) sepia(16%) saturate(2578%) hue-rotate(0deg) brightness(101%) contrast(104%);}


/* inner banner */
	.inner-banner-main-wrapper{background: url(../images/index-contact-img.webp)no-repeat center center/cover; width:100%; height:45vh;position: relative;}
	.inner-banner-main-wrapper::before {position: absolute;content: '';width: 100%;height: 100%;opacity: 0.9;background: linear-gradient(to right, black, #4230307d);}
	.inner-banner-main-wrapper .fluid-container  {height: 100%;}
	.inner-banner-inner-wrapper {height: 100%;display: flex;justify-content: flex-start;align-items: flex-end;gap: 58px;padding: 0 0 10px;}
	.inner-banner-inner-wrapper a, .inner-banner-inner-wrapper h3 {color: #fff;position: relative;font-size: 15px;padding: 0 0 3px;}
	.inner-banner-inner-wrapper h3 {padding: 8px 0;position: relative;}
	.inner-banner-inner-wrapper h3::before {position: absolute;content: '';background: url(../images/icons/star.webp)no-repeat center center / contain;width: 100%;max-width: 20px;left: -41px;top: 0;filter: invert(99%) sepia(8%) saturate(0%) hue-rotate(79deg) brightness(116%) contrast(100%);height: 100%;}
	.inner-banner-inner-wrapper h3:nth-child(3){color: #2088EA;}

/* act-link */
	.header-drop-down-main li.act-link > a {color: #FBBC00; } 
	header.scrolled-header .header-drop-down-main li.act-link a {color: #FBBC00;}
	header.scrolled-header .first-route li.act-link > a {color: #FBBC00 !important;}
	.menu.desk-ham-menu li a.act-link  { background: #0B5498; color: #fff !important;}
	.menu.desk-ham-menu li a.act-link:hover{color: #fff !important; background:#0B5498 ;}
	.menu li.act-link > a{background: #D9F3FF;}
	.footer-links li a.act-link {color: #FBBC00 !important; }
	.footer-links li a:hover {color: #FBBC00;}
	.footer-links li.act-link a {color: #fcaf00;}
	.menu.desk-ham-menu .nav-dropdown a {color: #0555A0 !important;}

/* common btn */
	.common-btn a {color: var(--dark-blue);transform: skewX(20deg);font-size: 16px !important;font-weight: 500 !important;transition: 0.5s ease;position: relative;z-index: 2;}
	.common-btn::before {content: "";position: absolute;top: 0;left: -116%;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.2);transform: skewX(45deg);transition: left 0.6s ease;z-index: 1;}
	.common-btn:hover::before {left: 120%;}
    .common-btn:hover {background: linear-gradient(90deg, #FD9408 0%, #FFB347 100%);border: 1px solid #ffad3b;}
	.contact-us-form-right.contact-us .common-btn {justify-content: flex-start;padding: 8px 21px;margin: 20px 0 0 0;transform: skew(-23deg);}
	.common-btn:hover a, .common-btn a:hover{color: #fff !important;}
	.header.scrolled-header .common-btn a:hover{color: #FD9408 !important;}
	.common-btn {width: 100%;max-width: 130px;display: flex;justify-content: center;align-content: center;border: 1px solid #007ec0;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 3px 21px;border-top-left-radius: 5px;border-top-right-radius: 13px;border-bottom-left-radius: 13px;border-bottom-right-radius: 5px;overflow: hidden;position: relative;transition: 1s ease;}

 /* common css */
	.wrapper{overflow: hidden;}
	.wrapper{width: 100%;overflow: hidden;}
	.fluid-container{width: 100%;max-width: 1350px;margin: 0 auto;padding: 0 20px;}
	h1 {font-size: 35px;font-weight: 400;color: var(--dark-blue);}
	h2{font-size: 30px;font-weight: 600;color: var(--dark-blue);}
	h3{font-size: 25px;font-weight: 500;}
	.inner-h2{color: #000; font-weight: 600;}
/* common css */

/* scrolled header */
	.storage-icon img {width: 100%;max-width: 60px;height: auto;filter: invert(100%) sepia(5%) saturate(7500%) hue-rotate(211deg) brightness(111%) contrast(103%);}
	.storage-mains:nth-child(2) .storage-icon {background: #0B8DCC;}
	.storage-mains {display: flex;flex-direction: column;justify-content: center;align-items: center;}
	.storage-icon {width: 100%;max-width: 100px;height: 100px;border-radius: 50%;background: #ffb407;display: flex;justify-content: center;align-items: center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;transform: translateY(36px);position: relative;z-index: 1;}
	header .header-top {transition: background 0.3s ease;position: relative;z-index: 1;}
	header.scrolled-header .header-bottom{display: none;}
	header.scrolled-header .header-top ul li a{color:var(--dark-blue)}
	header.scrolled-header .header-top {border: 0;border-radius: 0;padding: 10px 0 10px 0;transform: skewX(0);box-shadow: rgba(0, 0, 0, 0.35) 0 0 0 !important;width: 100%;max-width: 100% !important;}
	.header-bottom li a:hover {background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 80%);transform: scale(1.15);}
	header.scrolled-header .common-btn a {color: var(--dark-blue);}
	header.scrolled-header .common-btn {transition: 1s ease;background: #fff;}
	header.scrolled-header .header-top .common-btn {transform: skewX(-36.5deg);}
	header.scrolled-header  .header-top-left img {transform: skewX(0);}
	.scrolled-header{top: 0 !important; transition: .5s ease-in-out;}
	header.scrolled-header .header-top ul li a {transform: skewX(-23deg);padding:10px 20px;} 
	header.scrolled-header .header-main-wrapper {border-bottom: 1px solid var(--dark-blue);background: #fff;   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	header.scrolled-header .header-top .common-btn a {	transform: skewX(23deg);color: var(--dark-blue);}
	header.scrolled-header .header-drop-down li > a:hover {color: #ff9817 !important;}
	.header-drop-down-main .common-btn {transform: skewX(-23deg);}
	.header-drop-down-main .common-btn a {transform: skewX(23deg) !important;}
	.header.scrolled-header .header-top .header-drop-down-main a {padding: 5px 20px;}

/* scrolled logo */
    header.scrolled-header .common-btn:hover a, header.scrolled-header .header-top .common-btn a:hover {color: #fff !important;}
	header.scrolled-header .menu.desk-ham-menu li a {transform: skewX(0deg) !important;}
	header.scrolled-header .common-btn:hover {background: linear-gradient(90deg, #FD9408 0%, #FFB347 100%);border: 1px solid #ffad3b;}

/* header */
	.header-top-left a{display: flex; justify-content: flex-start;align-items: center;}
	header{position: fixed;z-index: 10;width: 100%;top: 20px;}
	.header-top .header-drop-down-main {display: flex;justify-content: flex-end;align-items: center;gap: 28px;transform: skewX(23deg);}
	.header-drop-down-main .common-btn a {padding: 0 !important;}
	.header-top {  border: 1px solid var(--dark-blue);border-radius: 10px;padding: 0 40px;transform: skewX(-23deg);background: #fff;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;display: flex;justify-content: space-between;align-items: center;width: 100%;max-width: 1240px !important; margin: auto;}
	.header-top .header-drop-down-main a {transform: skewX(0deg);font-size: 18px !important;font-weight: 600;transition: 1s ease;padding: 28px 20px;}
	.header-top-left{width: 100%; max-width: 230px;}
	.header-top-left img{width:100%;max-width: 170px;height:auto;transform: skewX(23deg);}
	.header-bottom li a img {width: 100%;max-width: 20px;filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(116deg) brightness(113%) contrast(110%);aspect-ratio: 1/1;}
	.header-bottom {display: flex;justify-content: flex-end;align-items: center;gap: 20px;padding: 0 45px 0 0;position: relative;}
	.header-bottom li a {padding: 0 10px;transition: background 0.4s ease, transform 0.3s ease;transform: scale(1);display: inline-block;padding: 10px;}
	.header-inner-wrapper .header-frop-down-main li a:hover {color: #FBBC00;}
	.header-drop-down-main li > a:first-of-type:hover {color: #FBBC00; /* Example */}
	.header-drop-down-main {width: 100%;max-width: 55%;}

/* Positioning for Parent Menu Item */
	.header-drop-down-main li {position: relative;list-style: none;transform: skewX(0deg);}

/* drop down */
	.first-route li a{padding:0 10px !important;}
	.first-route {backdrop-filter: blur(12px);border-radius: 10px;min-width: 260px;transform: skewX(0deg);position: absolute;top: 92px;;opacity: 0;visibility: hidden;transition: opacity 0.3s ease;position: absolute;z-index: 0;}
	.header-drop-down-main li:hover .first-route {opacity: 1;visibility: visible;}
	.first-route li {opacity: 0;transform: translateY(15px);transition: all 0.35s ease;border-radius: 6px;overflow: hidden;background: #fff;border-radius: 10px;border-bottom: 1px solid #60A3E1;;padding: 10px 30px 10px 10px;display: flex;justify-content: space-between;align-items: center;}
	.first-route li a:hover span img {filter: invert(74%) sepia(20%) saturate(1255%) hue-rotate(349deg) brightness(102%) contrast(102%);}
	.header-drop-down-main li:hover .first-route li {opacity: 1;transform: translateY(0);}
	.first-route li:nth-child(1) { transition-delay: 0.1s; }
	.first-route li:nth-child(2) { transition-delay: 0.2s; }
	.first-route li:nth-child(3) { transition-delay: 0.3s; }
	.first-route li:nth-child(4) { transition-delay: 0.4s; }
	.first-route li:nth-child(5) { transition-delay: 0.5s; }
	.first-route li a {display: block;padding: 10px 12px;color: #000;text-decoration: none;}
	.first-route li:hover a {color: #FBBC00;}
	.first-route li span {display: flex;justify-content: center;align-content: flex-end;width: 100%;max-width: 20px;height: auto;}
	.first-route li span img {display: none;}

/* Make sure the icon can animate (no display toggling) */
	.first-route li span img {display: inline-block;width: 100%;max-width: 20px;height: auto;opacity: 0;transform: translateX(-25px);transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);will-change: opacity, transform;pointer-events: none;filter: invert(36%) sepia(55%) saturate(5357%) hue-rotate(182deg) brightness(84%) contrast(101%);}
	.first-route li:hover span img {opacity: 1;transform: translateX(0); pointer-events: auto;}
	header.scrolled-header .first-route {transform: skew(-23deg);left: -160px;top: 69px;}
	header.scrolled-header .first-route li a{color: var(--dark-blue) !important; transform: skewX(0deg)!important;}
	header.scrolled-header .first-route li:hover a {color: #FBBC00 !important;}
	
/* responsive header */
	.desk-resp-ham ul.toggle-desk {position: relative;z-index: 5;width: 50px;height: 24px;cursor: pointer;}
	.desk-resp-ham ul.toggle-desk li {position: absolute;left: 9px;transform: translateY(-50%);height: 3px;width: 50%;list-style: none;background: #0f6bda;transition: .9s;}
	.desk-resp-ham ul.toggle-desk li:nth-of-type(1) {top: 20%;}
	.desk-resp-ham ul.toggle-desk li:nth-of-type(2) {top: 50%;}
	.desk-resp-ham ul.toggle-desk li:nth-of-type(3) {top: 80%;}
	.inner-desk-ham {display: flex;}
	.sidebar > a {background: #fff !important;position: relative;padding: 10px 5px;width: 100%;}
	.desk-resp-ham .sidebar {position: fixed;top: 0;left: -350px;width: 270px;height: 100vh;box-sizing: border-box;text-align: center;transition: .9s;z-index: 9;overflow: scroll;overflow-x: hidden;background: #fff;}
	.desk-resp-ham .sidebar::-webkit-scrollbar {display: none;}
	.desk-resp-ham .sidebar.active {left: 0;box-shadow: 1px 0 8px rgba(0, 0, 0, 0.637);transform: skewX(0) translateX(-26px);}
	.desk-resp-ham .sidebar ul.menu {position: relative;text-align: center;width: 100%;display: flex;flex-direction: column;gap: 0;margin: 0px auto 30px;border-top: 1px dotted #fff;}
	.desk-resp-ham .sidebar ul.menu li {list-style: none;width: 100%;cursor: pointer;}
	.desk-resp-ham .sidebar ul.menu li a {text-transform: capitalize;width: 100%;justify-content: space-between;display: flex;padding: 15px 20px 15px 20px;font-size: 17px;color: #FD9914;font-weight: 500;}
	.nav-dropdown li a {padding: 10px 0 10px 20px !important;}
	.nav-dropdown {display: flex;flex-direction: column;gap: 5px !important;padding: 0;border-bottom: 1px dotted #c9c9c9; }
	.nav-dropdown li a {font-size: 15px !important;left: 15px;}
	.desk-resp-ham {display: none;}
	.menu.desk-ham-menu .nav-dropdown a:hover {color: var(--dark-blue) ;}
	.menu.desk-ham-menu .nav-dropdown a { color: #333; text-decoration: none; transition: color 0.3s ease, transform 0.3s ease; /* Smooth color + slight movement */}
	.menu.desk-ham-menu .nav-dropdown a:hover { color: var(--dark-blue);transform: translateX(5px); }
	.menu.desk-ham-menu > li > a { position: relative; display: inline-block; color: #333; text-decoration: none; transition: color 0.3s ease, transform 0.3s ease;}
	.menu.desk-ham-menu > li > a:hover { color: var(--dark-blue) !important; transform: translateY(-3px); /* Slight lift */}
	.menu.desk-ham-menu > li > a::before { content: ""; position: absolute; left: 50%; top: 50%; width: 0%; height: 100%; background: rgba(0, 174, 255, 0.15); /* Light blue highlight */ z-index: -1; transition: all 0.3s ease; transform: translate(-50%, -50%); border-radius: 4px;}
	.menu.desk-ham-menu > li > a:hover::before { width: 120%;}
	.desk-resp-ham ul.toggle-desk.active li:nth-of-type(3) {top: 50%;transform: translateY(-50%) rotate(-45deg);}
	.desk-resp-ham ul.toggle-desk.active li:nth-of-type(2) {transform: translateY(-50%) rotate(45deg);opacity: 0;}
	.desk-resp-ham ul.toggle-desk.active li:nth-of-type(1) {top: 50%;transform: translateY(-50%) rotate(45deg);}
    



/* banner */
    .banner-txt p:first-of-type{font-size: 35px; color: #fff;}
	.banner-main-wrapper {position: relative;width: 100%;height: 100vh;overflow: hidden;}
	.banner-main-wrapper .swiper-wrapper {height: 100%;} 
	.banner-main-wrapper .swiper-slide {height: 100%;background-size: cover;background-position: center;}
	.banner-inner-wrapper p {font-size: 25px;max-width: 545px;margin: 14px 0;color: #fff; text-align: start;}
	.swiper-button-next:hover,
	.swiper-button-prev:hover {transform: scale(1.2);}
	.swiper-fade .swiper-slide {transition-property: opacity;}
	.swiper-slide::before {content: "";position: absolute;top: 0; left: 0;width: 100%;height: 100%;background: linear-gradient(to right, #000000e3, #00000021);z-index: 2; pointer-events: none;}
	.banner-inner-wrapper {position: absolute;top: 0;left: 0;z-index: 3;height: 100%;width: 100%;max-width: 1443px;margin: auto;padding: 0 40px 40px;display: flex;flex-direction: column;justify-content: flex-end;color: #fff;}
	.banner-inner-wrapper p {margin:0; color:#FBBC00}
	.banner-bottom-icons {display: flex;justify-content: space-between;align-items: center;}
	.banner-icons-right {display: flex;justify-content: flex-start;align-items: center;gap: 15px;}
	.right-icon {width: 100%;max-width: 45px;display: flex;justify-content: center;align-items: center;border-top-left-radius: 6px;border-bottom-left-radius: 6px;background: linear-gradient(90deg, rgba(0,110,176,1) 0%, rgba(0,169,233,1) 100%);}
	.right-icon img {width: 100%;max-width: 40px;height: auto;filter: invert(100%) sepia(7%) saturate(2351%) hue-rotate(143deg) brightness(112%) contrast(105%);}
	.right-icon:nth-child(2) {border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 0;border-bottom-left-radius: 0;}
	.banner-bottom-icons span {display: flex;gap: 30px;}
	.banner-icon-left img {max-width: 30px;width: 100%;filter: brightness(0) invert(1); }
	.swiper-button-next, .swiper-button-prev {top: var(--swiper-navigation-top-offset,50%);width: calc(var(--swiper-navigation-size)/ 44 * 27);height: var(--swiper-navigation-size);margin-top: calc(px - (var(--swiper-navigation-size)/ 2));z-index: 10;cursor: pointer;display: flex; align-items: center; color: var(--swiper-navigation-color,var(--swiper-theme-color));position: static !important;}
	.star-icon.active img {filter: hue-rotate(45deg) brightness(1.2); /* Example: yellowish tint */transform: scale(1.2);transition: all 0.3s ease-in-out;}
	.swiper-button-prev,
	.swiper-button-next { z-index: 10;cursor: pointer;position: relative;bottom:0;}
	.swiper-img:nth-child(2) {border-top-left-radius: 0;border-bottom-left-radius: 0;border-bottom-right-radius: 8px;border-top-right-radius: 8px;}
	.swiper-img {width: 100%;max-width: 62px;height: 100%;background: linear-gradient(180deg, rgba(0, 110, 176, 1) 20%, rgba(0, 169, 233, 1) 100%) !important;border-top-left-radius: 8px;border-bottom-left-radius: 8px;min-height: 52px;}
	.swiper-button-prev:hover {transform: translatey(26px) translateX(-3px);}
	.swiper-button-next:hover {transform: translatey(26px) translateX(-3px);}
	.banner-icons-right {position: absolute;bottom: 40px;    right: 40px;     display: flex;gap: 15px;z-index: 20;      }
	.swiper-button-prev {background: url(../images/icons/left.webp) center center/contain no-repeat;filter: invert(100%) sepia(7%) saturate(2351%) hue-rotate(143deg) brightness(112%) contrast(105%);transform: translatey(26px) translateX(-4px);}
	.swiper-button-next,
    .swiper-button-prev {position: static !important;width: 24px;height: 24px;display: block;background-size: contain;background-repeat: no-repeat;background-position: center;cursor: pointer;z-index: 10;}

/* .swiper-img {background: linear-gradient(110deg, rgb(0, 110, 176) 25%, rgb(0, 169, 233) 100%) !important;width: 100%;max-width: 62px;height: 100%;background: linear-gradient(180deg, rgba(0,110,176,1) 20%, rgba(0,169,233,1) 100%) !important;border-top-left-radius: 8px;border-bottom-left-radius: 8px;min-height: 60px;} */
	.swiper-button-next, .swiper-button-prev {width: calc(var(--swiper-navigation-size)/ 44 * 70) !important;}
	.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {content: 'prev'; display: none;}
	.swiper-button-next{background: url(../images/icons/right.webp) center center/contain no-repeat;filter: invert(100%) sepia(7%) saturate(2351%) hue-rotate(143deg) brightness(112%) contrast(105%);transform: translatey(26px) translateX(-4px);}
	.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {content: 'next'; display: none;}

/* services */
	.services-main-wrapper {padding: 100px 0 0;}
	.services-inner-wrapper {display: flex;justify-content: center;align-items: center;}
	.services-icon {width: 100%;max-width: 90px;border-radius: 12px;padding: 20px 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;display: flex;justify-content: center;align-items: center;background: linear-gradient(180deg, rgba(0,110,176,1) 20%, rgba(0,169,233,1) 100%);}
	.services-icon img {filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(103%) contrast(102%);width: 100%;height: auto;max-width: 50px;     animation: bendLeftRight 3s ease-in-out infinite;
		transform-origin: bottom center; }
		@keyframes bendLeftRight {
		0% {
			transform: rotate(0deg);
		}
		25% {
			transform: rotate(10deg);
		}
		50% {
			transform: rotate(0deg);
		}
		75% {
			transform: rotate(-10deg);
		}
		100% {
			transform: rotate(0deg);
		}
	}
	.services-main  h3{text-align: center;}
	.services-main {perspective: 500px;position: relative;width: 100%;max-width: 400px;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 20px;transform: skewX(20deg);position: relative;padding: 50px 20px;}
	.services-main:nth-child(1)::before {display: none;}
	.services-main::before { content: ""; position: absolute; top: 8px; left: 42px; width: 1px; height: 100%; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffcb08 30%, #ffcc01e0 52%, #ffcb08 79%, rgba(255, 255, 255, 0) 100%); transform: rotate(16deg); transform-origin: top left; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.ervices-inner-wrapper {display: flex;justify-content: center;align-items: start;width: 100%;max-width: 1000px;margin: auto;border: 1px solid #E8C436;border-radius: 10px;transform: skewX(-20DEG);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
 
/* animations */
	.services-main {opacity: 0;transform: skewX(20deg) translateY(30px);transition: all 0.8s ease-out;}
	.services-main.visible {opacity: 1;transform: skewX(20deg) translateY(0);}
	.services-inner-wrapper {transition: all 0.4s ease-in-out;background-color: #fff;}
  
/* about */
	.about-main-wrapper {padding:0 0 110px;}
	.services-inner-wrapper {display: flex;justify-content: center;align-items: start;width: 100%;max-width: 1150px;margin: auto;border: 1px solid #CEC292;border-radius: 10px;transform: skewX(-19DEG);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;transition: 1s ease;}
	.about-inner-wrapper span {display: flex;justify-content: flex-start;align-items: center;width: 100%;max-width: 500px;top:100px;position: sticky;}
	.about-right {width: 100%;max-width: 600px;   position: relative;z-index: 2;}
	.about-inner-wrapper {display: flex;justify-content: center;align-items: center;gap: 40px;}
	.about-right h2{position: relative;}
	.common-btn.know-more {margin: 15 0 0;padding: 3px 19px;transform: skewX(-20.5deg);}
	.about {font-size: 160px;width: 100%;max-width: fit-content;margin: auto;transform: translateY(139px);}
	.about span {position:relative;background: linear-gradient(to bottom, #0B5498, #ffffff);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;opacity: 0.4;text-transform: uppercase;}
	.about-inner-wrapper span img{width:100%; max-width: 500px;position: relative;z-index: 2;}
	.about .gap {display: inline-block;width: 20px;  }
	
  
@keyframes floatUpDown {
	0%, 100% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-20px); /* Adjust bounce height */
	}
  }

  .about {font-size: 160px;width: 100%;max-width: fit-content;margin: auto;transform: translateY(54px);display: flex;flex-wrap: wrap;justify-content: center; font-weight: 700;} 
  .about span {position: relative;background: linear-gradient(to bottom, #0B5498, #ffffff);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;text-transform: uppercase;animation: floatUpDown 1.8s ease-in-out infinite;display: inline-block;}
  
/* Stagger each letter's animation delay to create wave effect */
  .about span:nth-child(1) { animation-delay: 0s; }
  .about span:nth-child(2) { animation-delay: 0.1s; }
  .about span:nth-child(3) { animation-delay: 0.2s; }
  .about span:nth-child(4) { animation-delay: 0.3s; }
  .about span:nth-child(5) { animation-delay: 0.4s; }
  .about span:nth-child(6) { animation-delay: 0.5s; }
  .about span:nth-child(7) { animation-delay: 0.6s; }
  .about span:nth-child(8) { animation-delay: 0.7s; }
  .about span:nth-child(9) { animation-delay: 0.8s; }
  .about span:nth-child(10) { animation-delay: 0.9s; }
  .about span:nth-child(11) { animation-delay: 1s; }
  
 /* conatct index */
	.index-contact-main-wrapper{background: url(../images/index-contact-img.webp)no-repeat center center/ cover; width:100%; height: 100%;position: relative;padding: 40px 0;position: relative;}
	.contact-tick-mark {width: 100%;max-width: 40px;height: 40px;border-radius: 50%;background: #FCBD00;display: flex;justify-content: center;align-items: center;position: relative;z-index: 1;border: 1px solid #fcbd00;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.contact-tick-mark img {filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);max-width: 28px;height: auto;}
	.index-contact-inner-wrapper {display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;}
	.index-contact-left h2{  color: #fff; width: 100%; max-width: 530px;}
	.index-contact-left .common-btn {margin: 20px 0 0 0;background: #fff;color: var(--dark-blue);border: 1px solid #fff;transform: skewX(-20.5deg);}
	.index-contact-left .common-btn a{color: var(--dark-blue)}
	.index-contact-left .common-btn:hover {background: linear-gradient(90deg, #FD9408 0%, #FFB347 100%);border:1px solid #FFB347;}
	.index-conatct-right-main {display: flex;justify-content: flex-start;align-items: center;gap: 20px;position: relative;}
	.index-conatct-right-main p {color: #fff;position: relative;z-index: 1;text-align: left;font-size: 22px;}

/* .index-contact-right::before{content:"";position: absolute;width: 100%;height: 100%;top: 0;background: var(--dark-blue);opacity: 0.5;} */
	.index-contact-main-wrapper::before {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: var(--dark-blue);opacity:0.9}
	.index-contact-main-wrapper::after {content: "";position: absolute;width: 100%;height: 100%;top: 0;right: 0;background: #051e33;opacity: 0.6;border-top-left-radius: 10px;border-bottom-left-radius: 20px;max-width: 50%;}
	.index-contact-left {position: relative;width: 100%;max-width: 510px;}
	.index-contact-right {	width: 100%;	max-width: 410px; position: relative;z-index: 1;} 
	.about span::before {content: '';position: absolute;opacity: 0.2;width: 100%;height: 100%;left: 0;background: linear-gradient(to bottom, #FFF, transparent);}

/* our-process */
	.our-process-main-wrapper .about{transform: translateY(60px);font-size: 158px;}
	.our-process-heading {display: flex;justify-content: space-around;align-items: center;padding: 10px 0;}
	.out-storage-main-wrapper h2{text-align: center;} 
	.our-services {text-align: center;}
	.text-on-img{position: relative;}
	.text-on-img::before{content: '';position: absolute;background: #000;width: 100%;height: 100%;opacity: 0.8;visibility: hidden;border-radius: 10px;transition: transform 0.4s ease;}
	.text-on-img:hover::before{visibility: visible;}
	.our-process-main .text-on-img:hover:hover .hover-text{visibility: visible; opacity: 1;}
	.our-process-heading h3{width: 100%;max-width: 550px;}
	.our-process-main span {position:relative;font-size: 80px;font-weight: 800;color: #fcbd00;	display: flex;justify-content: flex-start;align-items: center;width: 100%;max-width: 260px;}
	.our-process-main {position: relative;text-align: center;}
	.our-process-main .img-box {position: relative;display: inline-block;overflow: hidden;}
	.our-process-main .img-box img {width: 100%;height: auto;display: block;}
	.our-process-main .hover-text {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: #fff;padding: 15px 20px;font-size: 14px;border-radius: 8px;opacity: 0;visibility: hidden;transition: 0.5s ease;text-align: center;}
	.our-process-main p{font-weight: 600; font-size: 20px;}
	.our-process-main  img{max-width:260px;width:100%;height:auto;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.our-process-main {width: 100%;max-width: 280px;display: flex;flex-direction: column;justify-content: center;align-items: center;border: 1px solid #83B5E4;border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 0 0 20px 0;}
	.our-process-main p {font-weight: 600;font-size: 20px;width: 100%;max-width: 258px;margin: 0 0 10px 0;}
	.our-process-types{ display: flex;justify-content: space-between;align-items: stretch;padding: 40px 0 0 0;}
	.our-process-main-wrapper .fluid-container h2:nth-of-type(2), .out-storage-main-wrapper .fluid-container h2:nth-of-type(2), .testimonial-main-wrapper .fluid-container h2:nth-of-type(2)  {position: relative;}
	.our-process-heading p {width: 100%;max-width: 800px;}

/* animations */
	.our-process-main {transform: scale(0.95) translateY(40px);transition: all 0.6s ease;transform: scale(1.05);background: linear-gradient(to bottom right, #ffffff, #eaf4ff);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);}
	.our-process-main.animate {opacity: 1;transform: scale(1) translateY(0);}
  
  @keyframes floatImage {
	0%, 100% {transform: translateY(0);}
	50% { transform: translateY(-10px);}
  }
.our-process-main:hover {box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);transform: scale(1.18);}
   
/* what is next */
.what-is-next-main-wrapper {padding: 150px 0;}
.what-is-next-left {width: 100%;max-width: 250px;}
.what-is-next-inner-wrapper h2{max-width: 252px;margin: auto;}
.what-is-next-left h2 {font-size: 40px;font-weight: 600;}
.what-is-next-inner-wrapper {display: flex;justify-content: center;align-items: center;gap: 100px;position: relative;}
.what-is-next-inner-wrapper::before {content: '';position: absolute;background: url(../images/wt-is-nxt-house-img.webp)no-repeat bottom left/contain;width: 100%;max-width: 525px;bottom: -13px;left: -17px;height: 100%;opacity: 0.2;max-height: 500px;}
  @keyframes floatDiagonal {
	0%, 100% {
	  transform: translate(0, 0);
	  opacity: 0.2;
	}
	50% {
	  transform: translate(20px, -20px);
	  opacity: 0.4;
	}
  }
  
/* .what-is-next-inner-wrapper::before {animation: floatDiagonal 8s ease-in-out infinite;}  */
.what-is-next-img {width: 100%;max-width: 330px;display: flex;justify-content: center;align-items: center;position: relative;}
.what-is-next-img img {width: 100%;max-width: 292px;height: 292px;border-radius: 50%;position: relative;}
.what-is-next-img::before {content: '';position: absolute;width: 100%;max-width: 310px;height: 310px;border-radius: 50%;background: linear-gradient(to right, #ffffff 0%, #eaf4ff 20%, #aad4f5 40%, #79b7e3 60%, #5ca5db 100%);	border: 2px solid #aad4f5;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.what-is-next-type {position: relative;width: 150px;height: 150px;background: #fff;border-radius: 20px;transform: rotate(0);display: flex;justify-content: center;align-items: center;}
.wt-types{ width: 100%;max-width: 170px;height: 170px;background: linear-gradient(to left, #FD8406, #FFBA03);border-radius: 20px;transform: rotate(45deg);display: flex;justify-content: center;align-items: center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;position: relative;} 
.wt-types:nth-child(1)::before {content: '';position: absolute;width: 100%;max-width: 126px;background: url(../images/wt-is-nxt-line-3.webp)no-repeat center center/contain;height: 100%;left: 0;z-index: 1;transform: rotate(-58deg);bottom: -156px;}
.wt-types:nth-child(3)::before {content: '';position: absolute;width: 100%;max-width: 126px;background: url(../images/wt-is-nxt-line-2.webp)no-repeat center center/contain;height: 100%;left: -131px;z-index: 1;transform: rotate(-42deg);top: 22px;}
.wt-types:nth-child(2){  background: linear-gradient(to left, #E79906, #FFDE0D);right: -50%; position: relative;}
.wt-types:nth-child(3){background: linear-gradient(to left, #BA3C13, #F7704B);}
.what-is-next-type h3{text-align: center; color: #000;transform: rotate(-45deg);}
.what-is-next-right {display: flex;justify-content: center;gap: 70px;align-items: center;width: 100%;max-width: 750px;}
.what-is-next-img::after {content: '';position: absolute;background: url(../images/wt-is-nxt-line-1.webp)no-repeat center right/contain;width: 100%;height: 100%;right: -206px;max-width: 205px;}
.what-is-next-types-main {width: 100%;display: flex;flex-direction: column;gap: 35px;}
 
  @keyframes rotateImage {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  } 
  @keyframes bounceIn {
	0% {
	  opacity: 0;
	  transform: scale(0.5) rotate(45deg);
	}
	60% {
	  opacity: 1;
	  transform: scale(1.1) rotate(45deg);
	}
	100% {
	  transform: scale(1) rotate(45deg);
	}
  }
  
  @keyframes floatGlow {
	0%, 100% {
		transform: translateY(0) rotate(45deg);
box-shadow: 0 0 10px #BC3E15, 0 0 10px #BC3E15;

	}
	50% {
		transform: translateY(-10px) rotate(45deg);
		box-shadow: 0 0 20px #DD8B31, 0 0 30px #FFBA03;
	}
  } 
.wt-types {animation: floatGlow 3s ease-in-out infinite;}
   
  
/* why-us */
.why-us-inner-wrapper h2 {padding: 0 0 10px;}
.why-us-main-wrapper{background: url(../images/why-us.webp)no-repeat center center/cover; width:100%; height:100%;position: relative;}
.why-us-main-wrapper::before{content:'';position: absolute;width: 100%;height:100%;background: var(--dark-blue);opacity: 0.6;top:0;left:0;}
.why-us-inner-wrapper{width: 100%;max-width: 50%;margin-left: auto;padding: 50px 50px 120px;position: relative;opacity:0.8;}
.why-us-inner-wrapper::before {content: '';position: absolute;background: #061625;width: 100%;height: 100%;left: 0;top: 0;}
.why-us-inner-wrapper h2, .why-us-inner-wrapper h3,.why-us-inner-wrapper p{position: relative;color: #fff;}
.why-us-inner-wrapper .index-conatct-right-main{justify-content: flex-start;}
.why-us-main-wrapper .index-contact-right{margin: 0 0 20px;}
.why-us-inner-wrapper .common-btn a {color: #fff;}
.why-us-inner-wrapper .common-btn {border: 1px solid #fff;}
.why-us-inner-wrapper .common-btn {background: none;}

/* range */
.range-inner-wrapper h3 {color: #329CE8;font-size: 50px;}
.range-inner-wrapper p {color: #000;font-size: 25px;}
.range-inner-wrapper {flex-wrap:wrap;display: flex;justify-content: space-around;align-items: center;width: 100%;max-width: 1200px;margin: auto;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 10px;transform: translateY(-65px);position: relative;z-index: 2;background: #fff;padding: 20px 10px 10px;}
.range-content {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;max-width: fit-content;}
.range-inner-wrapper p {margin: 0 0 15px;}


/* our storage*/
.out-services-main-wrapper .about {transform: translateY(80px);}
.storage-main {padding: 40px 0 0;display: flex;justify-content: space-between;align-items: center;}
.storage-types span {display: flex;justify-content: center;align-items: center;position: relative;}
.storage-name { border: 1px solid var(--dark-blue);padding: 10px 20px;width: 100%;max-width: 500px;margin: auto;background: linear-gradient(90deg, rgba(0,110,176,1) 0%, rgba(0,169,233,1) 100%);border-radius: 10px;transform: skewX(-15deg) translateY(-38px) translateX(-10px);position: relative;z-index: 2; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.storage-name a {color: #fff;text-align: center;transform: skewX(15deg);display: flex;justify-content: center;align-items: center;font-size: 23px;}
.out-storage-main-wrapper .about {transform: translateY(62px);font-size: 172px;}
.storage-types {position: relative;overflow: hidden;cursor: pointer; transition: 1s ease;width: 100%;max-width: 600px;}
.storage-types img {width: 100%;height: auto; max-width:100%;transition: 1s all ease-in-out;border-radius: 20px;}
.storage-name:hover a{color: #FFBA03;}
.storage-name:hover{background: #fff; border:1px solid var(--dark-blue)}

/* testimonials */
	.testimonial-main-wrapper .about {transform: translateY(64.9px); font-size: 187px;}
	.testimonials-image span {display: flex;justify-content: flex-start;align-items: center;width: 100%;max-width: 120px;}
	.testimonials-image span img {width: 100%;max-width: 120px;height: 120px;border-radius: 100%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.testimonials-image {display: flex;justify-content: flex-start;align-items: center;gap: 20px;}
	.testimonials-name h3, .testimonials-name h4{color: var(--dark-blue);}
	.testimonial-type {width: 100%;max-width: 425px;padding: 20px 40px;border-bottom: 1px solid #fccb373b;border-right: 1px solid #fddf859e;}
	.testimonial-type:nth-child(3){border-right:0}
	.testimonial-main {display: flex;justify-content: center;align-items: center;padding: 30px 0 40px;}
	.testimonial-type p {text-align: left;}

/* calltoaction */
	.index-pge-contact-inner-wrapper {width: 100%;max-width: 1200px;margin: auto;padding: 40px 20px;border-radius: 10px;transform: skewX(-20deg) translateY(60px);background: linear-gradient(90deg, rgba(0,110,176,1) 0%, rgba(0,169,233,1) 100%);border: 2px solid #fff;display: flex;justify-content: space-around;align-items: center;position: relative;z-index: 1;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
	.index-pge-contact-inner-wrapper h2{color: #fff; transform: skewX(20deg);font-size: 25px;}
	.index-pge-contact-inner-wrapper .common-btn{background: #fff;border: 1px solid var(--dark-blue);}
	.index-pge-contact-inner-wrapper .common-btn a {color: var(--dark-blue);}
	.index-pge-contact-inner-wrapper .common-btn:hover a { color: #fff !important}
	.index-pge-contact-inner-wrapper .common-btn:hover{background: #FFA31E;border:1px solid #FFA31E;}

/* footer */
	.footer-main-wrapper{background: url(../images/footer-img.webp)no-repeat center center/cover; width: 100%;height:100%;padding: 100px 0 0;position: relative;}
	.footer-main-wrapper::before{content:'';position: absolute;width: 100%;height:100%;top: 0;left:0;background: #061625;opacity: 0.9;}
	.footer-inner-wrapper {display: flex;justify-content: center;align-items: center;}
	.footer-inner-wrapper img{position: relative;width:100%;max-width: 300px;}
	.footer-links {position: relative;display: flex;justify-content: space-evenly;align-items: center;padding: 25px 0;}
	.footer-links li a{color: #fff;font-size: 16px;transition: 1s ease;}
	.footer-contact-list a {font-size: 15px;}
	.footer-contact {position: relative;display: flex;justify-content: space-between;align-items: center;padding: 0 0 20px;}
	.footer-contact-list {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;max-width: 400.5px;gap: 0;}
	.footer-contact-list span {display: flex;justify-content: center;align-items: center;width: 100%;max-width: 40px;height: 40px;border-radius: 10px;position: relative;background: linear-gradient(90deg, rgba(0,110,176,1) 0%, rgba(0,169,233,1) 100%);}
	.footer-contact-list span img{	width: 100%;max-width: 23px;height: auto; filter: invert(100%) sepia(7%) saturate(2351%) hue-rotate(143deg) brightness(112%) contrast(105%);}
	.copyrights-wrapper {position: relative;background: #fff;}
	.copyrights {display: flex;justify-content: space-between;align-items: center;}
	.copyrights p, .copyrights p {margin: 5px 0;font-size: 16px;}
	.swaragh-logo{position: relative;top: 4px;}
	.footer-first-route {display: none;}
	.copyrights a{display: flex;justify-content: space-between;align-items: center; gap:10px;}
	.footer-contact-list a {transition: 1s ease;position: relative;color: #fff;width: 100%;display: flex;justify-content: center;align-items: center; line-height: 1.3;padding: 5px 0 0 0;}
    .footer-logo {display: flex;justify-content: center;align-content: center;}
	
/* sitemap */
	.sitemap-main-wrapper {padding: 50px 0;}
	.sitmap-main {display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 30px 0;}
	.sitemap-in a {font-size: 20px;font-weight: 600;color: #eaab5a;}
	.sitemap-contains > a{width: 100%;font-size: 25px; color: var(--dark-blue); font-weight: 500; position: relative; text-align: center;}
	.sitemap-in {display: flex;justify-content: center;align-items: center;gap: 26px;}
	.sitemap-contains {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;max-width: 800px;margin: auto;gap:20px;}
    .sitemap-in li a{position: relative;}
	.sitemap-contains > a {width: 100%;max-width: 160px;border-radius: 6px;color: #fff;background: linear-gradient(90deg, rgb(25, 67, 111) 20%, rgb(28, 124, 201) 100%);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.sitemap-in li a:hover::before{display: block; left:-17px; transition: all 0.3s ease;}
	.sitemap-in li a:before{content:'';position: absolute; width:100%;max-width:10px;height:10px;background: #044388;border-radius: 50%;top:0;bottom:0;margin:auto;display: none; left:0;}


/* conatct-form */
	.contact-us-form-right span{font-size: 24px;text-align: start;} 
	.contact-us-form-right h3 {font-size: 26px;text-align: start;color: #FCBD00;line-height: 1.3;}
	.contact-us-form-right {width: 100%;max-width: 600px;width: 100%;padding: 30px;z-index: 1;border-radius: 20px;margin: auto;position: relative;}
	.contact-us-form-right .form-group { position: relative; margin-bottom: 20px;}
	.contact-details{width: 100%;max-width: 310px;}
	.contact-us-form-right input, textarea {width: 100%;border: none;outline: none;font-size: 16px;background: transparent;transition: all 0.3s ease; }
	.contact-us-form-right input:focus, .contact-us-form-right textarea:focus, .contact-us-form-right input:valid, .contact-us-form-right textarea:valid {border-bottom: 1px solid #fff;}
	.common-btn button{color: #fff;}
	.contact-us-form-right input:focus + label, .contact-us-form-right textarea:focus + label,
	.contact-us-form-right input:valid + label, .contact-us-form-right textarea:valid + label {color: #fff;}
	.contact-us-form-right .message-box {min-height: 120px;resize: none;}
	.contact-form{width: 100%; max-width: 550px; }
	.contact-us-form-right .btn {width: 100%;max-width: 250px;padding: 17px;background:#01AFE8;border: none;color: #fff;font-size: 16px;cursor: pointer;border-radius: 15px;transition: 0.3s; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.contact-us-form-right .btn:hover {background:transparent; color: #01AFE8;}
	.upload-doc .common-btn.common-btn {display: flex;justify-content: flex-start;align-items: center;}
	.contact-us-form-right   input:-webkit-autofill {-webkit-text-fill-color: #fff !important; }
	.contact-us-main-wrapper .common-btn button{padding: 10px 30px;} 
 /*contact-us-page*/

/* Form */
	.index-form { display: flex; justify-content: flex-start; align-items: center; gap: 20px; flex-wrap: wrap; width: 100%; max-width: 1200px; margin: auto;  padding: 20px 0 0;}
	.input-wrapper { position: relative; width: 100%;;}
	.index-form.in-p label {color: #fff !important;}
	.index-form.in-p input, .index-form.in-p textarea {color: #fff !important;}
/* Form */

/* Lable Animation */
    .user-box input, .user-box-readonly input, .user-box select{width: 100%; padding: 20px 0 ; font-size: 18px; border: none; outline: none; background: transparent; position: relative; color: #fff;}
	.user-box textarea {width: 100%;padding: 20px 0 0;font-size: 18px;border: none;outline: none;background: transparent;position: relative;color: #fff;}
	.user-box label,
	.user-box-readonly label { position: absolute; top: 0; left: 0; padding: 20px 0; font-size: 16px; color: #131313; pointer-events: none; transition: .5s;}
	.user-box-readonly label {top: -15px;}
	.banner-details-right .user-box-readonly label {color: var(--blue); top: -15px;}
	.user-box-readonly select {padding: 20px 0 10px;}
	input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* Override background color */ transition: background-color 5000s ease-in-out 0s; /* Ensure background transition overrides autofill */ background-clip: content-box !important; /* Keeps styling consistent */}
	input:-webkit-autofill {-webkit-text-fill-color: #fff !important; /* Text color inside autofilled input */ }
	form.index-page input:-webkit-autofill {-webkit-text-fill-color: #131313 !important; /* Text color inside autofilled input */ }
	.input-color input:-webkit-autofill {-webkit-text-fill-color: #131313 !important; }
/* Lable Animation */

	.about-main-wrapper.contact-pg{padding: 0 0 100px 0;}
	.contact-icons {width: 100%;max-width: 72px;border-radius: 12px;padding: 20px 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;display: flex;justify-content: center;align-items: center;background: linear-gradient(180deg, rgba(0,110,176,1) 20%, rgba(0,169,233,1) 100%);}
	.contact-icons img {filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(103%) contrast(102%);width: 100%;height: auto;max-width: 25px;animation: bendLeftRight 3s ease-in-out infinite;transform-origin: bottom center;}
	.contact-info {width: 100%;max-width: 283px;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;gap: 15px;}
	.contact-us-page-main {display: flex;justify-content: space-around;align-items: start;padding: 120px 0 0 0;position: relative;}
	.contact-us-page-main::before {content: '';position: absolute;width: 100%;height: 100%;top: 41px;left: 0;background: url(../images/contact-pg-img-1.webp)no-repeat center center / cover;height: 100%;min-height: 300px;}
	.about-main-wrapper.contact-pg .about {position: relative;z-index: 1;}
	.about-main-wrapper.contact-pg{background: #f9f9f9;}
	.contact-form-main-wrapper{background: url(../images/why-us.webp)no-repeat center center / cover;width:100%; height:100%; position: relative;padding: 40px 0;}
	.contact-form-main-wrapper::before {content: '';position: absolute;background: #0a253e;width: 100%;height: 100%;top: 0;left: 0;opacity: 0.9;}
	.contact-form-left {position: relative;}
	.contact-form-inner-wrapper {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
	.map-main-wrapper {padding: 100px 0 80px;}
	iframe {width: 100%;}
	.contact-form-left {width: 100%;max-width: 630px;}
	.contact-form-left img{width:100%;max-width:630px ;height:auto;}
	.our-process-main-wrapper h2 {text-align: center;}
	
    /* overview */
	.about-main-wrapper.overview .about-right {max-width: 700px;}
	.about-main-wrapper.overview p {text-align: left;}
	.about-right p {text-align: left;}
	.vision h2, .mission h2 {color: #fc9b19;position: relative;}
	.vision-mission-inner-wrapper {display: flex;justify-content: space-around;align-items: start;}
	.vision-mission-inner-wrapper .vision{  width: 100%;max-width: 550px;position:relative; z-index:1;}
	.vision-mission-inner-wrapper .mission {width: 100%;max-width: 550px;position: relative;z-index: 1;}
	.vision-mission-inner-wrapper .vision p, .vision-mission-inner-wrapper .mission p{position: relative; color:#fff;}
	.index-contact-main-wrapper.vision-mision::after {transform: skewX(0);border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
	.about-main-wrapper.overview .about-inner-wrapper {justify-content: flex-start;align-items: flex-start;}
/* corevalue */
/* --- Dots --- */

  .owl-dot {display: inline-block;margin: 0 5px;}
  .owl-dot span {width: 12px;height: 12px;background: #ccc; display: block;border-radius: 50%;transition: background 0.3s ease; margin:auto}
  .owl-dot.active span {background: #007BFF; }
  
  /* --- Navigation Arrows --- */
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {background: #007BFF;   color: #fff;          }
  .owl-dots {margin-top: 15px;display: flex;justify-content: center;align-items: center;width: 100%;max-width: 50px;margin: 30px auto 0;}
  
	.core-value-main-wrapper {padding: 100px 0;}
	.core-value-inner-wrapper h2, .core-value-inner-wrapper p {text-align: center; padding: 0 0 20px;}
	.core-value-types {margin:auto;width: 100%;max-width: 300px;display: flex;justify-content: center;align-items: center;flex-direction: column;border-left: 2px solid #0B54985E;padding: 0 20px;}
	.core-type {width: 100%;max-width: 80px;height: 80px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: linear-gradient(180deg, rgba(0,110,176,1) 20%, rgba(0,169,233,1) 100%);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.core-contant h3 {text-align: center;}
	.core-contant {padding: 10px 0;}
	.core-type img{filter: invert(100%) sepia(0%) saturate(2823%) hue-rotate(301deg) brightness(112%) contrast(101%);}
	.main-core {display: flex;justify-content: center;align-items: start;padding: 30px 0 0 0;flex-wrap: wrap;}
	.core-type img {width: 100%;max-width: 45px;height: auto;}
	.core-type img {max-width: 80px;margin-bottom: 15px;}
	.owl-carousel .owl-item img {width: 100%;max-width: 40px;display: flex;justify-content: center;align-items: center;position: relative;bottom: -7px;}
	.owl-item:nth-child(2n) .core-type {background: linear-gradient(#F6920E, #FCAA09);}
	.owl-item:first-child .core-value-types,
	.owl-item.cloned:first-child .core-value-types { border-left: none !important;}
 
/* what sets */
	.what-sets-main-wrapper {padding: 80px 0; background: linear-gradient(to bottom, #DEEDF6, #FFFFFF);}
	.whats-sets-left {width: 100%;max-width: 485px;}
	.whats-sets-left img {width: 100%;max-width: 485px;height: auto;}
	.what-sets-right {width: 100%;max-width: 759px;}
	.what-sets-right p {text-align: left;}
	.what-sets-inner-wrapper {display: flex;justify-content: center;align-items: center;gap: 50px; flex-wrap: wrap;}
	.what-sets-types p span {color: var(--dark-blue);font-size: 21px;font-weight: 500;}
	.what-sets-types p {position: relative;}
	.what-sets-types p::before {position: absolute;content: '';width: 100%;max-width: 20px;height: 30px;background: url(../images/icons/star.webp)no-repeat center center / contain;left: -30px;top: 0;filter: invert(31%) sepia(91%) saturate(1160%) hue-rotate(175deg) brightness(88%) contrast(101%);}

/* why-prabha */
	.why-prabha-inner-wrapper {border-radius: 30px;width: 100%;display: flex;padding: 23px 10px;justify-content: space-between;align-items: center;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;background: linear-gradient(90deg, rgb(20, 163, 217) 20%, rgb(2, 75, 119) 100%);flex-wrap: wrap;}
	.why-prabha-types-main {width: 100%;max-width: fit-content;position: relative;}
	.why-prabha-types-main p::before {content: '';position: absolute;width: 100%;background: #fff;max-width: 5px;height: 5px;border-radius: 50%;top: 0;bottom: 0;margin: auto;right: -21px;}
	.why-prabha-types-main p::after {content: '';position: absolute;width: 100%;background: #fff;max-width: 5px;height: 5px;border-radius: 50%;top: 0;bottom: 0;margin: auto;left: -21px;}
	.why-prabha-types-main::before {content: '';position: absolute;width: 71%;height: 2px;background: #fff;max-width: 50px;top: 0;bottom: 0;margin: auto;right: -68px;}
	.why-prabha-types-main p {margin: 10px 0;}
	.why-prabha-types-main:nth-child(1) p::after, .why-prabha-types-main:nth-child(6) p::before{display: none;}
	.why-prabha-types-main:nth-child(6)::before{display: none;} 
	.why-prabha-types-main p {text-align: center;color: #fff; position: relative;}

/* highlights */
	.our-highlights-img {width: 100%;max-width: 300px;position: relative;}
	.our-highlights-img::before {content: '';position: absolute;width: 100%;height: 100%;top: 1px;left: 0;background: var(--dark-blue);border-radius: 12px;}
	.our-highlights-types:nth-child(2) .our-highlights-img::before {background: #FF940B !important;}
	.our-highlights-img img {width: 100%;height: auto;border-radius: 15px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;position: relative;}
	.our-highlights-inner-wrapper {padding: 100px 0 40px;}
	.our-highlights-inner-wrapper h2 {text-align: center;padding: 0 0 30px;}
	.our-highlights-types {width: 100%;max-width: 430px;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;}
	.our-highlights-types::before{content:'';position: absolute;width: 2px;height: 550px;background:#0B54984D;top: 0;right: 0;}
	.our-highlights-types:nth-child(3)::before{background: none;}
	.our-highlights-types-main {display: flex;justify-content: center;align-items: start;}
	.our-highlights-content h3 {text-align: center;padding: 18px 0 0 0;}
	.our-highlights-content{padding: 0 20px;}
	.our-highlights-content p {text-align: center;}
	.our-highlights-content {	width: 100%;max-width: 430px;}
	.our-highlights-content {max-width: 364px;}

/* ourjourney */
	.about-inner-wrapper.our-journey p {width: 100%;max-width: 1004px;text-align: center; margin: auto;}
	.journey-time span {display: flex;justify-content: flex-start;align-items: center;width: 100%;max-width: 270px;position: relative;}
	.journey-time {display: flex;justify-content: flex-start;align-items: center;gap: 45px;}
	.journey-time span img {width: 100%;max-width: 270px;height: auto;border-radius: 15px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.journey-content {width: 100%;max-width: 700px;}
	.our-journey-inner-wrapper:last-of-type .journey-time h3::before {display: none !important;}
	.our-journey-inner-wrapper {display: flex;justify-content: space-evenly;align-items: center;padding:0 0 50px;}
	.journey-content p {position: relative;padding: 0 0 0 40px;}
	.journey-content p::before {content: '';position: absolute;background: url(../images/icons/star.webp) no-repeat center left / contain;width: 20px;height: 20px;display: inline-block;filter: invert(24%) sepia(45%) saturate(7451%) hue-rotate(188deg) brightness(93%) contrast(102%);left: 5px;top: 4px;}
	.journey-time h3 {color: #3E97EA;position: relative;}
	.journey-time h3::before {content: '';position: absolute;width: 100%;max-width: 2px;background: #fff;top: 37px;height: 311px;left: 61px;border: 1px dotted var(--dark-blue);}
	.our-journey-inner-wrapper:nth-child(2) .journey-time h3::before {height: 294px;}
	.our-journey-inner-wrapper:nth-child(3) .journey-time h3::before {height: 282px;}
	.our-journey-inner-wrapper:nth-child(4) .journey-time h3::before {height: 281px;}
	.our-journey-inner-wrapper:nth-child(5) .journey-time h3::before {height: 276px;}
	.our-journey-inner-wrapper:nth-child(6) .journey-time h3::before {display: none;}
	.journey-time span::before {content: '';position: absolute;width: 100%;max-width: 50px;height: 50px;background: linear-gradient(180deg, rgb(1, 82, 130) 20%, rgb(0, 169, 233) 100%);border-radius: 50%;left: -23px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .about-inner-wrapper.our-journey {display: block;}
	.about-inner-wrapper.our-journey h1{text-align: center ;padding: 0 0 7px;}


/* clientele */
	.about-inner-wrapper.our-journey.clientele p {margin: 0;}
	.logo-inner-wrapper {width: 100%;max-width: 1120px;border-radius: 20px;box-shadow: rgba(0, 0, 139, 0.15) 0px 5px 15px 0px;padding: 60px;margin: auto;}
	.logo-main img {width: 100%;max-width: 220px;height: auto;}
	.logo-main {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
	.logo-main:nth-child(2n) {padding: 60px 0 0;}
	.about-main-wrapper.clientele {padding: 0;}
	.what-our-clients-say-main-wrapper {padding: 100px 0 40px;}
	.about-main-wrapper.clientele .about-inner-wrapper p {margin: 0 0 15px;transform: translateY(-30px);text-align: center;}
	.about-main-wrapper.clientele .about-inner-wrapper {width: 100%;max-width: 1000px;margin: auto;display: flex;justify-content: center;align-items: center;}
	.what-our-clients-say-inner-wrapper {display: flex;justify-content: center;align-items: center;flex-direction: column;width: 100%;max-width: 1010px;margin: auto;}
	.what-our-clients-say-inner-wrapper p{text-align: center;}
	.clients-name span {width: 100%;max-width: 100px;display: flex;justify-content: center;align-items: center;height: 100px;position: relative;}
	.clients-name span img {width: 100%;max-width: 100px;height: 100px;border-radius: 50%;}
	.clients-name {display: flex;justify-content: flex-start;align-items: center;gap: 16px;}
	h4 {font-size: 18px;font-weight: 400;}
	.about-clients {display: flex;justify-content: space-between;align-items: center;}
	.clients-contant {width: 100%;max-width: 1000px;margin: auto;padding: 50px 40px;border: 2px solid #61A2DF;position: relative;border-radius: 20px;}
	.contant-main {padding: 60px 0 0 0;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 100px;position: relative;}
	.clients-contant::before {content: '';position: absolute;width: 100%;max-width: 30px;height: 30px;background: url(../images/icons/commas.webp) no-repeat center center / contain;top: -15px;left: 42px;filter: invert(64%) sepia(82%) saturate(1095%) hue-rotate(0deg) brightness(104%) contrast(104%);z-index: 1;}
	.clients-contant::after {content: '';position: absolute;width: 100%;max-width: 30px;height: 30px;background: url(../images/icons/commas.webp) no-repeat center center / contain;bottom: -15px;right: 56px;filter: invert(64%) sepia(82%) saturate(1095%) hue-rotate(0deg) brightness(104%) contrast(104%);z-index: 1;}
	.clients-contant:nth-child(2), .clients-contant:nth-child(4)  {border: 2px solid #fbc51d;}
	.clients-name span::before {background-color:#fff;content: '';position: absolute;width: 100%;max-width: 66px;height: 66px;border-radius: 50%;top: -83px;left: -16px;}
	.clients-contant p {position: relative;width: 100%;}
	.clients-contant p::before {content: '';position: absolute;width: 100%;max-width: 66px;height: 66px;border-radius: 50%;background-color: #fff;bottom:-98px;right: 0;}
	.clients-contant:nth-child(2)::before, .clients-contant:nth-child(4)::before {filter: invert(27%) sepia(100%) saturate(748%) hue-rotate(176deg) brightness(91%) contrast(101%);}
	.clients-contant:nth-child(2)::after, .clients-contant:nth-child(4)::after {filter: invert(27%) sepia(100%) saturate(748%) hue-rotate(176deg) brightness(91%) contrast(101%);}

/* process */
	.process-pg-right img {filter: invert(100%) sepia(91%) saturate(0%) hue-rotate(89deg) brightness(113%) contrast(101%);width: 100%;max-width: 50px;}
	.process-pg-right {background: linear-gradient(180deg, rgb(23, 89, 129) 20%, rgb(0, 169, 233) 100%);width: 100%;max-width: 100px;height: 100px;border-radius: 50%;display: flex;justify-content: center;align-items: center;transform: translateX(50px);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.process-pg-main-wrapper {width: 100%; padding:70px 0 0 0;}
	.about-main-wrapper.process{padding: 0;}
	.process-types {display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;gap: 100px;padding: 0 0 40px;background: #fff;position: relative;}
	.process-inner-wrapper {position:relative; display: flex;justify-content: flex-end;align-items: center;border: 1px solid #74ACE0;border-radius: 10px;padding: 40px 0 40px 50px;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;width: 100%;max-width: 900px;}
	.process-types:nth-child(even) {justify-content: flex-end;align-items: flex-end;}
	.process-types:nth-child(2n) .process-inner-wrapper h2 {color: #fe9d21;}
	.process-types:nth-child(even) .process-inner-wrapper{flex-direction: row-reverse; padding: 40px 50px 40px  0; border: 1px solid #fe9b1d;}
	.process-types:nth-child(even) .process-pg-right{transform: translateX(-50px);background: linear-gradient(90deg, #FD8F09 0%, #FFB347 100%);}
	.process-types:nth-child(odd) .process-pg-left{display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;}
	.process-types:nth-child(odd) .process-pg-left p{text-align: right;}
	.process-types:nth-child(even) .process-pg-left p{text-align: left;}
	.process-types:nth-child(2n+1) .process-inner-wrapper::before {content: '';position: absolute;width: 100%;max-width: 76px;height: 100%;bottom: -82px;right: -177px;background: url(../images/line.webp)no-repeat center center / contain;}
	.process-types:last-of-type .process-inner-wrapper::before{display: none;} 
	.process-types:nth-child(2n) .process-inner-wrapper:before{content: '';position: absolute; background: url(../images/line-2.webp)no-repeat left top / contain; 	width: 100%;max-width: 78px;height: 100%;bottom: -147px;left: -177px; transform: scaleX(-1);}

/* whatnext */
	.what-next-main span {display: flex;justify-content: flex-start;align-items: flex-start;width: 100%;max-width: 400px;height: auto;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 20px;}
	.what-next-main span img {width: 100%;max-width: 400px;height: auto;border-radius: 20px;}
	.what-next-logo {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;width: 100%;max-width: 100px;display: flex;justify-content: center;align-items: center;height: 100px;border-radius: 50%;background: linear-gradient(180deg, rgba(0,110,176,1) 20%, rgba(0,169,233,1) 100%);transform: translateY(-55px);position: relative;}
	.what-next-logo img{filter: brightness(0) invert(1);width: 100%;max-width: 60px;height: auto;}
	.what-next-main {width: 100%;max-width: 400px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
	.what-next-pg-inner-wrapper {display: flex;justify-content: center;align-items: start;gap: 45px;}
	.what-next-bottom {width: 100%;max-width: 400px;padding: 0 30px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
	.what-next-bottom p{text-align: center;}
	.what-next-logo::before {content: '';position: absolute;width: 2px;height: 100%;border: 1px dotted var(--dark-blue);bottom: -52px;left: 0;right: 0;margin: auto;max-height: 46px;}
	.what-next-core-values-inner-wrapper {display: flex;justify-content: center;align-items: center;gap: 30px;position: relative;padding:60px 0 40px;}
	.what-next-both {display: flex;flex-direction: column;justify-content: center;align-items: center;}
	.index-pge-contact-main-wrapper p {position: relative;}
	.what-next-core-values-both {display: flex;justify-content: center;align-items: center;gap: 30px;}
	.what-next-core-values-both p {width: 100%;max-width: 650px;text-align: left;}
	.what-next-core-values-img img {width: 100%;max-width: 525px;height: auto;}
	.what-next-core-values-main-wrapper {padding: 100px 0 0 0;}
	.what-next-core-values-img{position: relative;width: 100%;max-width: 540px;}
	.what-next-core-values-inner-wrapper p{width: 100%;max-width: 550px;}
	.index-pge-contact-main-wrapper::before {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0.79) 100% );}
	.index-pge-contact-main-wrapper {position: relative;background: url(../images/what-next-5.webp)no-repeat center center / cover;width: 100%;height: 100%;margin: 80px 0 0;}
	.index-pge-contact-main-wrapper {margin: 0;}

/* error page */
	.error-page-inner-wrapper {padding: 100px 0 100px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
	.error-page-inner-wrapper .common-btn {max-width: 155px;transform: skewX(-17deg);}
	.error-page-inner-wrapper p{text-align: center;}
	.error-contant{padding:150px 0;}
	.error-contant p {text-align: center;font-size: 50px;color: #1464ab;}

/* prajwal */
	.inner-h2{color: var(--dark-blue); font-weight: 600;}
	ul,li{list-style: none;margin: 0; font-family: 'Cairo', sans-serif;}
	.types-of-warehouse-storage-inner-wrapper.customized .types-of-warehouse-storage-cards {padding:0 !important;display: flex;justify-content: center;align-items: stretch;width: 100%;gap: 67px;}
	.types-of-warehouse-storage-inner-wrapper.customized h2 {padding: 25px 0;}
	.customized .types-of-warehouse-storage-cards .types-of-warehouse-storage-card h4{font-size: 16px;}

/* Cold storage */
    .dependable-solutions-main-wrapper {padding: 70px 0 100px;}
    .dependable-solutions-content-wrapper {display: flex;align-items: center;justify-content: center;gap: 40px;padding: 0;}
    .dependable-solutions-img{width: 100%; max-width: 50%; position: relative;}
    .dependable-solutions-img img{width: 100%; max-width: 630px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .dependable-solutions-content{width: 100%; max-width: 50%;}
    .what-we-offer-main-wrapper{padding:0 0 40px;}
    .what-we-offer-cards { display: flex; justify-content:center; align-items: flex-start;  gap:5px; width: 100%; max-width: 100%; flex-wrap: wrap;}
    .what-we-offer-card { width: 100%; max-width:33%; height: 320px; object-fit: cover;position: relative; display: flex;justify-content: center;align-items: flex-end; position: relative;  transition: transform 0.4s ease-in-out;  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
    .what-we-offer-card::before {content: '';position: absolute;width: 100%;left: 0;right: 0;bottom: 0;top: 0;background: linear-gradient(to top, #000000cc 40%, #fff0 89%);     transition: 1s ease;}     
    .what-we-offer-card .imgs { display: flex; justify-content: flex-end; align-items: flex-start; padding: 10px; position: relative; }
    .what-we-offer-card .imgs span { width: 100%; max-width: 50px; height: 50px; border-radius: 100%; background-color: #FFCB08; display: flex; justify-content: center; align-items: center; cursor: pointer; }
    .what-we-offer-card .imgs img { width: 100%; max-width: 70px; filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(15%) hue-rotate(254deg) brightness(102%) contrast(106%); }
    .what-we-offer-card .what-we-offer-card-name {position: relative; }
    .what-we-offer-card .what-we-offer-card-name p { color: #fff; text-align: center; font-size: 20px; padding: 0 20px;     transition: 1s ease;}
    .what-we-offer-card:hover::before , .what-we-offer-card:hover p{display: none;}
    .with-our-cold-storage-main-wrapper {padding: 60px 0 40px;}
    .with-our-cold-storage-inner-wrapper  h2 {text-align: center;color: #000;font-size: 30px;font-weight: 400; padding-bottom: 45px;}
    .with-our-cold-storage-img{width: 100%; max-width: 50%;}
    .with-our-cold-storage-img img{width: 100%; max-width: 650px;}
    .with-our-cold-storage-content{width: 100%; max-width: 50%;}
    .with-our-cold-storage-content-wrapper{display: flex;justify-content: center; align-items: center;}
    .with-our-cold-storage-sub-content-list h3{font-size: 23px;}
    .with-our-cold-storage-sub-content-icon span {width:65px;height:65px;border-radius: 100%;background: #F5AC08;display: flex;justify-content: center;align-items: center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .with-our-cold-storage-sub-content-icon span img{width: 100%; max-width: 35px; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(268deg) brightness(112%) contrast(101%);}
    .with-our-cold-storage-sub-content-warpper {display: flex;justify-content: center;align-items: start;padding: 15px 0;}
    .with-our-cold-storage-sub-content-icon{width: 100%; max-width: 80px;}
    .with-our-cold-storage-sub-content-list p {font-size: 18px;margin: 5px 0 0; text-align: start;}
    .with-our-cold-storage-content .with-our-cold-storage-sub-content-warpper:nth-child(2n) .with-our-cold-storage-sub-content-icon span {background: linear-gradient(180deg, rgba(0,110,176,1) 20%, rgba(0,169,233,1) 100%);}
    .our-process-prabha-main-wrapper {padding: 100px 0 20px;background: linear-gradient(to bottom, #deecf773 10%, #fff 90%);}
    .our-process-prabha-inner-wrapper h2{text-align: center;}
    .our-process-prabha-card {width: 100%;max-width:380px;background:#fff;border-radius: 15px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border: solid 1px #95b7d6;position: relative;}
    .our-process-prabha-cards-wrapper {padding-top: 80px;display: flex;justify-content: center;align-items: stretch;gap: 80px ;flex-wrap: wrap;}
    .our-process-prabha-card-img {position: absolute;top: -44px;display: flex;justify-content: center;align-items: center;width: 100%;}
    .our-process-prabha-card-img span {width: 90px;height: 90px;background: linear-gradient(180deg, rgba(0,110,176,1) 20%, rgba(0,169,233,1) 100%);display: flex;justify-content: center;align-items: center;border-radius: 100%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .our-process-prabha-card-img span img{width: 100%; max-width:50px; filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(783%) hue-rotate(253deg) brightness(114%) contrast(100%);}
    .our-process-prabha-card h3 {font-size: 22px;font-weight: 600;margin: 65px 0 0;padding: 0 20px;text-align: center;color: #044388;}
    .our-process-prabha-card p {margin: 10px 0 20px;padding: 0 20px;text-align: center;font-size: 16px;color: #000;}
	.what-we-offer-main-wrapper h2 {text-align: center;padding: 0 0 40px;}
	.with-our-cold-storage-main-wrapper h2 {text-align: center;}
	.with-our-cold-storage-inner-wrapper > p {text-align: center;width: 1005;max-width: 900px;margin: auto;padding: 10px 0 30px;}

/* Cold  Storage */
    .about-main-wrapper.warehousing .about-right {max-width: 46%;}
    .about-main-wrapper.warehousing .about-inner-wrapper {align-items: center;}
    .about-main-wrapper.warehousing .about-inner-wrapper span img {max-width: 643px !important;}
    .about-main-wrapper.warehousing .about-inner-wrapper span {max-width: 643px }
    .about-main-wrapper.warehousing .about-inner-wrapper {flex-direction: row-reverse;}
    .about-main-wrapper.warehousing .about-right h2, .about-right p {text-align: right;}
    .about-inner-wrapper.index .about-right p {text-align: left;}
	.types-of-warehouse-storage-inner-wrapper.customized {padding: 50px 0 0 0 !important;}
	
/* warehousing */
    .warehouseing-that-works-main-wrapper{padding: 0 0 60px;}
    .warehouseing-that-works-content-wrapper{display: flex; justify-content: center; align-items: center; gap: 30px;}
    .warehouseing-that-works-content-img{width: 100%; max-width: 45%;}
    .warehouseing-that-works-content-img img{width: 100%; max-width: 590px;}
    .warehouseing-that-works-content{width: 100%; max-width: 55%;}
    .warehouseing-that-works-content  h3{font-size: 28px; padding: 10px 0 0;}
    .warehouseing-that-works-content  p{line-height: 1.8; text-align: start;}
    .warehouseing-that-works-main-content-wrapper .warehouseing-that-works-content-wrapper:nth-child(2){flex-direction: row-reverse;}
    .our-infrastructure-main-wrapper { padding: 0 0 80px;}
    .our-infrastructure-cards { display: flex; justify-content:center; align-items: flex-start;  gap:5px; width: 100%; max-width: 100%; flex-wrap: wrap;}
    .our-infrastructure-card { width: 100%; max-width:49%; height: 320px; object-fit: cover;position: relative; display: flex;justify-content: center;align-items: flex-end; position: relative;  transition: transform 0.4s ease-in-out;  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
    .our-infrastructure-card::before {content: '';position: absolute;width: 100%;left: 0;right: 0;bottom: 0;top: 0;background: linear-gradient(to top, #000000cc 40%, #fff0 89%);transition: 1s ease;}     
    .our-infrastructure-card .imgs { display: flex; justify-content: flex-end; align-items: flex-start; padding: 10px; position: relative; }
    .our-infrastructure-card .imgs span { width: 100%; max-width: 50px; height: 50px; border-radius: 100%; background-color: #FFCB08; display: flex; justify-content: center; align-items: center; cursor: pointer; }
    .our-infrastructure-card .imgs img { width: 100%; max-width: 70px; filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(15%) hue-rotate(254deg) brightness(102%) contrast(106%); }
    .our-infrastructure-card .our-infrastructure-card-name {position: relative;  width: 100%; padding: 0 20px; }
	.our-infrastructure-card-name span {display: block;text-align: start;text-align: start;color: #FBBC00;font-size: 28px;font-weight: 700;}
    .our-infrastructure-card .our-infrastructure-card-name p { transition: 1s ease; color: #fff; text-align: start; font-size: 18px; margin: 5px 0 15px;}
    .types-of-warehouse-storage-inner-wrapper{padding: 0 0 100px;}
    .types-of-warehouse-storage-inner-wrapper h2{text-align: center; padding-bottom: 15px; ;transition: 1s ease;}
    .types-of-warehouse-storage-inner-wrapper h3{text-align: center; ;transition: 1s ease;}
    .types-of-warehouse-storage-cards{padding-top: 35px; display: flex; justify-content: space-evenly; align-items: center;}
    .our-infrastructure-card:hover::before , .our-infrastructure-card:hover .our-infrastructure-card-name span , .our-infrastructure-card:hover .our-infrastructure-card-name p {display: none !important;}
    .types-of-warehouse-storage-main-wrapper{background: linear-gradient(to bottom, #deecf7c2 10%, #fff 31%); padding: 80px 0 0; position: relative; z-index: -1;}
    
@keyframes bounceCircle {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

    .types-of-warehouse-storage-card {width: 100%;max-width: 340px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 60px 20px; border-radius: 20px; position: relative; background: #ffff;}
    .types-of-warehouse-storage-card::before { position: absolute; content: ""; width: calc(100% + 20px); height: calc(100% + 20px); background: linear-gradient(180deg,rgba(241, 181, 0, 1) 50%, rgba(255, 255, 255, 0.79) 50%); left: -10px; top: -10px; z-index: -1; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 20px;}
    .types-of-warehouse-storage-cards .types-of-warehouse-storage-card::before{background: linear-gradient(180deg,rgba(44, 153, 235, 1) 50%, rgba(255, 255, 255, 0.79) 50%);}
    .storage-mains:nth-child(2) .types-of-warehouse-storage-card::before{background: linear-gradient(180deg,rgb(255, 180, 7) 50%, rgba(255, 255, 255, 0.79) 50%);}
    .types-of-warehouse-storage-card h4 {font-size: 20px;text-align: center;font-weight: 400; line-height: 1.5;}
    .types-of-warehouse-storage-cards .types-of-warehouse-storage-card:nth-child(2)::after{background: #2C98EA;}
    .extra-support-prabha-main-warpper{padding: 0 0 40px;}
    .extra-support-prabha-card{display: flex; justify-content: center; align-items: center; gap: 60px;}
    .extra-support-prabha-card-img{width: 100%; max-width: 50%;}
    .extra-support-prabha-card-img img{width: 100%; max-width: 600px;}
    .extra-support-prabha-card-content {width: 100%;max-width: 1115px;margin: auto;}
	.prabha-team-main-wrapper .extra-support-prabha-card-content h2, .prabha-team-main-wrapper .extra-support-prabha-card-content p {text-align: left !important;}
    .prabha-team-main-wrapper .extra-support-prabha-card:nth-child(2)  .extra-support-prabha-card-content h2, .prabha-team-main-wrapper .extra-support-prabha-card:nth-child(2)  .extra-support-prabha-card-content p{text-align: right !important;}
    .extra-support-prabha-card-content ul{padding-left: 35px}
    .extra-support-prabha-card-content ul li{font-size: 18px; margin: 10px 0; text-align: start; line-height: 1.5; position: relative;}
    .extra-support-prabha-card-content ul li::before {position: absolute;content: "";width: 100%;max-width: 7px;height: 7px;background: #000;left: -23px;top: 15px;}
    .extra-support-prabha-inner-warpper .extra-support-prabha-card:nth-child(2){flex-direction: row-reverse;}
    .extra-support-prabha-inner-warpper .extra-support-prabha-card:nth-child(2) .extra-support-prabha-card-img img{border-radius: 15px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .extra-support-prabha-card-content h3 {padding: 10px 0 0 0;}
	.our-infrastructure-main-wrapper h2 {text-align: center;padding: 0 0 40px;}
	.extra-support-prabha-main-warpper {padding: 80px 0 40px;background: linear-gradient(to bottom, #deecf7c2 10%, #fff 31%);}
	.Industries-serve-main span {display: flex;justify-content: flex-start;align-items: center;width: 100%;max-width: fit-content; position: relative;}
	.Industries-serve-main span::before, .Industries-serve-main-sec span::before{content: '';position: absolute;background: #000;width: 100%;height: 100%;opacity: 0.7;visibility: hidden;border-radius: 20px;transition: transform 0.4s ease;}
	.Industries-serve-main span p, .Industries-serve-main-sec span p {position: absolute;color: #fff;left: 0;right: 0;display: none; font-size: 25PX;}
	.Industries-serve-main span:hover::before, .Industries-serve-main-sec span:hover::before {visibility: visible;}
	.Industries-serve-main span:hover p, .Industries-serve-main-sec span:hover p {display: flex; justify-content: center; align-items: center;}
	.Industries-serve-main {display: flex;justify-content: center;align-items: center;gap: 20px; position: relative;}
	.Industries-serve-main-sec span {display: flex;justify-content: flex-start;align-items: center; position: relative;}
	.Industries-serve-main-sec span img {width: 100%;max-width: 606px;height: auto;border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.Industries-serve-main-sec {display: flex;justify-content: center;align-items: center;gap: 20px;}
	.extra-support-prabha-inner-warpper {display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 20px;padding: 30px 0 0 0;}
	.Industries-serve-main span img {width: 100%;height: auto;border-radius: 20px;max-width: 400px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.extra-support-prabha-card-content .inner-h2, .extra-support-prabha-card-content p {text-align: center;}
	.prabha-team-main-wrapper .extra-support-prabha-card:nth-child(2){gap:90px !important;}
	.prabha-team-main-wrapper .extra-support-prabha-inner-warpper {display: block; }
	
/* warehousing */

/* media */
	.media-main-wrapper {padding: 100px 0 40px;}
	.media-inner-wrapper P {text-align: center;}
	.medis-top a img {width: 100%;max-width: 300px;height: auto;}
	.media-top-image {width: 100%;max-width: 350px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; border-top-right-radius: 10px; border-top-left-radius: 10px;}
	.media-bottom {padding:12px;width: 100%;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
    .media-inner-wrapper {display: flex;justify-content: space-evenly;align-items: stretch; flex-wrap: wrap;}
	.media-bottom p {color: var(--dark-blue);}
	.media-top {width: 100%;max-width: 350px;}
	.media-top a img {width: 100%;max-width: 350px;height: auto;border-top-right-radius: 10px;border-top-left-radius: 10px;}
    .media-top a {display: flex;justify-content: center;align-items: center;}

/* process */
	.about-main-wrapper.process
	.about-inner-wrapper {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;flex-direction: column;gap:0;padding:0 0 30px}
	.about-main-wrapper.process .about-inner-wrapper p {transform: translateY(-14px);}

/* caal-to-action-warehosuing */
	.warehousing-call-to-action-main-wrapper{background: url(../images/index-contact-img.webp)no-repeat center center / cover; width:100%; height:100%; padding: 40px 0;margin:50px 0;position: relative;}
	.warehousing-call-to-action-main-wrapper::before{content:'';background:#044388;position: absolute;width:100%;height:100%; top:0;left:0;opacity: 0.8;}
	.warehousing-call-to-action-inner-wrapper h2{text-align: center; color: #fff; position: relative;}
	.warehousing-call-to-action-inner-wrapper .common-btn {margin: auto;}
	.warehousing-call-to-action-inner-wrapper {display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 20px;}
	.warehousing-call-to-action-inner-wrapper .common-btn {margin: auto;background: #fff;transform: skewX(-18deg);}
	.about-main-wrappe.overview {padding: 70px 0 40px;}
	.about-main-wrappe.overview h2 {text-align: center;padding: 0 0 20px; }
	.prabha-team-main-wrapper h2 {text-align: center !important;padding: 0 0 20px;}
	.prabha-team-main-wrapper {padding: 0 0 40px;}
	.warehousing-call-to-action-inner-wrapper .common-btn:hover{	background: linear-gradient(90deg, #FD9408 0%, #FFB347 100%);border: 1px solid #ffad3b;}
	.what-next-pg-main-wrapper {padding: 0 0 30px;}

@media(max-width:1600px){
	.with-our-cold-storage-inner-wrapper  h2{font-size: 28px; padding-bottom: 38px;}
	.with-our-cold-storage-sub-content-list h3 { font-size: 22px;}
	.what-we-offer-card .what-we-offer-card-name p {font-size: 18px;}
	.extra-support-prabha-card-content ul li {font-size: 20px;line-height: 1.4;}
	.our-infrastructure-card .our-infrastructure-card-name p {font-size: 16px;}
	.our-infrastructure-card-name span {font-size: 22px;font-weight: 600;}
}  
	
@media (min-width:1360px){
	.banner-inner-wrapper {max-width: 100%;}
	.header-top .header-drop-down-main a {font-size: 24px;}	
}
 
@media screen and (max-width:1360px){	
	.banner-icon-left img {max-width: 38px; aspect-ratio: 1/1;height: auto;}
	header.scrolled-header .header-top{width:100%;}
	.why-prabha-types-main p::after {left: -42px;}
	.why-prabha-types-main p::before {right: -42px;}
	.why-prabha-inner-wrapper {justify-content: center;gap: 48px;}
	.why-prabha-types-main::before {max-width: 30px;right: -38px;}
	.what-is-next-inner-wrapper::before {left: -34px;}
	.header-top .header-drop-down-main a {font-size: 16px;}
	.header-top .header-drop-down-main {gap: 24px;}
	h1 {font-size: 38px;}
	.banner-txt {padding-bottom: 16px;}
	.header-top {max-width: 1173px !important;}
	.header-bottom {padding: 0 94px 0 0;}
	.our-highlights-types::before {display: none !important;}
	.storage-icon img {max-width: 40px;}
	.storage-icon {max-width: 70px;height: 70px;}
	.storage-icon {transform: translateY(26px);}
	.about-inner-wrapper span img {max-width: 400px;}
	.about-inner-wrapper span {max-width: 400px;}
	.about-right {max-width: 685px;}
	.our-process-main span {font-size: 50px;}
	.our-process-main:hover {transform: initial;}
	.our-process-types {justify-content: space-around;}
	.storage-types img {max-width: 480px;}
	.storage-name {max-width: 363px;}
	.storage-main {justify-content: space-around;}
	.testimonials-image span img {max-width: 100px;height: 100px;}
	.testimonials-image {gap: 0;}
	.testimonial-type {padding: 20px;}
	.testimonial-type {max-width: 380px;}
	.our-highlights-img {max-width: 250px;}
	.what-next-main span {max-width: 320px;	}
	.what-next-main span img {max-width: 320px;}
	.what-next-logo img {max-width: 42px;}
	.what-next-logo {max-width: 80px;height: 80px;}
	.index-pge-contact-inner-wrapper {max-width: 1216px;}
    .types-of-warehouse-storage-inner-wrapper.customized .types-of-warehouse-storage-cards {flex-wrap: wrap !important;}
	.customized .types-of-warehouse-storage-cards .types-of-warehouse-storage-card h4 {font-size: 20px;}
	.types-of-warehouse-storage-inner-wrapper.customized h2 {padding: 50PX 0 30PX !important;}
}

@media screen and (max-width:1280px) {
	.footer-links {	gap: 78px;justify-content: center;}
	.our-process-types {justify-content: center;align-items: stretch;gap: 28px;}
	.testimonial-type {border: 1px solid #fccb373b;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.testimonial-main {gap: 35px;justify-content: center;}
	.banner-inner-wrapper {padding: 0 55px 40px 0;}
	.banner-txt {padding-bottom: 10px;}
	.what-is-next-main-wrapper {padding: 130px 0;}
	.range-inner-wrapper {transform: translateY(-36px);}
	.why-us-inner-wrapper {padding: 50px 50px 95px;}
	.what-is-next-inner-wrapper::before {max-width: 495px;left: -30px;}
	.our-highlights-types::before {display: none;}
	.our-highlights-types {max-width: 100%;}
	.our-highlights-types-main {gap: 30px;}
	.why-prabha-types-main::before {max-width: 56px;right: -75px;}
	.about-main-wrapper.overview .about-right {max-width: 100%;}
	.inner-h2 {text-align: center;}
	.warehouseing-that-works-content .inner-h2{text-align: left ;}
	.inner-banner-inner-wrapper a, .inner-banner-inner-wrapper h3 {font-size: 18px;}
	.inner-banner-inner-wrapper h3::before {max-width: 25px;left: -54px;}
	.header-top {max-width: 1180px;}
	.what-sets-inner-wrapper {gap: 15px;}
	.why-prabha-types-main::before {display: none;}
	.why-prabha-types-main p::before {display: none;}
	.why-prabha-types-main p::after {left: -25px;}
	.journey-content {max-width: 635px;}
	.about-main-wrapper.clientele .about-inner-wrapper p {transform: translateY(0); }
	.logo-main img {width: 100%;max-width: 150px;height: auto;}
	.our-highlights-types {justify-content: stretch;align-items: center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 20px 0 0;}
	.our-highlights-types-main {	justify-content: center;	align-items: stretch;	gap: 31px;}
	.testimonial-main-wrapper .about {font-size: 160px;}
	.index-pge-contact-inner-wrapper {transform: skewX(0) translateY(50px);}
	.index-pge-contact-inner-wrapper h2 {transform: skewX(0);}
	.index-pge-contact-inner-wrapper .common-btn {transform: skewX(-19deg);}	
	.types-of-warehouse-storage-inner-wrapper.customized .types-of-warehouse-storage-cards {gap: 35px 67px;}
	.our-highlights-types:nth-child(1), .our-highlights-types:nth-child(3) {
		border-bottom: 3px solid var(--dark-blue);
	}
	.our-highlights-types:nth-child(2) {
		border-bottom: 3px solid #FBBC00;
	}	
}

@media screen and (max-width:1240px){
	h1 {font-size: 32px;}
	h2 {font-size: 28px;}
	h3 {font-size: 21px;}
	.about-right {max-width: 100%;}
	.about-right h2, .about-right h3  {text-align: center;}
	.storage-main {justify-content: center;}
	.testimonial-type:nth-child(3) {border-right: 1px solid #fccb373b;}
	.what-is-next-left {max-width: 343px;}
	.what-is-next-inner-wrapper {gap: 0;}
    .testimonial-main-wrapper .about {font-size: 165px;}
	.header-top .header-drop-down-main {	gap: 40px;}
	.why-prabha-types-main::before {max-width: 51px;right: -69px;}
	.journey-time h3::before {height: 282px;}
	.journey-content {max-width: 578px;}
	.services-inner-wrapper {max-width: 967px;}
	.header-top .header-drop-down-main {gap: 24px;}
	.about-main-wrapper.warehousing .about-right {max-width: 100%;}
	.our-process-types {justify-content: center;align-items: stretch;width: 100%;max-width: 770px;flex-wrap: wrap;margin: auto;gap: 76px;}	
}

@media screen and (max-width: 1200px){
	.what-is-next-left {max-width: 370px;}
	.main-core {gap: 30px;}
	.why-prabha-types-main::before {max-width: 43px;right: -61px;}
	.our-journey-inner-wrapper {flex-direction: column;gap: 30px;}
	.journey-time h3::before {display: none;}
	.header-top .header-drop-down-main {gap: 15px;}
	.header-top .header-drop-down-main {gap: 7px;}
	.about {font-size: 146px;}
	.our-process-main-wrapper .about {font-size: 144px;}
	.out-storage-main-wrapper .about {font-size: 147px;}
	.testimonial-main-wrapper .about {font-size: 146px;}
	.header-top .header-drop-down-main a {font-size: 15px !important;}
	.footer-links {gap: 42px;}
	.media-inner-wrapper {justify-content: center;gap: 30px;}
	.vision-mission-inner-wrapper {gap: 0;flex-direction: column;justify-content: center;align-items: center;}
	.journey-content {max-width: 100%;}
	.vision-mission-inner-wrapper p {text-align-last: center;}
	.vision-mission-inner-wrapper h2{text-align: center;}

	.vision-mission-inner-wrapper .vision {max-width: 900px;}
	.vision-mission-inner-wrapper .mission {max-width: 900px;padding: 40px 0 0 0;}
	.header-top {max-width: 1115px !important;}
	.about-inner-wrapper {align-items: center;}
	.our-highlights-img {max-width: 210px;}
	.our-highlights-types {max-width: 370px; padding: 40px 0 25px;}
	.our-highlights-types-main {flex-wrap: wrap;}
	.our-highlights-content h3 {padding: 10px 0 0;}
	.index-pge-contact-inner-wrapper h2 {font-size: 23px;}
	.index-pge-contact-inner-wrapper {display: flex;flex-direction: column;gap: 20px; max-width: 100%;}
	.types-of-warehouse-storage-cards {flex-wrap: wrap !important; gap: 30px;}	
	.index-contact-main-wrapper.vision-mision::after {top: initial;left:0;max-width: 100%;height: 53%;bottom: 0;border-bottom-left-radius: 0;border-top-right-radius: 20px;}
	.index-contact-main-wrapper {padding: 40px 0 25px;}
	.index-contact-main-wrapper::after {display: none;}
}

@media(max-width:1100px){
    .dependable-solutions-content-wrapper{flex-direction: column; gap: 20px;}
    .dependable-solutions-content{max-width: 100%;}
    .dependable-solutions-content h2{text-align: center;}
    .dependable-solutions-content p{text-align: center;}
    .what-we-offer-card {  max-width: 49%;}
    .with-our-cold-storage-content-wrapper {  flex-direction: column;}
    .dependable-solutions-img {max-width: 100%;display: flex;justify-content: center;align-items: center;}
    .with-our-cold-storage-content{max-width: 100%;}
    .with-our-cold-storage-sub-content-warpper { justify-content: start;}
    .with-our-cold-storage-img{max-width: 100%; display: flex; justify-content: center; align-items: center;}
    .with-our-cold-storage-inner-wrapper  h2 {padding-bottom: unset;}
    .warehouseing-that-works-content-wrapper {flex-direction: column; gap: unset;}
    .warehouseing-that-works-content{max-width: 100%;}
    .warehouseing-that-works-content h2 , .warehouseing-that-works-content h3{text-align: center;}
    .warehouseing-that-works-content  h3 {font-size: 24px;padding: 5px 0 0;}
    .warehouseing-that-works-content  p {line-height: 1.6;text-align: center;}
    .warehouseing-that-works-main-content-wrapper .warehouseing-that-works-content-wrapper:nth-child(2) {flex-direction: column;}
    .extra-support-prabha-card-content ul li {font-size: 18px;}
    .warehouseing-that-works-content-img {max-width: 100%;justify-content: center;align-items: center;display: flex;}
    .warehouseing-that-works-content-img img { max-width: 500px;}
	.what-is-next-left {max-width: 316px;}
	.testimonials-image span img {max-width: 80px;height: 80px;}
	.testimonials-image span {max-width: 90px;}
	.what-next-bottom {padding: 0;}
}

@media screen and (max-width:1080px){
	.services-inner-wrapper {max-width: 823px;}
	.services-main::before {display: none;}
	.services-main::before {top: -10px;left: 400px;width: 2px;height: 100%;transform: rotate(90deg);min-height: 346px;}
	.services-icon img {max-width: 35px;}
	.services-icon {max-width: 72px;}
	.services-main {gap: 5px;}	
	.our-process-inner-wrapper h2::before {display: none !important;}
	.what-is-next-left {max-width: 300px;}
	.what-is-next-img img {max-width: 220px;height: 220px;}
	.what-is-next-img::before {max-width: 240px;height: 240px;}
	.what-is-next-img {max-width: 240px;}
	.about {font-size: 120px;}
	.our-process-main-wrapper .about {font-size: 130px;}
	.out-storage-main-wrapper .about {font-size: 140px;}
	.testimonial-main-wrapper .about {font-size: 140px;}
	.what-is-next-inner-wrapper::before {display: none;}
	.header-top .header-drop-down-main {display: none;} 
	.desk-resp-ham{display: block;}
	.desk-resp-ham ul.toggle-desk {  right: -10px;display: block;}
	.what-is-next-img::after {right: -233px;}
	.header-top {transform: skewX(0deg); }
	.header-top-left img {	transform: skewX(0);}
	.why-prabha-types-main p::before {display: none;}
	.vision h2, .mission h2 {text-align: center;}
	header .header-top {padding: 10px;}
	.process-inner-wrapper {max-width: 755px;}
	.what-next-core-values-inner-wrapper {flex-wrap: wrap;gap: 10px;}
	.what-next-core-values-inner-wrapper p {text-align: center;max-width: 100%;}
	.about-right h2, .about-right p {  text-align: center;}
    .about-main-wrapper.whrehousing .about-right { max-width: 100%;}
    .index-pge-contact-main-wrapper {  margin: 20px 0 0;}
    .about-main-wrapper.warehousing .about-right {max-width: 100%;}
    .about-main-wrapper.warehousing { padding: 0;}
	.media-main-wrapper {padding: 60px 0;}
	.clients-contant::before {display: none;}
	.clients-contant::after {display: none;}
	.banner-txt p:first-of-type {font-size: 30px;}
	h1 {font-size: 30px;}
	.services-main-wrapper {padding: 60px 0 0;}
	.about-main-wrapper {padding: 0 0 60px;}
	.what-is-next-main-wrapper {padding: 90px 0;}
	.out-storage-main-wrapper .about {transform: translateY(43px);}
	.testimonial-main-wrapper .about {transform: translateY(41.9px);}
	.our-highlights-inner-wrapper {padding: 60px 0 0;}
	.clients-name span::before {	display: none;}
	.clients-contant p::before {display: none;}
	.what-our-clients-say-main-wrapper {padding: 60px 0 40px;}
	.contant-main {padding: 30px 0 0 0;}
	.contant-main {gap: 60px;}
	.dependable-solutions-main-wrapper {padding: 0 0 45px;}
	.with-our-cold-storage-main-wrapper {padding: 20px 0 40px;}
	.with-our-cold-storage-inner-wrapper > p {	padding: 10px 0 20px;}
	.with-our-cold-storage-img img {display: none;}
	.with-our-cold-storage-main-wrapper {padding: 20px 0 0;}
	.about-main-wrapper.warehousing {padding: 0 0 80px;}
	.extra-support-prabha-main-warpper {padding: 60px 0 0;}
	.extra-support-prabha-inner-warpper {display: none;}	
	.about-inner-wrapper p {font-size: 16px;}
	.index-pge-contact-inner-wrapper h2 {font-size: 22px;}
	.services-inner-wrapper {transform: skewX(0DEG);}
	.services-main.visible {transform: skewX(0deg) translateY(0);}
	.storage-types img {max-width: 430px;}
	.our-highlights-inner-wrapper {	padding: 60px 0;}
	.what-next-main span img {max-width: 280px;}
	.what-next-main span {max-width: 280px;}
	.testimonial-main {padding: 30px 0;}
	.process-pg-main-wrapper {padding: 40px 0 0 0;}
	.index-pge-contact-inner-wrapper {padding: 30px 20px;}
	.index-pge-contact-inner-wrapper h2 {text-align: center;}
	.types-of-warehouse-storage-inner-wrapper.customized h2 {padding: 50PX 0 0;}	
	.what-next-core-values-inner-wrapper {	padding: 40px 0 0;}
	.what-sets-main-wrapper {padding: 60px 0;}
	.prabha-team-main-wrapper .extra-support-prabha-card-content h2, .prabha-team-main-wrapper .extra-support-prabha-card-content p {text-align: center !important;}
	.prabha-team-main-wrapper .extra-support-prabha-card:nth-child(2) {gap: 25px !important;}
	.prabha-team-main-wrapper .extra-support-prabha-card:nth-child(2) .extra-support-prabha-card-content h2, .prabha-team-main-wrapper .extra-support-prabha-card:nth-child(2) .extra-support-prabha-card-content p {text-align: center !important;}
	.prabha-team-main-wrapper .extra-support-prabha-card-content .inner-h2 {padding: 0;}
	.what-next-pg-main-wrapper {padding: 0;}
	.index-pge-contact-main-wrapper {margin: 0 0;}
	.media-main-wrapper {padding: 60px 0 0;}
	.types-of-warehouse-storage-inner-wrapper.customized {padding: 0 !important;}
}

@media (max-width:1024px){
	.why-prabha-inner-wrapper {gap: 0 62px;}
}

@media screen and (max-width:992px){
	.about {font-size: 105px;}
	.what-is-next-left h2 {font-size: 35px;}
   .what-is-next-left {max-width: 264px;}
   .footer-links {gap: 46px;}
   .index-pge-contact-inner-wrapper {flex-direction: column;gap: 10px;}
   .services-main.visible h3 {font-size: 19px;}
   .about {transform: translateY(31px);}
   .our-process-main-wrapper .about {transform: translateY(46px);}
   .what-is-next-main-wrapper {padding: 100px 0;}
   .out-storage-main-wrapper .about {
	transform: translateY(37px);font-size: 147px;}
	.range-inner-wrapper {transform: translateY(-40px);}
	.testimonial-main-wrapper .about {transform: translateY(37px);}
	.testimonial-main-wrapper {padding: 0 0 0;}
	.index-conatct-right-main p {font-size: 17px;}
	.index-contact-right {max-width: 325px;}
	.why-us-inner-wrapper {padding: 30px 30px 80px;}
	.contact-tick-mark img {max-width: 25px;}
	.contact-tick-mark {max-width: 30px;height: 30px;}
	.index-conatct-right-main {gap: 11px;}
	.testimonials-image span img {max-width: 100px;height: 100px;}
	.testimonials-image span {max-width: 100px;}
	.testimonials-image {gap: 10px;}
	.our-process-types {gap: 45px;}
	.range-content p {margin: 0 0 15px;}
	.header-bottom {padding: 0 14px 0 0;gap:10px;}
	.index-contact-left {max-width: 453px;}
	.wt-types {max-width: 160px;height: 160px;}
	.what-is-next-type {width: 140px;height: 140px;}
	.wt-types:nth-child(1)::before {max-width: 98px;bottom: -150px;}
	.wt-types:nth-child(3)::before {max-width: 96px;top: 9px;left:-118px;}
	.what-is-next-img::after {max-width: 179px;}
	.what-is-next-img::after {right: -201px;}
	.core-value-main-wrapper {padding: 60px 0;}
	.what-sets-main-wrapper {padding: 60px 0 0;}
	.vision-mission-inner-wrapper .vision {position: relative;z-index: 1;}
	.why-prabha-inner-wrapper {justify-content: center;}
	.our-highlights-inner-wrapper {padding: 80px 0;}
	.our-highlights-inner-wrapper {padding: 80px 0 50px;}
	.our-journey-inner-wrapper {padding: 15px 0;}
	.about-main-wrapper.contact-pg {padding: 0 0 70px 0;}
	.map-main-wrapper {padding: 70px 0 50px;}
	.inner-banner-inner-wrapper {gap: 52px;}
	.inner-banner-inner-wrapper h3::before {left: -40px;}
	.our-highlights-inner-wrapper {padding: 40px 0 50px;}
	.our-highlights-inner-wrapper h2 {padding: 0 0 20px;}
	.our-highlights-inner-wrapper {padding: 55px 0 20px;}
	.our-journey-inner-wrapper:nth-child(1) {padding: 0 0 15px;}
    .logo-main {justify-content: center;align-items: center;gap: 50px;}
	.about-clients {flex-direction: column;gap: 10px;}
	.clients-name {gap: 7px;flex-direction: column;}
	.clients-name span::before {display: none;}
	.clients-contant p::before {display: none;}
	.contant-main {padding: 30px 0 0 0;}
	.process-types {padding: 0 0 60px;}
	.core-value-types {border-left: none;border: 1px solid #0B54984F;padding: 40px 20px 15px ;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;} 
	.core-value-types:nth-child(1) {	border-left: 1px solid #0B54984F;}
	.process-types:nth-child(2n+1) .process-inner-wrapper::before {max-width: 85px;bottom: -86px;right: -155px;}
	.process-types:nth-child(2n) .process-inner-wrapper::before {max-width: 85px;bottom: -86px;right: -155px;}	
	.index-contact-left {display: flex;flex-direction: column;justify-content: center;align-items: center;}
	.index-contact-left h2 {text-align: center;}
	.out-storage-main-wrapper .about {font-size: 105px !important;}
	.testimonial-main-wrapper .about {font-size: 105px !important;}
	.out-storage-main-wrapper .about {font-size: 105px !important;}
	.with-our-cold-storage-inner-wrapper  h2 { font-size: 24px;}
	.dependable-solutions-img img {max-width: 500px;}
	.with-our-cold-storage-img img {max-width: 500px;}
	.what-we-offer-card .what-we-offer-card-name p br{display: none;}
	.our-infrastructure-card .our-infrastructure-card-name p {font-size: 15px;}
	.extra-support-prabha-card {gap: unset;flex-direction: column;}
	.extra-support-prabha-inner-warpper .extra-support-prabha-card:nth-child(2) {flex-direction: column;}
	.extra-support-prabha-inner-warpper .extra-support-prabha-card:nth-child(2) { gap: 20px; padding-top: 30px;}
	.extra-support-prabha-card-img {max-width: 100%;display: flex;justify-content: center;align-items: center;}
	.extra-support-prabha-card-img img { max-width: 400px;}
	.warehouseing-that-works-main-wrapper {padding: 0 0 70px;}
	.our-infrastructure-main-wrapper {padding: 0 0 30px;}
	.dependable-solutions-main-wrapper {padding: 20px 0 30px;}
	.with-our-cold-storage-main-wrapper {padding: 30px 0 50px;}
	.our-process-prabha-main-wrapper {padding: 60px 0 50px;}
	.index-pge-contact-inner-wrapper {transform: skewX(0) translateY(40px);}
	.index-pge-contact-inner-wrapper h2 {transform: skewX(0);}
	.index-pge-contact-inner-wrapper .common-btn {transform: skewX(-20.5deg); text-align: center !important;}
	.core-value-types {padding: 20px 20px 0;}
	.core-value-inner-wrapper p {padding: 0 0 30px;}
	.core-contant p{padding:0;}
	.core-value-inner-wrapper h2 {padding: 0 ;}
	.why-prabha-types-main p::after {left: -25px;display: none;}
	.extra-support-prabha-inner-warpper .extra-support-prabha-card:nth-child(2) {padding-top: 50px;}
	.about-main-wrappe.overview h2 {padding: 0;}
	.extra-support-prabha-card {padding: 25px 0 0 0;}
	.about-main-wrapper.process .about-inner-wrapper {padding: 15px;}
	.our-process-heading {flex-direction: column; gap:12px;}
	.our-process-heading p {text-align: center;}
	.clients-contant p {text-align: center;}
	.clients-contant {padding: 30px 20px 15px;}
	.warehouseing-that-works-content h2 {text-align: center !important;}
	.about-main-wrapper.warehousing .about-inner-wrapper {flex-direction: column;gap: 0;}
	.about-main-wrapper.warehousing .about-right h2, .about-right p {text-align: center;}
	.types-of-warehouse-storage-inner-wrapper.customized h2 {padding: 50PX 0 0 !important;}
	.index-conatct-right-main p {font-size: 16px;}
 
}

@media screen and (max-width:920px){
	.why-us-inner-wrapper {max-width: 100%;}
	.why-us-inner-wrapper h2, .why-us-inner-wrapper h3{text-align: center;}
	.why-us-inner-wrapper p{text-align-last:center ;}
	.why-us-main-wrapper .index-contact-right {max-width: 360px;margin: auto;}
	.why-us-inner-wrapper .common-btn{margin:auto;}
	.range-inner-wrapper h3 {font-size: 24px;}
	.range-inner-wrapper p {font-size: 20px;}
	.what-is-next-inner-wrapper {flex-direction: column;gap:60px;}
	.what-is-next-inner-wrapper h2 {max-width: 100%;text-align: center;}
	.what-is-next-left {max-width: 100%;}
	.what-is-next-right {max-width: 595px;}
	.what-is-next-inner-wrapper::before {max-width: 100%;}
	.footer-links {gap: 30px;}
	.footer-contact {flex-direction: column;gap: 18px;}
	h2 {font-size: 24px;}
	.our-process-main-wrapper .about {font-size: 120px !important;}
	.out-storage-main-wrapper .about {font-size: 110px !important;}
	.testimonial-main-wrapper .about {font-size: 105px !important;}
	.what-is-next-img::after {right: -157px;}
	.what-is-next-img::after {max-width: 138px;}
	.contact-us-page-main {justify-content: center;align-items: center;flex-direction: column;gap: 32px;}
	.contact-us-page-main {padding: 50px 0 0 0;}
	.why-us-main-wrapper .index-contact-right {max-width: 255px;}
	.what-sets-right {max-width: 535px;}
	.process-types:nth-child(2n) .process-inner-wrapper::before {display: none;}
	.process-types:nth-child(2n+1) .process-inner-wrapper::before {display: none;}
	.footer-links {gap: 0;flex-direction: column;}
	.process-types:nth-child(2n) .process-pg-right {display: none;}
	.process-inner-wrapper {padding: 30px;	}
	.process-pg-right {display: none;}
	.process-types:nth-child(2n) .process-inner-wrapper {padding: 30px;}	
	h1 {text-align: center;}
	.about-inner-wrapper {flex-direction: column;gap: 10px;}
	.about-right p {text-align: center !important;}
	.common-btn.know-more {margin: auto;}
	.storage-main {flex-direction:column ;}
	.testimonial-main {flex-wrap: wrap;}
	.about-main-wrapper.overview .about-inner-wrapper {justify-content: center;align-items: center;}
	.what-next-pg-inner-wrapper {gap: 35px;flex-wrap: wrap;}
	.other-services-inner-wrapper {gap: 0;}
	.about-main-wrapper {
		padding: 0 0 45px;
	}
}

@media screen and (max-width: 776px) {
	.services-inner-wrapper {flex-direction: column;max-width: 300px;}
	.services-main {transform: skewX(0);}
	.index-contact-left h2 {text-align: center;}
	.index-contact-inner-wrapper {gap: 40px;}
	.index-contact-left h2 {	text-align-last: center;}
	.services-main::before {display: none;}
	.storage-types {max-width: 520px;}
	.footer-links li a {font-size: 16px;}
	.copyrights {flex-direction: column;padding: 5px 0;}
	.copyrights p{margin: 0;}
	h2 {font-size: 22px;}
	.about, .our-process-main-wrapper .about, .out-storage-main-wrapper .about, .testimonial-main-wrapper .about {font-size: 90px !important;}
	.services-inner-wrapper:hover {transform: skewX(0) scale(1.01);}
	.services-icon img {max-width: 30px;}
	.what-is-next-main-wrapper {padding: 80px 0;}
	.testimonials-image span img {height: 100px;border-radius: 50%;}
	.testimonials-image span {max-width: 100px;}
	.services-main.visible {transform: skewX(0) translateY(0);}
	.journey-content p {text-align: left;}	
	.about-main-wrapper.process .about-inner-wrapper p {transform: translateY(-8px);}
	.process-types:nth-child(2n) .process-inner-wrapper {padding: 30px;}
	.services-main {padding: 15px 20px;}
	.about-inner-wrapper span {max-width: 400px;}
	.about-inner-wrapper span img {max-width: 400px;}
	.our-process-heading br {display: none;}
	h1 {font-size: 28px;}
	.our-highlights-img img {	display: none;}
	.types-of-warehouse-storage-inner-wrapper.customized .types-of-warehouse-storage-cards {gap: 43px;}
	.other-services-types img {max-width: 50px;}
	.our-highlights-content h3 {padding: 0; font-weight: 500;}
	.sitemap-in {flex-wrap: wrap;}
	.sitemap-contains a {font-size: 20px;}
	.sitemap-contains > a {max-width: 125px;}
	.sitemap-contains a {font-size: 20px !important;}
	.sitemap-in {gap: 10px 30px;}
	.sitmap-main {padding: 16px 0;}
}

@media(max-width:768px){
    .our-infrastructure-card {   max-width: 100%; height: 280px;} 
    .types-of-warehouse-storage-card h4 {font-size: 18px;}
    .warehouseing-that-works-content-img img { max-width: 400px; }
    .extra-support-prabha-card-content ul li { font-size: 16px;}
    .extra-support-prabha-card-content ul li::before {background: #000;left: -23px;top: 10px;}
    .warehouseing-that-works-main-wrapper {padding: 0 0 50px;}
    .types-of-warehouse-storage-main-wrapper { padding: 60px 0 0;}
	.why-prabha-inner-wrapper {flex-direction: column;}
	.why-prabha-inner-wrapper {max-width: 375px;margin: auto;}
	.why-prabha-types-main p br {display: none;}
	.why-prabha-types-main {max-width: fit-content;position: relative;}


}

@media screen and (max-width:676px) {
	.wt-types:nth-child(2) {right: -44%;}	
	.about, .our-process-main-wrapper .about, .out-storage-main-wrapper .about, .testimonial-main-wrapper .about {font-size: 82px !important;}
	.out-storage-main-wrapper .about {font-size: 86px !important;}
	.testimonial-main-wrapper .about {font-size: 86px !important;}	
	h1 {font-size: 30px;}	
	.types-of-warehouse-storage-inner-wrapper.customized .types-of-warehouse-storage-cards {gap: 17px;}
	.index-contact-main-wrapper::after {height: 56%;}
}
@media (max-width:636px){
	.about, .our-process-main-wrapper .about, .out-storage-main-wrapper .about, .testimonial-main-wrapper .about {font-size: 60px !important;}
	.what-is-next-img::after {right: -112px;max-width: 102px;}
	.wt-types:nth-child(2) {right: -30%;}
	.index-contact-main-wrapper::after {height: 53%;}
}

@media screen and (max-width:600px){
	.what-is-next-right {flex-direction: column;}
	.what-is-next-types-main {transform: rotate(90deg);}
	.wt-types:nth-child(1)::before {display: none;}
	.wt-types:nth-child(3)::before {display: none;}
	.what-is-next-img::after {display: none;}
	.what-is-next-type h3 {transform: rotate(-135.6deg);font-size: 15px;}
	.index-pge-contact-inner-wrapper h2 {text-align: center;}	
	.what-is-next-types-main {max-width: 342px;}
	.wt-types:nth-child(2) {right: -40%;}
	.what-is-next-main-wrapper {	padding: 80px 0 0 0;}
	.what-is-next-right {gap: 0;}
	.what-sets-right {max-width: 410px;}	
	.testimonial-main-wrapper .about {font-size: 78px !important;}
	.out-storage-main-wrapper .about {font-size: 75px !important;}	
}


@media screen and (max-width: 576px) {
	.range-inner-wrapper { gap: 20px;}
	.what-is-next-type {width: 100px;height: 100px;}
	.wt-types {max-width: 120px;height: 120px;}
	.wt-types:nth-child(2) {right: -24%;}
	.footer-links {gap: 16px;}
	.footer-links li a {font-size: 16px;}
	.copyrights p, .copyrights a{font-size: 15px;}	
	.our-process-heading {flex-direction: column;gap:12px;}
	.our-process-main-wrapper .fluid-container h2:nth-of-type(2), .out-storage-main-wrapper .fluid-container h2:nth-of-type(2), .testimonial-main-wrapper .fluid-container h2:nth-of-type(2) {text-align: center;}
	.our-process-heading h3 {text-align: center;}
	.our-process-inner-wrapper h2 {text-align: center;}
	.what-is-next-right {gap: 50px;}
	.wt-types:nth-child(2) {right: -39%;}
	.what-is-next-inner-wrapper {gap: 44px;}
	.what-is-next-types-main {gap: 0;}
	.sitemap-main-wrapper {padding: 30px 0 0;}
	.sitemap-contains a {font-size: 30px;}
	.sitemap-in a {font-size: 18px;}
	.sitmap-main:nth-child(2n) {max-width: 100%;}
	.testimonial-main-wrapper .about {font-size: 68px !important;}
	.what-we-offer-card{max-width: 100%;}
    .dependable-solutions-main-wrapper { padding: 0 0  50px;}
    .with-our-cold-storage-main-wrapper { padding: 0 0 60px;}
    .warehouseing-that-works-content  h3 { font-size: 22px;}
    .warehouseing-that-works-content  p { line-height: 1.4;}
	.our-process-heading p {text-align-last: center;}
	.about span {animation: initial;}
	.out-storage-main-wrapper .about {transform: translateY(17px);}
	.our-process-main-wrapper .about {transform: translateY(19px);}
	.our-process-main-wrapper {padding: 10px 0 0 0;}
	.testimonial-main-wrapper .about {transform: translateY(20px);}
	.banner-txt p:first-of-type {font-size: 26px;}
	.banner-inner-wrapper p {font-size: 22px;}
	.index-contact-main-wrapper.vision-mision::after {display: none;}
	.vision-mission-inner-wrapper .mission {padding: 18px 0 0 0;}
}

@media screen and (max-width: 536px){
	.range-inner-wrapper h3 {text-align: center;}
	.about, .our-process-main-wrapper .about, .out-storage-main-wrapper .about, .testimonial-main-wrapper .about {font-size: 53px;}
	.what-is-next-right {gap: 35px;}	
	.out-storage-main-wrapper .about {font-size: 57px !important;}	
	.index-contact-main-wrapper::after {height: 56%;}
}

@media screen and (max-width: 480px){
	.banner-inner-wrapper p {font-size: 20px;}
	.banner-txt p:first-of-type {	font-size: 24px;}
	.our-highlights-content p {margin: 8px 0 15px;}
	h3 {font-size: 20px;font-weight: 400;}
	p {font-size: 17px;text-align: center;}
	h2 {font-size: 23px;}
	h1 {font-size: 24px;}
	.what-is-next-left h2 {font-size: 21px;}
	.common-btn {padding: 3px 10px;	max-width: 120px;}
	.common-btn.know-more {max-width: 120px;}
	.services-icon img {max-width: 40px;}
	.services-icon {max-width: 60px;}
	.services-main {padding: 15px 0;}
	.testimonials-image span img {height: 100px;max-width: 100px;}
	.testimonials-image span {max-width: 100px;}
	.wt-types {max-width: 100px;height: 100px;}
	.what-is-next-type {width: 80px;height: 80px;}	
	.footer-links {gap: 0;}
	.footer-contact-list span img {max-width: 20px; border-radius: 4px;}
	.footer-contact-list span {max-width: 30px;height: 30px;}
	.about, .our-process-main-wrapper .about, .out-storage-main-wrapper .about, .testimonial-main-wrapper .about {font-size: 47px !important;}	
	.banner-inner-wrapper {padding: 0 0 40px;}
	.banner-inner-wrapper h1, .banner-inner-wrapper p {text-align: left;}
	.services-inner-wrapper {padding: 10px;}
	.services-icon img {max-width: 40px;}	
	.services-main-wrapper {	padding: 40px 0 0;}
	.about span {animation: auto;}
	.about {transform: translateY(18px);}
	.about-main-wrapper {padding: 0 0 40px 0;}
	.our-process-main-wrapper .about {transform: translateY(18px);}
	.our-process-main-wrapper {padding: 30px 0 0 0;}
	.what-is-next-main-wrapper {padding: 50px 0 0 0;}
	.header-bottom {padding: 0;}
	.header-bottom li a {padding: 10px 3px;}
	.header-bottom {	gap: 10px;}
	.banner-inner-wrapper p {font-size: 16px;}
	.header-top {padding: 8px 40px 8px 15px;}
	.header-top-left img {max-width: 150px;}
	.our-process-main p{text-align: left;}
	.services-icon {padding: 10px 10px;}
	.services-icon {border-radius: 9px;}
	.our-process-types {padding: 20px 0 0 0;}
	.what-is-next-inner-wrapper {	gap: 8px;}
	.what-is-next-right {gap: 0;}
	.what-is-next-types-main {max-width: 230px;}
	.wt-types:nth-child(2) {right: -50%;}
	.contact-tick-mark img {max-width: 22px;}
	.contact-tick-mark {max-width: 30px;height: 30px;}
	.index-conatct-right-main {gap: 8px;}
	.index-conatct-right-main p {margin: 7px 0;}	
	.range-inner-wrapper {transform: translateY(0);}
	.range-inner-wrapper{margin: 40px 0 30px;}
	.range-content{width: 100%;max-width:130px;}
	.out-storage-main-wrapper .about {transform: translateY(0);}	
	.range-inner-wrapper p {margin: 0;}
	.storage-main {padding: 20px 0 0;}
	.storage-main {gap: 0;}
	.testimonial-main-wrapper .about {transform: translateY(0);}
	.testimonial-main {padding: 10px 0;}
	.index-pge-contact-inner-wrapper {transform: skewX(0) translateY(40px);}
	.index-pge-contact-inner-wrapper .common-btn {transform: skewX(-20.5deg);}
	.why-us-main-wrapper .index-contact-right {max-width: 252px;padding: 0 0 20px 0;}
	.why-us-inner-wrapper {padding: 40px 50px 50px;}
	.index-pge-contact-inner-wrapper h2 {transform: skewX(0);}
	.index-contact-inner-wrapper {gap: 10px;}
	.our-process-main-wrapper .fluid-container h2:nth-of-type(2), .out-storage-main-wrapper .fluid-container h2:nth-of-type(2), .testimonial-main-wrapper .fluid-container h2:nth-of-type(2) {text-align: center;}
	.storage-name {padding: 10px 5px;}
	.storage-name {max-width: 95%;transform: skewX(0) translateY(-25px) translateX(0);border-radius: 0;}
	.storage-name h3 {transform: skewX(0);}
	.footer-inner-wrapper img {max-width: 200px;}
	.footer-main-wrapper {padding: 65px 0 0;}
	.footer-links {padding: 20px 0;}
	.about-inner-wrapper {gap: 10px;}
	.why-prabha-inner-wrapper {padding: 6px 10px;}
	.about-right p{margin: 10px 0 10px;}
	.header-bottom li a img {max-width: 16px;}
	.swiper-img {max-width: 35px;min-height: 35px;}
	.swiper-button-prev {transform: translatey(18px) translateX(0px);}
	.swiper-button-next {transform: translatey(18px) translateX(0px);}
	.swiper-button-prev:hover {transform: translatey(18px) translateX(-3px);}
    .swiper-button-next:hover {transform: translatey(18px) translateX(-3px);}
	.swiper-button-next, .swiper-button-prev {	width: calc(var(--swiper-navigation-size)/ 44 * 30) !important;}
	.banner-icon-left img {max-width: 15px;}
	.banner-icons-right {gap: 12px;}
	.about-inner-wrapper span {max-width: 300px;}
	.about-inner-wrapper span img {max-width: 300px;}	
	.common-btn a {font-size: 14px !important;}
	.common-btn.know-more {max-width: 120px;}
	.core-value-main-wrapper {padding: 40px 0;}
	.what-sets-main-wrapper {padding: 20px 0 0;}
	.what-sets-inner-wrapper {gap: 4px;}
	.why-prabha-inner-wrapper {gap: 0;}	
	.our-highlights-inner-wrapper {padding: 40px 0 0;}
	.our-highlights-inner-wrapper h2 {padding: 0 0 20px;}
	.journey-content h2{text-align: center;}
	.journey-time {gap: 20px;flex-direction: column;}
	.about-main-wrapper.overview {padding: 0 0 40px;}
	.about-inner-wrapper.our-journey p {margin: 15px 0 0 0;}
	.journey-content p::before {width: 18px;height: 16px;left: -23px;top: 7px;}
	.journey-content {max-width: 342px;}
	.about-main-wrapper.contact-pg {padding: 0 0 40px 0;}
	.map-main-wrapper {padding: 50px 0 20px;}
	.contact-us-form-right {padding: 0;}
	.contact-form-main-wrapper {padding: 20px 0 30px;}
	.index-form {padding: 20px 0;}
	.contact-us-form-right {padding: 20px 0 0 0;}
	.contact-us-form-right.contact-us .common-btn {margin: 5px 0 0 0;}
	.our-process-main p {font-size: 18px;}
	.inner-banner-inner-wrapper a, .inner-banner-inner-wrapper h3 {font-size: 16px;padding: 0;}
	.inner-banner-inner-wrapper h3::before {max-width: 19px;left: -35px;}
	.inner-banner-inner-wrapper h3 {padding: 6px 0;}
	.vision-mission-inner-wrapper {gap:0;}
	.logo-main img {max-width: 100px;}
	.what-sets-right {max-width: 350px;}
	.owl-nav {top: 65%;}
	.header-top-left{padding:0;}
	.about-main-wrapper.clientele .about-inner-wrapper {padding: 20px 0 0 0;}
	.what-our-clients-say-main-wrapper {padding: 40px 0 10px;}
	.contant-main {padding: 5px 0 0 0;gap: 33px;}
	.process-inner-wrapper {padding: 15px;}
	.process-types:nth-child(2n) .process-inner-wrapper {padding: 15px 15px ;}
	.process-types {padding: 0 0 40px;}
	.index-pge-contact-main-wrapper {margin: 20px 0 0;}
	.about-main-wrapper.clientele {padding: 0 0 20px;}
	.what-next-logo img {max-width: 30px;}
	.what-next-logo {max-width: 70px;height: 70px;transform: translateY(-40px);}
	.what-next-logo::before {max-height: 30px;bottom: -36px;}
	.what-next-pg-inner-wrapper {	gap: 25px;}
	.process-types:last-of-type {padding: 0 0 10px;}
	.about-clients {gap: 18px;}
	.journey-content p {padding: 0;}
	.testimonial-main-wrapper {padding: 10px 0 0;}
	.storage-name a {transform: skewX(0deg);}
	.storage-name a {font-size: 20px;}
	.storage-name {max-width: 80%;}
	.types-of-warehouse-storage-cards {gap: 20px !important;}
	.testimonial-type {padding: 20px 20px 0;}
	header {top:5px;}
	.core-value-inner-wrapper h2, .core-value-inner-wrapper p {padding: 0 0;}
	.index-contact-main-wrapper {padding: 25px 0 10px;}
	.our-journey-inner-wrapper {gap: 12px;}
	.our-journey-inner-wrapper:nth-child(1) {padding: 0 0 6px;}
	.with-our-cold-storage-inner-wrapper  h2 { font-size: 20px;}
    .with-our-cold-storage-sub-content-warpper {justify-content: start;flex-direction: column;gap: 10px;}
    .with-our-cold-storage-sub-content-list h3 { font-size: 20px; font-weight:500;}
    .with-our-cold-storage-sub-content-list p {font-size: 16px;}
    .our-process-prabha-card h3 {  font-size: 20px; margin: 50px 0 0;}
    .our-process-prabha-card p {font-size: 15px;}
    .our-process-prabha-card-img span {width: 80px;height: 80px;}
    .our-process-prabha-card-img span img {max-width: 45px;}
    .our-infrastructure-card-name span {font-size: 20px;}
    .our-infrastructure-card .our-infrastructure-card-name p {font-size: 14px;}
    .warehouseing-that-works-content-img img {max-width: 300px;}
    .extra-support-prabha-card-img img {max-width: 300px;}
    .our-infrastructure-card {max-width: 100%;height: 250px;}
    .warehouseing-that-works-main-wrapper {padding: 0 0 20px;}
    .types-of-warehouse-storage-cards {padding-top: 40px 0 0;}
    .types-of-warehouse-storage-inner-wrapper {padding: 0 0 50px;}
	.our-infrastructure-main-wrapper h2 {padding: 0 0 20px;}
    .extra-support-prabha-main-warpper {padding: 40px 0 0;}
    .dependable-solutions-main-wrapper {padding: 20px 0 20px;}
    .what-we-offer-main-wrapper {padding: 0 0 40px;}
    .with-our-cold-storage-main-wrapper {padding: 0 0 25px;}
    .our-process-prabha-main-wrapper {padding: 40px 0 30px;}
    .our-process-prabha-cards-wrapper {padding-top: 70px;}
    .types-of-warehouse-storage-main-wrapper { padding: 40px 0 0;}  
    .index-pge-contact-main-wrapper {	margin: 0;}
    .extra-support-prabha-main-warpper {padding: 40px 0 0;}
    .about-main-wrapper.warehousing .about-right h2, .about-right p { text-align: center;}	
	.core-value-types {padding: 30px 20px 5px;}
	.about-inner-wrapper.our-journey p {text-align-last: center;}
	.what-sets-types p::before {max-width: 15px;height: 22px;left: -23px;}
	.about-clients {gap: 8px;}
	.warehouseing-that-works-content h3 {font-size: 19px;}
	.with-our-cold-storage-sub-content-icon span {display: none;}
	.with-our-cold-storage-sub-content-warpper {gap: 0;}
	.contact-us-form-right h3 {font-size: 19px;}
	.sidebar img {max-width: 240px;}
	.media-main-wrapper {padding: 40px 0 0;}
	.our-process-main-wrapper .about {transform: translateY(0);}
	.what-is-next-img img {display: none;}
	.what-is-next-img::before {display: none;}
	.warehousing-call-to-action-main-wrapper {padding: 20px 0;margin: 10px 0 40px;}
	.warehousing-call-to-action-inner-wrapper {gap: 12px;}
	.why-prabha-types-main p {margin: 6px !important;}
	.about-main-wrappe.overview {padding: 25px 0;}
	.extra-support-prabha-card {padding: 10px 0 0 0;}
	.about-main-wrappe.overview {padding: 20px 0 0 !important;}
	.extra-support-prabha-inner-warpper .extra-support-prabha-card:nth-child(2) {padding-top: 25px;}
	.about-inner-wrapper.our-journey h2{text-align-last:center ;}
	.about-main-wrapper {padding: 10px 0 40px;}
	.banner-txt p:first-of-type {font-size: 25px;}
	.our-process-heading {padding: 0 0 10px;}
	.our-process-heading p {margin: 4px 0 0 0;}
	.why-us-inner-wrapper {padding: 20px;}
	.why-us-inner-wrapper h2 {	padding: 0 0 11px;}
	.why-us-main-wrapper .index-contact-right {padding: 0 0 10px 0;}
	.about-inner-wrapper span img {display: none;}
	.about-inner-wrapper p {margin: 8px 0 0;}
	.about-main-wrapper.warehousing {padding: 0 0 55px;}
	.about-inner-wrapper.index .common-btn.know-more {margin: 12px auto 0;}
	.storage-name {padding: 3px 5px;border-radius: 5px;}
	.our-highlights-inner-wrapper {padding: 40px 0 10px;}
	.our-highlights-types {padding: 20px 0 5px;}
	.process-pg-main-wrapper {padding: 20px 0 0 0;}
	.mission p, .vision p {margin: 10px 0 15px;text-align: left;text-align-last: left;}
	.what-we-offer-main-wrapper h2 {padding: 0 0 18px;}
	.process-types .process-pg-left p, .process-types .process-pg-left h2  {text-align: center !important;}
	.process-types:nth-child(2n+1) .process-pg-left {justify-content: center;align-items: center;}
	.process-pg-left p {margin: 6px 0 0;}
	.index-pge-contact-inner-wrapper h2 {font-size: 18px;}
	.footer-links li a {font-size: 14px;}
	.footer-contact-list a {font-size: 14px;}
	.types-of-warehouse-storage-inner-wrapper.customized h2 {padding: 40px 0 10px !important;}
	.types-of-warehouse-storage-card {padding: 40px 24px 24px;}
	.what-next-core-values-inner-wrapper {padding: 40px 0 0;}
	.what-next-core-values-inner-wrapper {gap: 0;}
	.what-next-core-values-inner-wrapper p {margin: 10px 0 0 0;}
	.prabha-team-main-wrapper {padding: 0;}
	.extra-support-prabha-inner-warpper {padding: 0;}
	.prabha-team-main-wrapper .extra-support-prabha-card:nth-child(2) {gap: 15px !important;}
	.prabha-team-main-wrapper h2 {padding: 25px 0 5px 0;}
	.core-value-types {max-width: 285px;}
	.range-inner-wrapper p {font-size: 16px;font-weight: 600;}
	.range-inner-wrapper h3 {font-size: 25px;font-weight: 600;}
	.with-our-cold-storage-sub-content-warpper {padding: 10px 0 15px;}
	.what-sets-types p span {font-size: 18px;}
	.extra-support-prabha-card-content p {margin: 2px 0 0 0;}
	.storage-types img {border-radius: 10px;}
	.vision-mission-inner-wrapper .mission {padding: 5px 0 0 0;}
	.index-pge-contact-inner-wrapper {padding: 20px;}
	.journey-time span::before {display: none;}
	.journey-time h3 {font-size: 22px;}
	.prabha-team-main-wrapper .extra-support-prabha-inner-warpper .extra-support-prabha-card:nth-child(2) {padding-top: 35px;}
	.what-sets-types p::before {max-width: 18px;height: 16px;top: 6px;}
}
		

@media screen and (max-width: 420px){
	.footer-links {gap: 0;flex-direction: column;}
	.copyrights p, .copyrights a{font-size: 12px;}	
	.index-pge-contact-inner-wrapper h2 {transform: skewX(0deg);}
	.input-wrapper.user-box input {padding-left: 10px;}
	.our-journey-inner-wrapper {	padding: 10px 0 0 0;}
	.journey-time {gap: 10px;}
	.journey-content {max-width: 290px;}
	.contact-icons img {max-width: 20px;}
	.contact-icons {max-width: 50px;padding: 12px 10px;}
	.contact-info {gap: 0;}
	.contact-tick-mark img {max-width: 18px;}
	.contact-tick-mark {max-width: 26px;height: 26px;}
	.logo-main {gap: 40px;}
	.logo-main img {max-width: 80px;}
	.logo-inner-wrapper {padding: 50px;}
	.what-sets-right {max-width: 287px;}
	.out-storage-main-wrapper .about {font-size: 50px !important;}	
	.banner-main-wrapper {height: 90vh;}
	.what-is-next-type h3 {font-size: 14px;}
}

@media screen and (max-width: 380px){
	.services-icon img {max-width: 30px;}
	.services-icon {max-width: 50px;}	
	.about, .our-process-main-wrapper .about, .out-storage-main-wrapper .about, .testimonial-main-wrapper .about {font-size: 40px;}
	.banner-inner-wrapper {padding: 0 16px 90px;}
	.index-contact-right {max-width: 274px;}
	.clients-contant {padding: 30px 10px;}
	.out-storage-main-wrapper .about {font-size: 40px !important;}
	.about, .our-process-main-wrapper .about, .out-storage-main-wrapper .about, .testimonial-main-wrapper .about {font-size: 40px !important;}
	.about-main-wrapper .about{font-size: 45px !important; transform: translateY(20px);}
	.what-sets-types p span {font-size: 18px;}	
	.why-prabha-types-main p::after {display: block;}
	.why-prabha-types-main p:first-of-type::after{display: none;}
	.about-main-wrapper.process .about-inner-wrapper {padding: 6px;}
	.inner-banner-inner-wrapper {justify-content: center;align-items: flex-end;}
	.storage-icon {transform: translateY(13px);}
}

@media screen and (max-width: 360px){	
	.about-main-wrapper .about {font-size: 42px !important;}
	.journey-content p::before {left: -14px;}
}