/* GCF brand system */
:root {
    --gcf-brand-blue: #206FFF;
    --gcf-brand-orange: #FF6900;
    --gcf-brand-orange-tint: #FF9C57;
    --gcf-body-text: #000000;
    --gcf-neutral-light: #F7F7F7;
    --gcf-button-blue: #022382;
    --gcf-button-border: #6CABE7;
    --gcf-penn-blue: var(--gcf-brand-blue);
    --gcf-marian-blue: var(--gcf-brand-blue);
    --gcf-linen: #FFFFFF;
    --gcf-sandy-brown: var(--gcf-brand-orange-tint);
    --gcf-pumpkin: var(--gcf-brand-orange);
    --gcf-white: #FFFFFF;
    --gcf-font-display: "Raleway", sans-serif;
    --gcf-font-body: "Inter", sans-serif;
    --gcf-font-ui: "Raleway", sans-serif;
}

/*..............legacy embedded fonts (retained for compatibility)..............*/


/*..............custom fonts..............*/
@font-face {
    font-family: 'Maison Neue';
    src: url('../font/MaisonNeue-Bold.eot');
    src: url('../font/MaisonNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/MaisonNeue-Bold.woff2') format('woff2'),
        url('../font/MaisonNeue-Bold.woff') format('woff'),
        url('../font/MaisonNeue-Bold.ttf') format('truetype'),
        url('../font/MaisonNeue-Bold.svg#MaisonNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue Book';
    src: url('../font/MaisonNeue-Book.eot');
    src: url('../font/MaisonNeue-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/MaisonNeue-Book.woff2') format('woff2'),
        url('../font/MaisonNeue-Book.woff') format('woff'),
        url('../font/MaisonNeue-Book.ttf') format('truetype'),
        url('../font/MaisonNeue-Book.svg#MaisonNeue-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../font/MaisonNeue-Light.eot');
    src: url('../font/MaisonNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/MaisonNeue-Light.woff2') format('woff2'),
        url('../font/MaisonNeue-Light.woff') format('woff'),
        url('../font/MaisonNeue-Light.ttf') format('truetype'),
        url('../font/MaisonNeue-Light.svg#MaisonNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../font/MaisonNeue-Mono.eot');
    src: url('../font/MaisonNeue-Mono.eot?#iefix') format('embedded-opentype'),
        url('../font/MaisonNeue-Mono.woff2') format('woff2'),
        url('../font/MaisonNeue-Mono.woff') format('woff'),
        url('../font/MaisonNeue-Mono.ttf') format('truetype'),
        url('../font/MaisonNeue-Mono.svg#MaisonNeue-Mono') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*------------new font add--------------*/


@font-face {
    font-family: 'Rational Display DEMO';
    src: url('../font/RationalDisplayDEMO-Light.eot');
    src: url('../font/RationalDisplayDEMO-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/RationalDisplayDEMO-Light.woff2') format('woff2'),
        url('../font/RationalDisplayDEMO-Light.woff') format('woff'),
        url('../font/RationalDisplayDEMO-Light.ttf') format('truetype'),
        url('../font/RationalDisplayDEMO-Light.svg#RationalDisplayDEMO-Light') format('svg');
    font-weight:500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rational Display DEMO';
    src: url('../font/RationalDisplayDEMO-SemiBold.eot');
    src: url('../font/RationalDisplayDEMO-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/RationalDisplayDEMO-SemiBold.woff2') format('woff2'),
        url('../font/RationalDisplayDEMO-SemiBold.woff') format('woff'),
        url('../font/RationalDisplayDEMO-SemiBold.ttf') format('truetype'),
        url('../font/RationalDisplayDEMO-SemiBold.svg#RationalDisplayDEMO-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}






/*..............common styles..............*/
body { margin: 0; padding: 0; font-family: var(--gcf-font-body); font-weight: 400; font-size: clamp(1rem, 0.977rem + 0.123vw, 1.125rem); color: var(--gcf-body-text); overflow-x: hidden; }

h1, h2, h3, h4{ margin: 0 0 15px; /* Consistent reduced margin */ padding: 0; color: var(--gcf-penn-blue); font-family: var(--gcf-font-display); line-height: 1.2; font-weight: 600; }
h1, h2, h3 { font-weight: 700 !important; }
h4, h5, h6 { font-weight: 600 !important; }
h1, h2{margin: 0 0 1.5rem; letter-spacing: -.02rem; }
h4, h3{margin: 0 0 1rem;}
h5, h6 {color: #000;}
h4{font-weight: 600;}
b, strong { font-weight: 600; }

h1 { font-size: clamp(2.125rem, 1.938rem + 1vw, 3.125rem); font-weight: 700; }

h2 { font-size: clamp(1.75rem, 1.7rem + 0.5vw, 2.5rem); /* Reduced size for better proportion */ }

h3 { font-size: clamp(1.5rem, 1.4rem + 0.2vw, 1.875rem); /* Adjusted to fit hierarchy */ }

h4 { font-size: clamp(1.375rem, 1.25rem + 0.15vw, 1.625rem); /* Slightly smaller */ }

h5 { font-size: clamp(1.25rem, 1.2rem + 0.1vw, 1.375rem); /* Slightly smaller */ }

h6 { font-size: clamp(1.125rem, 1.1rem + 0.1vw, 1.25rem); /* Kept consistent */ }

p { margin: 0 0 15px; /* Consistent reduced margin */ line-height: 1.4; font-family: var(--gcf-font-body); font-weight: 400;}
li { font-family: var(--gcf-font-body); font-weight: 400;}
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a, a:link, a:visited, a:focus { color: var(--gcf-marian-blue); outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ color: var(--gcf-sandy-brown); text-decoration:none;}

input, textarea, select{ font-family: var(--gcf-font-body); font-weight: 400; outline: none; color: var(--gcf-body-text);}
input[type="submit"]{ font-family: var(--gcf-font-ui); font-weight: 600; transition:all 0.3s ease 0s; outline: none;}
button, label, legend, nav, nav a, nav li, th, .caption, [class*="label"] { font-family: var(--gcf-font-ui); }
select { appearance: none; -webkit-appearance: none; height: 55px !important; padding-right: 40px !important; background-image: url(../images/select-arw.svg); background-repeat: no-repeat; background-position: 96% center;  }
input:not([type="submit"]) {height: 55px !important;}
input.form-control,
textarea.form-control, select.form-select { border: 1px solid var(--gcf-sandy-brown) !important; background-color: var(--gcf-linen); box-shadow: none !important; border-radius:12px ; -webkit-border-radius:12px ; -moz-border-radius:12px ; -ms-border-radius:12px ; -o-border-radius:12px ; font-family: var(--gcf-font-body); color: var(--gcf-body-text); font-size: 18px; }
textarea.form-control{height: 170px !important;}
ul{padding-left: 0; margin-bottom: 0;}
li{list-style: none;}
/* --- common background color --- */

.gradient-light-bg{background: linear-gradient(167.46deg, var(--gcf-linen) 7.25%, rgba(247, 247, 247, 0.3) 89.87%); }
.gradient-dark-bg{background: linear-gradient(253.26deg, var(--gcf-penn-blue) 21.56%, var(--gcf-marian-blue) 92.43%); }
.dark-bg{background: var(--gcf-penn-blue); }
.white-bg{background: #fff !important;}

/* --- common background color --- */

/* quote_box */
.quote_box {
    display: flex;
    align-items: flex-start; /* Aligns all items to the top */
    padding: 30px;
    background: var(--gcf-penn-blue);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.quote_box_r {
    display: flex;
    align-items: flex-start; /* Aligns all items to the top */
    padding: 30px;
    background: var(--gcf-penn-blue);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Image Styling */
.quote_icon img {
    width: 60px; /* Adjusted size */
    height: auto; /* Keeps aspect ratio */
    margin-right: 15px; /* Space between icon and text */
    align-self: flex-start; /* Align icon to the top */
}

/* Quote Content */
.quote_content {
    flex: 1;
}
.quote_content p{
    color: #fff; 
}
/* Quote Author */
.quote_author {
    text-align: right;
    margin-top: 10px;
}

/* table styles */

.custom-header tr th{background:transparent; color: var(--gcf-body-text);}
.custom-header { background-color: var(--gcf-neutral-light); }
.table-striped tr td{padding:16px 8px}
   
/* why gcf carousel  */

.text-wrap { display: flex; flex-direction: column; justify-content: center; height: 100%; width:91%; text-align: center; } 
.slick-carousel .carousel-item { padding: 33px 20px 40px; } 
.common-heading h2 { margin-bottom: 30px; font-weight: 700;}
.why_gcf { background-color: #FFFFFF; padding: 40px 0; }
.why_gcf .common-heading h2 { color: #000000; }
.slick-carousel .carousel-item .col-lg-7 { background-color: var(--gcf-neutral-light); padding: 20px; border-radius: 20px; display: flex; flex-direction: column; justify-content: center; }
.slick-carousel .carousel-item h3 { color: #000000; }
.slick-carousel .carousel-item .content { color: #000000; }
.slick-carousel .carousel-item img { border-radius: 20px; }
.content p, .content li{color:#000000;}
.tex_pnl_carousel{
background-color: #eeeeee; padding: 20px; border-radius: 20px
}
.sliding-img { position: relative; padding-bottom: 63%;     height: 100%;} 
.sliding-img img { position: absolute; width: auto!important; height: 100% !important; top: 0; left: 0; right: 0; bottom: 0; } 
.carousel-item { padding-bottom: 110px; } 
.slick-carousel .slick-track { display: flex; }
/* Stretch text panel to full height */
.why_gcf .slick-carousel .carousel-item .row { display: flex; align-items: stretch; }
.why_gcf .slick-carousel .carousel-item .text-panel { display: flex; flex-direction: column; justify-content: center; }

.why_gcf{
    background: linear-gradient(167.46deg, var(--gcf-linen) 7.25%, rgba(247, 247, 247, 0.3) 35.87%), url(../images/fulfillment-shape-light.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    left: unset;
    right: 0;
    padding: 40px 0;
}

.slick-dots {
    display: flex; /* Ensures proper alignment */
    justify-content: center; /* Centers the dots */
    margin-top: 15px; /* Adds space above the dots */
    list-style: none; /* Removes default bullet styles */
    padding: 0;
}

.slick-dots li {
    margin: 0 5px; /* Adds spacing between dots */
}

.slick-dots li button {
    font-size: 0; /* Hides the default text (numbers) */
    background-color: #ccc; /* Dot color */
    border: none; /* Removes button border */
    width: 10px; /* Dot size */
    height: 10px;
    border-radius: 50%; /* Makes dots circular */
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #333; /* Color for active dot */
}

/* FAQ SECTION */

/* FAQ Accordion Styling */
.faq-section .accordion-item {
    border: none;
    border-radius: 8px; /* Rounded corners */
    overflow: hidden;
    margin-bottom: 10px;
}

.faq-section .accordion-header .accordion-button {
    background-color: #5463A3; /* Question Tab Background */
    color: #FFFFFF; /* Text Color */
    font-weight: bold;
    border: none;
    border-radius: 8px; /* Rounded corners */
    box-shadow: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-section .accordion-header .accordion-button:hover,
.faq-section .accordion-header .accordion-button:focus {
    background-color: var(--gcf-neutral-light); /* Hover Background */
    color: #000000; /* Hover Text Color */
}

.faq-section .accordion-body {
    background-color: #f8f9fa; /* Light Background for Answers */
    color: #000000;
    border-radius: 8px;
    padding: 15px;
    transition: background-color 0.3s ease;
}

.faq-section .accordion-body:hover {
    background-color: var(--gcf-linen); /* Subtle hover background */
}


/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:var(--gcf-marian-blue);opacity:1;}
.form-control:-ms-input-placeholder{color:var(--gcf-marian-blue);}
.form-control::-webkit-input-placeholder{color:var(--gcf-marian-blue);}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft , .alignnone{float:left; margin:0 15px 10px 0;}
.alignright{float:right; margin:0 0 10px 15px;}
.aligncenter{margin:10px auto; display:block;}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */

.btn {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border: 3px solid var(--gcf-button-border);
    font-family: var(--gcf-font-ui); 
    font-weight: bold !important;
    display: inline-block;
    vertical-align: top;
    background: var(--gcf-button-blue);
    color: #FFF !important;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn:hover {border: 3px solid var(--gcf-button-border); background: var(--gcf-neutral-light) !important; color: var(--gcf-body-text) !important; }
/* .btn-white{color: #000 !important; background-color: #fff;}
.btn-white:hover{background-color: var(--gcf-sandy-brown) !important;} */
.btn-black{background-color: var(--gcf-button-blue) !important; color: #fff !important;}
.btn-black:hover{background-color: var(--gcf-neutral-light) !important; border-color: var(--gcf-button-border) !important; color: var(--gcf-body-text) !important;}
/* .btn-white:hover{background: var(--gcf-sandy-brown) !important; border: 3px solid #000 !important;} */

/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
/*row with equal height column*/


/* --- checkbox and radio button Styles --- */

.common-padd { padding-top: 100px; padding-bottom: 100px; }
.form-control { height: 50px; padding: 12px 20px; }
.img-box img{width: 100%; height: 100%;}
.common-heading { margin-bottom: 60px; }
.common-heading p {  font-family: var(--gcf-font-body);  }
.comon-width-box { padding: 0 40px; margin: auto; }


.home-provide-secton-wraper .image-box img{width: 100%;height: 100%;object-fit: contain;}
.home-story-secton .big-img img,
.home-gallery-secton .galary-carasol-box img,
.home-event-secton .single-box .image-box img,
.home-who-we-are-secton .image-box img,
.donate-purpose .image-box img{width: 100%;height: 100%;object-fit: cover;}



/* home pricing promo  */

.pricing_promo_section {
    padding: 80px 0;
    border-top: 1px solid #FFF;
    background: var(--gcf-linen);
    -webkit-box-shadow: inset 0px 12px 12px -12px rgba(40,64,162,1);
    -moz-box-shadow: inset 0px 12px 12px -12px rgba(40,64,162,1);
    box-shadow: inset 0px 12px 12px -12px rgba(40,64,162,1);
}
/*..............common styles..............*/
.slick-arrow { width: 60px; height: 60px; background: #fff !important; border-radius: 100%; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; z-index: 1; opacity: 1; }
.slick-arrow:hover { background: var(--gcf-neutral-light) !important; }
.slick-prev.slick-arrow::before { content: url(../images/pink-left-arrow.svg); display: flex; justify-content: center; align-items: center; margin-top: 4px; }
.slick-next.slick-arrow::before { content: url(../images/pink-right-arrow.svg); display: flex; justify-content: center; align-items: center; margin-top: 4px; }
.slick-prev.slick-arrow { left: -90px; }
.slick-next.slick-arrow { right: -90px; }
.slick-arrow:hover::before { filter: brightness(0) invert(1); }
/*-----scroll-bar-design----------*/

/* width */
::-webkit-scrollbar {width: 8px; }

/* Track */
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(10, 16, 71, 0.64); }
 
/* Handle */
::-webkit-scrollbar-thumb {background: var(--gcf-penn-blue); border-radius: 10px; }


/*-----scroll-bar-design----------*/

/*for header css*/
header.main-header.header-with-bg {background-color: #3B3B3C; background: rgb(59,59,60);background: linear-gradient(180deg, rgba(59,59,60,1) 0%, rgba(59,59,60,1) 65%, rgba(59,59,60,1) 100%);}
header.main-header.header-with-bg.fixed{background: rgb(0,0,0);background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0.5) 100%);}
.main-header { padding: 38px 0px; z-index: 999; left: 0; right: 0; top: 0; position: fixed; background: transparent; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.header-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.main-header.nobanner-header{ background-color: var(--gcf-penn-blue);  padding: 20px 0; }

.manu-part {display: flex; align-items: center; }
.main-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center;}
.main-menu ul li { list-style: none; font-family: var(--gcf-font-ui); font-weight: bold; font-size: 20px;}
.main-menu ul li:not(:last-child) { margin-right: 36px; }
.main-menu ul li a { display: block; color: #fff; padding: 8px 0; position: relative;}
.main-menu ul li span { padding-left: 10px; }
.main-menu ul li ul.sub-menu li a::before,
.main-menu ul li a, .main-menu ul li { cursor: pointer; display: block; color: #ffffff; padding: 8px 0; position: relative; font-size: 14px; font-weight: 600; }
.main-menu ul li a:hover { color: var(--gcf-white); }
.main-menu li:hover ul.sub-menu {opacity: 1; visibility: unset; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.main-menu ul.sub-menu {position: absolute; width: 250px; display: block; background-color: #fff; margin-top: 4px; padding: 6px 20px; border-radius: 10px; box-shadow: 0 15px 12px #0000005e; opacity: 0; visibility: hidden; /* overflow: hidden; */ -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.main-menu ul.sub-menu li {margin: 0 !important; padding: 0; }
.main-menu ul.sub-menu li a {color: #000; }
.main-menu ul.sub-menu li a:hover { color: var(--gcf-brand-blue); }

.main-menu ul.sub-menu .menu-description { font-family: var(--gcf-font-ui); font-size: 12px; font-weight: normal; color: var(--gcf-marian-blue); margin-top: 0; display: block; line-height: 1.4; }
.main-menu ul.sub-menu li a { position: relative; padding-bottom: 0; }
.main-menu ul.sub-menu .menu-description { font-size: 12px; font-weight: normal; color: #666; margin-top: 2px; /* Minimal space between label and description */ line-height: 1.4; display: block; }
.main-menu ul.sub-menu li { margin-bottom: 8px; /* Uniform spacing between sub-menu items */ }


.main-menu ul.sub-menu li {
    margin-bottom: 8px; /* Keeps consistent spacing */
    border-bottom: 1px solid #ddd; /* Adds the divider line */
    padding-bottom: 8px; /* Adds space below the line */
}

/* Remove the divider line for the last sub-menu item */
.main-menu ul.sub-menu li:last-child {
    border-bottom: none;
}

/* Ensure description spacing looks clean */
.main-menu ul.sub-menu .menu-description {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-top: 4px; /* Space between label and description */
    line-height: 1.4;
    display: block;
}

/* Flyout Submenu Styles */
.main-menu ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute; /* Position relative to the parent menu */
    top: 0; /* Align the top of the flyout with the parent item */
    left: 100%; /* Flyout appears to the right of the parent menu */
    width: 250px; /* Consistent width with other sub-menus */
    background-color: #fff; /* White background */
    padding: 6px 20px;
    border-radius: 10px;
    box-shadow: 0 15px 12px rgba(0, 0, 0, 0.35); /* Subtle shadow for depth */
    opacity: 0;
    visibility: hidden;
    z-index: 9999; /* Ensure it appears above all other elements */
    transition: all 0.4s ease; /* Smooth transition for hover effects */
}

/* Show the flyout submenu on hover */
.main-menu ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Ensure Parent Menu Stays Properly Layered */
.main-header {
    position: fixed; /* Sticky behavior for the main header */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Higher than content but lower than the submenu */
    background: transparent; /* Initial transparent background */
    transition: background-color 0.4s ease, padding 0.4s ease; /* Smooth transitions */
}

.main-header.nobanner-header {
    background-color: var(--gcf-penn-blue); /* Dark blue background for sticky state */
    padding: 20px 0;
}

/* Submenu Items */
.main-menu ul.sub-menu li {
    margin: 0 !important;
    padding: 8px 0;
    border-bottom: 1px solid #ddd; /* Divider line */
    padding-bottom: 8px;
}

/* Remove Divider for Last Item */
.main-menu ul.sub-menu li:last-child {
    border-bottom: none;
}

/* Links in Submenu */
.main-menu ul.sub-menu li a {
    color: #000; /* Black text for submenu links */
    padding: 0 0; /* Adjust padding for clean spacing */
    display: block;
}

.main-menu ul.sub-menu li a:hover {
    color: var(--gcf-brand-blue);
}

/* Flyout Submenu Description */
.main-menu ul.sub-menu .menu-description {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-top: 4px;
    line-height: 1.4;
    display: block;
}

/* Prevent Sticky Header from Overlapping Submenu */
.header-row {
    position: relative;
    z-index: 2;
    overflow: visible;
}

header .user-sec ul {margin: 0; }
header .user-sec ul li {list-style: none; }
.main-header.fixed .logo {max-width: 150px;-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.main-header .logo {max-width: 220px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.menu-item-has-children::after { content: ""; position: absolute; top: 20px; right: -20px; box-sizing: border-box; height: 10px; width: 10px; border-style: solid; border-color: #ffffff; border-width: 0 2px 2px 0; transform: rotate(45deg); transition: border-width 150ms ease-in-out; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; margin: 0 auto; }


.main-header.fixed {background: var(--gcf-penn-blue); padding: 10px 0px; left: 0; position: fixed; top: 0; width: 100%; box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); transition: all 0.4s; -ms-transition: all 0.4s; -webkit-transition: all 0.4s; backdrop-filter: blur(10px);}

/*==========mobile menu=========*/
.main-header .hdr-rt {display: flex; justify-content: flex-end; align-items: center; }
.main-header .user-sec {margin-left: 80px;display: flex;align-items: center; }
.main-header .user-sec .btn.btn-white { margin-right: 20px; }
.menu-has-children.menu-has-children-open span img {transform: rotate(180deg);-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.menu-has-children span img {transform: rotate(0deg);-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}

.mobile-menu-container ul.sub-menu {height: 0; overflow: hidden; opacity: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.mobile-menu-container ul.sub-menu.sub-menu-open {height: 250px; opacity: 1; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}

/* ~~~~~~~~~~ hamburger menu styling ~~~~~~~~~~ */
.hamburger-nav{ display: none; vertical-align: top; width: 22px; height: 20px; position: relative; margin: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; cursor: pointer; margin: 10px 0 10px 0;}
.hamburger-nav span{ display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.hamburger-nav span:nth-child(1){ top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
.hamburger-nav span:nth-child(2){ top: 7px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; width: 60%;left: 0;right: 0;margin: 0 auto;}
.hamburger-nav span:nth-child(3){ top: 14px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}


/*when turns close icon*/
.mobile-menu-open .hamburger-nav span:nth-child(1){ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: -1px; left: 3px;}
.mobile-menu-open .hamburger-nav span:nth-child(2){ width: 0%; opacity: 0;}
.mobile-menu-open .hamburger-nav span:nth-child(3){ -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 15px; left: 3px;}
/*when turns close icon*/
/* ~~~~~~~~~~ hamburger menu styling ~~~~~~~~~~ */


/* ~~~~~~~~~~ mobile menu styling ~~~~~~~~~~ */
.mobile-menu-container{ position: fixed; z-index: 1; top: -100vh; right: 0; left: 0; background: #000; height: 100vh; opacity: 0;  -webkit-transition: all .35s ease-in-out; -moz-transition: all .35s ease-in-out; -o-transition: all .35s ease-in-out; transition: all .35s ease-in-out; display: none;     z-index: -1;}
.mobile-menu-open .mobile-menu-container{ top: 0; transform: translateY(0); opacity: 1;}
.mobile-menu-container .inner-container{ padding-top: 130px; height: 100vh; overflow-y: auto; position: relative;}
.mobile-menu {  max-width: 100%; padding-left: 25px; padding-right: 25px; padding-top: 20px; margin: 0 auto; text-align: center;}
.mobile-menu ul{ margin: 0; padding: 0; list-style: none;}
.mobile-menu ul li{ display: block; margin: 10px 0;}
.mobile-menu ul li a{ display: block; font-size: 30px; color: #fff; padding: 4px 0;}
/*.mobile-menu ul > li.active > a:before{    content: ""; position: absolute;  left: 0; right: 0; bottom: -5px; background: #e3982d; height: 4px; width: auto; transition-property: left,right; transition-duration: .3s; transition-timing-function: ease-out;}*/
.mobile-menu ul li.menu-item-has-children > a{padding-right: 15px;}
/* .mobile-menu ul li.menu-item-has-children > a:after {content: ""; position: absolute; right: 5px; top: 47%;  box-sizing: border-box;  height: 8px; width: 8px; border-style: solid; border-color: #292939; border-width: 0px 2px 2px 0px; transform: rotate(45deg) translateY(-47%); transition: border-width 150ms ease-in-out;} */



/* ===== mobile menu animation ===== */
.mobile-menu ul li{opacity: 0;-webkit-transform: translateX(-150px);transform: translateX(-150px);-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;transition: transform 0.4s, opacity 0.4s;}
.mobile-menu-open .mobile-menu ul li {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
.mobile-menu-open .mobile-menu ul li:nth-child(1) {-webkit-transition-delay: 0.16s;transition-delay: 0.16s;}
.mobile-menu-open .mobile-menu ul li:nth-child(2) {-webkit-transition-delay: 0.24s;transition-delay: 0.24s;}
.mobile-menu-open .mobile-menu ul li:nth-child(3) {-webkit-transition-delay: 0.32s;transition-delay: 0.32s;}
.mobile-menu-open .mobile-menu ul li:nth-child(4) {-webkit-transition-delay: 0.40s;transition-delay: 0.40s;}
.mobile-menu-open .mobile-menu ul li:nth-child(5) {-webkit-transition-delay: 0.48s;transition-delay: 0.48s;}
.mobile-menu-open .mobile-menu ul li:nth-child(6) {-webkit-transition-delay: 0.54s;transition-delay: 0.54s;}
/* ===== mobile menu animation ===== */
.mobile-menu-open .mobile-menu ul li.btn { margin: 0 auto;  padding: 5px 5px;  max-width: 150px;}
.mobile-menu-open .mobile-menu ul li.btn a{color: #fff;}


/*=========mobile menu===========*/


/*for header css*/

/*=====home page====*/

.banner-sec { position: relative; overflow: hidden; background: var(--gcf-penn-blue); min-height: 100vh; display: flex; justify-content: center;  background-repeat: no-repeat; background-size: cover; align-items: center; padding: 140px 0 80px; }
.banner-sec img{width: 100%;height: 100%;}
.banner-content .banner-dashboard-img { border: 1px solid var(--gcf-sandy-brown); border-radius: 30px; overflow: hidden; padding: 6px; background: #fff; position: relative; width: 100%; height: 100%;} 
.banner-sec .banner-content-main { padding-left: 20px; }
.banner-dashboard-img img { border-radius: 20px; object-position: left; }
.banner-content-main h1 { color: #fff; }
.banner-content-main h1 span { display: block; color: var(--gcf-white); }
.banner-content-main p { max-width: 700px; color: #fff; font-weight: bold; }
.banner-content-main ul { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; max-width: 650px; margin-bottom: 60px; }
.banner-content-main ul li { position: relative; color: #fff; margin-bottom: 10px; font-weight: bold; padding-left: 30px; background-image: url(../images/box-sm-icon2.svg?v=20260720-gcf); background-repeat: no-repeat; background-size: 6%; background-position-y: 15%; }
.banner-partical-a { position: absolute; z-index: 1; bottom: -52%; left: 20%; }
.banner-partical-b { position: absolute; z-index: 1; right: 22%; top: 10%; }
.banner-partical-c { position: absolute; z-index: 1; right: 0; top: 14%; }
.banner-content { position: relative; z-index: 112; }

/* JOSEPH WASTING TIME CUBE TRANSITIONS*/
.banner-partical-a, .banner-partical-b, .banner-partical-c {
    transition: transform 0.5s ease, opacity 0.5s ease;
    will-change: transform, opacity;
}

.banner-partical-a {
    transform: translate(0, 0) scale(1);
}
.banner-partical-b {
    transform: translate(0, 0) scale(1.5);
}
.banner-partical-c {
    transform: translate(0, 0) scale(2);
}
.banner-sec::before {background: var(--gcf-penn-blue) !important;}
.dynamicpromotion { width: 100%; background-image: url(../images/Rectangle-4.png); background-size: contain; background-position: center; background-repeat: no-repeat; padding: 20px 0; display: flex ; justify-content: center; }
.dynamicpromotion .content { display: flex ; align-items: center; max-width: 1200px; width: 100%; padding-left: 30px; }
.dynamicpromotion .content .content-image { width: 25%; margin-right: 20px; object-fit: contain; }
.dynamicpromotion .content .content-text { color: var(--gcf-body-text); text-align: left; flex: 1; margin-bottom: 0;padding-right: 10px; }

.banner-sec.inner-banner.blog-bnr-main { align-items: center; padding: 0; min-height: 680px; }
.banner-sec.inner-banner.with-form-bnr {padding: 140px 0 180px;}
.banner-sec.inner-banner.with-form-bnr .banner-content .row .col-lg-6:first-child { display: flex ; }
.banner-sec.inner-banner.with-form-bnr .banner-content .row .col-lg-6:last-child { display: flex ; align-items: end; }
.inner-banner .banner-partical-a { width: 40%; bottom: 0; left: 5%; }
.inner-banner .banner-partical-b { right: 45%; }
.banner-sec.inner-banner.with-form-bnr::after { content: ''; position: absolute; width: 100%; height: 60px; background: #fff; left: 0; bottom: 0; z-index: 11; }
/* .banner-sec.inner-banner.with-form-bnr.ppc-banner::after { height: 120px; } */
.banner-sec.inner-banner.with-form-bnr.ppc-banner .banner-text ul { margin-bottom: 40px; }
.banner-sec.inner-banner.with-form-bnr.ppc-banner .banner-form-wrapper .banner-form { padding-top: 60px; }
.inner-banner .banner-text { max-width: 1014px; margin: auto; text-align: center; }
.inner-banner .banner-text h1,.inner-banner .banner-text h2, .inner-banner .banner-text h3, .inner-banner .banner-text p {color: #fff;}
.inner-banner .banner-text h2{font-size: 1.5rem;}
.banner-sec.inner-banner.with-form-bnr .banner-text p { font-weight: bold; }
.inner-banner .banner-text ul { max-width: 650px; margin-bottom: 60px; }
.inner-banner .banner-text ul li { position: relative; color: #fff; margin-bottom: 10px; padding-left: 30px; background-image: url(../images/box-sm-icon2.svg?v=20260720-gcf); background-repeat: no-repeat; background-size: 18px; background-position-y: 15%; filter: brightness(0) invert(1); font-weight: bold;}
.with-banner-form { position: relative; z-index: 11; }
.inner-banner .on-credit-box { padding: 15px 22px; background-color: var(--gcf-pumpkin); display: inline-block; border-radius: 0 0 10px 10px; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); }
.inner-banner .on-credit-box p { margin-bottom: 0; font-weight: 600; color: #222222; }
.inner-banner .on-credit-box::after { content: ''; position: absolute; width: 31px; height: 25px; background: var(--gcf-marian-blue); top: 0px; left: -30px; clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
.inner-banner .on-credit-box::before { content: ''; position: absolute; width: 31px; height: 25px; background: var(--gcf-marian-blue); top: 0px; right: -31px; clip-path: polygon(0 0, 0% 100%, 100% 100%); }
/* .banner-sec.inner-banner.blog-bnr-main, .banner-sec.inner-banner.blog-bnr-main .banner-content { min-height: 85vh; } */

.nav-tab-main-box { margin: 0 30px; }
.nav-tab-main-box .tab-content { background-color: #EFEFEF; border-radius: 45px; padding: 90px 85px; position: relative; overflow: hidden; background-image: url(../images/partical-bg1.png); background-repeat: no-repeat; background-size: cover; background-position: top 35px left; }
.nav-tab-main-box ul { justify-content: center; border: none; }
.nav-tab-main-box ul li.nav-item button { font-size: 18px; font-weight: 700; color: var(--gcf-marian-blue); padding: 15px 60px; border-radius: 40px 40px 0 0; font-family: var(--gcf-font-ui); }
.nav-tab-main-box ul li.nav-item .nav-link.active { background-color: #EFEFEF; border-color: #EFEFEF; }
.nav-tab-main-box ul li.nav-item .nav-link:hover { background-color: #EFEFEF;}

.step-img-box img {object-fit: cover; object-position: center;}
.nav-tab-main-box-wrapper { margin-bottom: 50px; }
.step-img-boxA { border-radius: 35px; overflow: hidden; width: 80%; height: 400px; }
.step-img-box { position: relative; }
.step-img-boxB { width: 216px; border-radius: 20px; overflow: hidden; position: absolute; top: -27px; right: 0; border: 1px solid var(--gcf-sandy-brown); box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.step-count { padding: 3px 20px; background: #fff; display: inline-block; border-radius: 50px; font-weight: bold; color: #454545; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.step-box-content { padding-left: 50px; }
.step-box-content p { /* font-weight: bold; */ color:#000000; }
.watch-demo button { background-color: unset; border: none; display: flex; align-items: center; font-size: 24px; font-weight: 800; transition: 0.3s ease-in-out all; -webkit-transition: 0.3s ease-in-out all; -moz-transition: 0.3s ease-in-out all; -ms-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; font-family: var(--gcf-font-ui); }
.watch-demo button span { width: 76px; height: 76px; border-radius: 100%; border: 1px solid transparent; display: flex ; margin-right: 20px; background-position: center; position: relative; justify-content: center; align-items: center; background: linear-gradient(253.26deg, var(--gcf-penn-blue) 21.56%, var(--gcf-marian-blue) 92.43%); }
.watch-demo button:hover {color: var(--gcf-sandy-brown);}
.watch-demo button span::after { content: ''; position: absolute; width: 86px; height: 86px; border: 1px solid var(--gcf-sandy-brown); border-style: dashed; border-radius: 100%; left: -6px; top: -6px; }
.watch-demo button:hover span::after{animation: spin 10s linear infinite; -webkit-animation: spin 10s linear infinite;}
@keyframes spin { 
    100% { 
      transform: rotateZ(360deg); 
    }
}
.counter-box h3 { margin-bottom: 10px; }
.counter-box p { margin-bottom: 0; font-family: var(--gcf-font-body); font-weight: 600; color: var(--gcf-body-text); }
.counter-box-main .col:not(:last-child) { border-right: 1px solid rgba(10, 16, 71, 0.18); }
.counter-box-main .col:not(:first-child) { padding-left: 30px; }
.global-network-sec { background: #eeeeee; }
.network-map-box { margin: 0 30px; padding: 30px 80px; border-radius: 25px; overflow: hidden; background-color: #fff; position: relative;}
.partical-circleA { position: absolute; bottom: 120px; left: 0; }
.partical-circleB { position: absolute; top: 86px; right: 0; }
.service-single-slider { overflow: hidden; position: relative; }
.service-single-slider .img-box { position: relative; margin-bottom: 30px; /* padding-bottom: 60px; background-image: url(../images/service-corner-partical.png); background-repeat: no-repeat; background-position: bottom right; background-size: 55%; */ }
.service-slide-text p { font-family: var(--gcf-font-body);  font-weight: 400; font-size: 98%;  color:#000000;}
.service-single-slider .img-box img { width: auto; height: auto; margin: auto;     border-radius: 20px; }
.service-single-slider .img-box::before { content: ''; position: absolute; height: 210px; width: 100%; z-index: -1; bottom: 0; background: linear-gradient(273deg, rgb(170 170 170 / 19%) 20%, rgb(170 170 170 / 11%) 100%); border-radius: 20px; }
.service-slide-text { max-width: 348px; margin: auto; margin: auto; padding:1rem 0 }
.service-single-slider .img-box img { max-height: 225px; min-height: 225px; }
.service-main-slider-warpper .slick-slide { padding: 0 10px; }
.service-main-slider-warpper .slick-list { padding: 0 !important; }

.why-gcf-sec { background: #eeeeee; position: relative; border-radius: 20px; }
.why-gcf-slider { padding: 50px 24px 20px;  position: relative; overflow: hidden; height: 100%;}
.why-gcf-img { margin-bottom: 15px; position: relative; min-height: 200px; max-height: 160px; }
.why-gcf-img img{min-height: 200px; max-height: 200px; width:auto;}
.why-gcf-text-box p { /* font-weight: bold; */ }
.why-gcf-slider::before { content: ''; position: absolute; background: #fff; width: 100%; height: 74%; right: 0; bottom: 0; border-radius: 27px; -webkit-border-radius: 27px; -moz-border-radius: 27px; -ms-border-radius: 27px; -o-border-radius: 27px; background-image: url(../images/why-gcf-partical.svg); background-repeat: no-repeat; background-position: top right; background-size: 50%; }
.why-gcf-text-box { position: relative; }
.why-gcf-slider-wrapper .slick-list { padding: 0 !important; }
.why-gcf-slider-wrapper .slick-list .slick-slide { padding: 0 30px; height: auto; }
.why-gcf-slider-wrapper .slick-list .slick-slide > div { height: 100%; min-height: 100%; }
.why-gcf-slider-wrapper .slick-list .slick-track { display: flex; }

/* single-our_service */

.services-section {
    background-color: #f9f9f9;
}

.service-item img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.service-item h4 {
    font-size: 1.5rem;
    color: #000000;
}

.service-item p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
}

/* Style for the circular icon container */
.icon-circle {
    background-color: var(--gcf-penn-blue); /* Circle background color */
    border-radius: 50%;       /* Make the container circular */
    display: inline-flex;     /* Align the image inside the circle */
    justify-content: center;  /* Center the image horizontally */
    align-items: center;      /* Center the image vertically */
    width: 80px;              /* Circle size (width and height) */
    height: 80px;
    padding: 10px;            /* Padding inside the circle for the icon */
    margin: 0 auto;           /* Center the circle within the column */
}

/* Style for the icon image */
.icon-image {
    max-width: 60%;           /* Ensure the image fits well inside the circle */
    height: auto;             /* Maintain aspect ratio */
    filter: brightness(0) invert(1); /* Ensure the image/icon appears white */
}


.network-sec { position: relative; overflow: hidden; padding-top: 200px; background-color: #FFFFFF; }
.network-sec ul li h4 span { border-bottom: 0; }
/* Pricing List Styling */
.pricing-list { padding: 0; margin: 0; list-style: none; /* Remove bullets */ }
.pricing-list li { display: flex; align-items: center; }
.pricing-list .plus-sign { font-size: 1.5rem; font-weight: bold; color: var(--gcf-penn-blue); display: inline-flex; align-items: center; justify-content: center; margin: 0; }

.network-main-box { background-repeat: no-repeat; background-size: cover; border: 4px solid #fff; border-radius: 47px; overflow: hidden; background-position: center left;  position: relative; margin: 0 30px; }
.network-text-box { max-width: 490px; padding: 85px 40px; text-align: center; background: rgb(10, 16, 71);background: linear-gradient(80deg, rgba(10, 16, 71, 1) 0%, rgba(10, 16, 71, 0) 100%); }
.network-text-box h3, .network-text-box h4 { color: #fff; }
.network-text-box h3 { margin-bottom: 60px; }
.network-xl-img { position: absolute; top: -120px; left: 0; }
.network-md-img { position: absolute; right: 0; top: 200px; }
.network-sm-img { position: absolute; right: 17%; top: 0; }

.solution-img { border-radius: 17px; overflow: hidden; }
.solutions-sec .col-lg-10 { padding: 0 40px; }
.solution-text { padding-right: 80px; }
.solution-text p { /* font-weight: bold; */ }
.blog-card-img { height: 298px; position: relative; border-radius: 10px; overflow: hidden; margin-bottom: 20px;     background: #e3e3e3;}
.blog-card-img img { object-fit: cover; }
.blog-card-img.img-box .news-date { padding: 8px 32px; background: #fff; position: absolute; top: 15px; right: 15px; border-radius: 50px; color: var(--gcf-marian-blue); font-size: 16px; font-weight: 700;}
.latest-news-sec .col-lg-10 { padding: 0 40px; }
.blog-card-main-box .blog-card-text-box h6 { font-size: 1.15rem; font-weight: 600; transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; }
.blog-card-main-box:hover .blog-card-text-box h6 { color: var(--gcf-sandy-brown); }
.view-all-btn { margin-top: 30px; }
.blog-card-text-box h6 a { color: #000000; text-decoration: none; transition: color 0.3s ease; }
.blog-card-text-box h6 a:hover { color: var(--gcf-marian-blue); text-decoration: none; }
.single-post h2{  line-height: normal; font-size: 1.8rem; margin-top: 1.5rem; font-weight: 600; } 
.single-post h3{ font-weight: 700; } .single-post h1{ font-size: 2.5rem;  } 
.single-post p.post-date {margin-bottom: 2.5rem; border-bottom: 1px solid #000;}
.breadcrumb-wrapper { font-size: 14px; color: #666; /* Gray text */ margin-bottom: 40px; }
.breadcrumb-wrapper a { color: var(--gcf-marian-blue); /* Link color */ text-decoration: none; }

.carousel-image { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; }

.breadcrumb-wrapper a:hover { text-decoration: underline; }

.testimonial-sec {background: linear-gradient(167.46deg, var(--gcf-linen) 7.25%, rgba(255, 255, 255, 0.3) 89.87%);}
.client-name-with-img { display: flex; align-items: center; }
.client-img { width: 65px; height: 65px; overflow: hidden; border-radius: 100px; }
.client-img img { width: 100%; height: 100%; object-fit: cover; }
.client-name-with-img .client-name { width: calc(100% - 65px); padding-left: 15px; }
.testimonial-single-slider { background: #fff; padding: 40px 20px 20px; border-radius: 20px; position: relative; height: 100%; display: flex !important; flex-direction: column; justify-content: space-between; background-image: url(../images/testimonial-shep.png); background-repeat: no-repeat; background-position: right top -98%; background-size: 58%; }
.testimonial-single-slider p { font-weight: bold; font-size: 15px;}
.clent-testimonial-slider .slick-slide::after { content: url(../images/quate.svg); position: absolute; top: 0; left: 30px; }
.clent-testimonial-slider .slick-slide { padding: 25px 10px 0; position: relative; }
.client-name-with-img .client-name h6 { margin-bottom: 10px; }
.client-name-with-img .client-name p { margin-bottom: 2px; }
.client-msg-box-wrapper .slick-list { padding: 0 !important; }
.client-msg-box-wrapper .slick-list .slick-slide { height: auto; }
.client-msg-box-wrapper .slick-list .slick-slide > div { height: 100%; min-height: 100%; }
.client-msg-box-wrapper .slick-list .slick-track { display: flex; }

.logo-slider-wrapper-main {margin-bottom: 70px;}
.logo-main-wrapper-box  .slick-arrow { display: none !important; }
.slider-heading { margin-bottom: 50px; }
.slider-heading h5 { font-weight: 600; text-transform: uppercase; color: var(--gcf-marian-blue); letter-spacing: 15px; }
.logo-slider-wrapper, .logo-slider-wrapper2 { padding: 0 50px; }
.logo-slider-wrapper2 { direction: rtl; }
.logo-single-box { filter: grayscale(100%); transition: 0.3s ease-in-out all; -webkit-transition: 0.3s ease-in-out all; -moz-transition: 0.3s ease-in-out all; -ms-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; -webkit-filter: grayscale(100%);  display: flex !important; justify-content: center; padding: 0 10px !important; }
.logo-single-box:hover { filter: unset; -webkit-filter: unset; transform: scale(1.1); }
.logo-main-wrapper-box .slick-list .slick-slide { height: auto; }
.logo-main-wrapper-box .slick-list .slick-slide > div { height: 100%; min-height: 100%;display: flex; align-items: center; }
.logo-main-wrapper-box .slick-list .slick-track { display: flex; }
.modal-video-box video { border-radius: 10px; }



footer.footer-sec {padding: 100px 0 50px; background: var(--gcf-penn-blue); position: relative; overflow: hidden;}
footer.footer-sec .footer-logo { margin-bottom: 50px; }
footer.footer-sec .footer-social-icon { display: flex; align-items: center; }
footer.footer-sec .footer-social-icon li:not(:last-child) { margin-right: 10px; }
footer.footer-sec .footer-social-icon li img{ transition:0.3s ease-in-out all ; -webkit-transition:0.3s ease-in-out all ; -moz-transition:0.3s ease-in-out all ; -ms-transition:0.3s ease-in-out all ; -o-transition:0.3s ease-in-out all ; }
footer.footer-sec .footer-social-icon li:hover a img {filter: brightness(0%); }
footer.footer-sec .quick-links-box, footer.footer-sec .footer-logo-box {position: relative;}
footer.footer-sec .quick-links-box h6, .quick-links-box ul li a, .quick-links-box p { color: #fff; font-family: var(--gcf-font-ui); overflow-wrap: break-word; word-wrap: break-word; }
footer.footer-sec h6{font-size: 16px; font-weight: 600; border-bottom: 1px dotted;padding-bottom: 8px;}
footer.footer-sec  .quick-links-box ul li a, .quick-links-box p {color: #ffffffbb; }
footer.footer-sec .quick-links-box ul li a, .quick-links-box p { font-weight: 400; font-size: 0.9rem; line-height: normal;}
footer.footer-sec .quick-links-box ul li a:hover { color: var(--gcf-white); }
footer.footer-sec .quick-links-box ul li:not(:last-child) {margin-bottom: 12px;}
footer.footer-sec .row .col-lg-2:last-child .quick-links-box ul { column-count: 2; }
footer.footer-sec .copy-right-box { display: flex; align-items: center; justify-content: space-between; margin-top: 60px; }
footer.footer-sec .copy-right-box p, footer.footer-sec .copy-right-box ul li a{font-size: 14px!important; margin:0 12px 0 0; color: #ffffff77;}
footer.footer-sec .copy-right-box ul li a:hover {color: #000;}
footer.footer-sec .copy-right-box ul { display: flex; align-items: center; }
footer.footer-sec .copy-right-box ul li { position: relative; }
footer.footer-sec .copy-right-box ul li:not(:last-child) { padding-right: 15px; }
footer.footer-sec .copy-right-box ul li:not(:last-child)::after { content: ''; position: absolute; width: 1px; height: 16px; background: #ffffff4d; right: 7px; top: 7px; }
footer.footer-sec .footer-particalA { position: absolute; left: 0; bottom: 0; }
footer.footer-sec .footer-particalB { position: absolute; right: 4%; bottom: 14%; }
footer.footer-sec .footer-particalC { position: absolute; right: 4%; bottom: 14%; }
footer.footer-sec .footer-particalC { position: absolute; right: 5%; top: 0; }
footer.footer-sec p{font-size: 0.9rem;}
/* .quick-links-box {
    max-width: 300px;
} */
footer.footer-sec.ppc-footer { padding: 50px 0 0; }
footer.footer-sec.ppc-footer .footer-logo-box { text-align: center; }
footer.footer-sec.ppc-footer .footer-social-icon { justify-content: center; }
footer.footer-sec.ppc-footer .footer-logo-box .footer-logo { margin: auto; margin-bottom: 30px; }
footer.footer-sec.ppc-footer .footer-social-icon li img { width: 40px; height: 40px; }
footer.footer-sec.ppc-footer .footer-social-icon li:not(:last-child) { margin-right: 20px; }
footer.footer-sec.ppc-footer p { text-align: center; margin-top: 20px; color: #fff; font-size: clamp(1rem, 0.954rem + 0.247vw, 1.25rem); }
footer.footer-sec .copy-right-box { justify-content: center; margin-top: 0; /* background: #0d1946; */ position: relative; z-index: 1; padding: 15px 0; margin:30px 0; }
footer.footer-sec .copy-right-box .menu li a { font-size: clamp(1rem, 0.977rem + 0.123vw, 1.125rem); color: #fff; }
footer.footer-sec .copy-right-box .menu li:not(:last-child)::after { height: 18px; top: 5px; background-color: #fff; }
footer.footer-sec .copy-right-box .menu li a:hover { color: #98b2ff; }
footer.footer-sec.ppc-footer .footer-particalB { right: 20%; bottom: -15%; }
footer.footer-sec ul li { list-style: none;}

#menu-footer-menue-commerce-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing between items */
}

#menu-footer-menue-commerce-platforms li {
    width: 45%; /* Each column takes up ~50% of the container width, leaving room for the gap */
    margin-bottom:2px;
}


/* highlight box */
/* Existing box styling */
.rounded_box {
    background: linear-gradient(167.46deg, #1B2A65 .25%, #263A8C .100%) 89.87%;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.rounded_box li, .rounded_box h3, .rounded_box li, .rounded_box h4, .rounded_box p{color:#FFFFFF!important;}

.left_text {
    max-width: 90%; 
}


/*=====home page====*/


/*=====Pricing page====*/
.pl-70 {padding-left: 70px;}
.pr-70 {padding-right: 70px;}
.order-ship-main-box { border-radius: 27px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; padding: 60px; margin-bottom: 40px; background: #EEEEEE; border: 6px solid #e2e2e2; }
.order-ship-main-box h2 { text-align: center; }
.range-form .range-slider { -webkit-appearance: none; appearance: none; width: 100%; background: var(--gcf-linen); outline: none; -webkit-transition: 0.2s; transition: opacity 0.2s; height: 20px !important; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; }
.range-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 60px; height: 60px; background: linear-gradient(253.26deg, var(--gcf-penn-blue) 21.56%, var(--gcf-marian-blue) 92.43%); cursor: pointer; border-radius: 50%; border: 5px solid #ffffff; }
.range-slider::-moz-range-thumb { width: 60px; height: 60px; background: linear-gradient(253.26deg, var(--gcf-penn-blue) 21.56%, var(--gcf-marian-blue) 92.43%); cursor: pointer; border: 5px solid #ffffff; }
.range-form p { background-color: var(--gcf-pumpkin); color: var(--gcf-white); display: inline-block; padding: 10px 28px; border-radius: 50px; font-family: var(--gcf-font-ui); font-weight: 700; margin-top: 30px; }
.order-pricing-box {text-align: center;}
.order-pricing-box p { margin-bottom: 10px;  font-family: var(--gcf-font-body);  font-weight: 600; color: #000; }
.order-pricing-box h4 { font-size: clamp(1.25rem, 1.157rem + 0.494vw, 1.75rem); }
.storage-need-sec { background: linear-gradient(167.46deg, var(--gcf-linen) 7.25%, rgba(247, 247, 247, 0.3) 89.87%); }
.storage-img-box { padding: 40px 22px 22px; background-color: #FFFFFF; border-radius: 27px; text-align: center; margin-bottom: 25px;}
.storage-need-sec .row.comon-width-box { width: 90%; padding: 0 70px; }
.storage-img { height: 90px; }
.storage-size-box { text-align: center; }
.storage-size-box p { margin-bottom: 10px; font-family: var(--gcf-font-body);  font-weight: 600; color: #000; }
.storage-size-box h3 {display: flex; align-items: center; justify-content: center;}
.storage-size-box h3 span { font-family: var(--gcf-font-display); font-weight: 700; color: var(--gcf-body-text); font-size: clamp(1rem, 0.977rem + 0.123vw, 1.125rem); }
.advance-solution-img-box { overflow: hidden;    position: relative; z-index: 1; }
.advance-solution-text ul li:not(:last-child) { margin-bottom: 15px; }
.advance-solution-text p { font-weight: bold; }
.advance-solution-text ul li { position: relative; margin-bottom: 10px; padding-left: 30px; background-image: url(../images/box-sm-icon2.svg?v=20260720-gcf); background-repeat: no-repeat; background-size: 20px; background-position-y: 15%;  font-family: var(--gcf-font-body);  }
.ready-optimize-box-main { padding: 65px 60px; border-radius: 16px; background-image: url(../images/optimize-bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: right; position: relative; overflow: hidden;}
.ready-optimize-box-main::after { content: ''; position: absolute;background: rgb(10, 16, 71);background: linear-gradient(80deg, rgba(10, 16, 71, 1) 0%, rgba(10, 16, 71, 0) 100%); width: 100%; height: 100%; top: 0; left: 0; }
.ready-optimize-text { width: calc(100% - 150px); }
.ready-optimize-text a{width: 150px;}
.ready-optimize-text h2{color: #fff; text-transform: uppercase; }
.ready-optimize-text p {color: #fff; max-width: 800px;}
.ready-optimize-box { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.storage-img { margin-bottom: 25px; }
.storage-img-box p { margin-bottom: 0; font-size: 18px; font-family: var(--gcf-font-body);  }
.advance-solution-sec { position: relative; overflow: hidden; }
.advance-partical-right { position: absolute; right: 0; top: 95px; }

/*=====Why GCF page====*/

.banner-form { padding: 40px; background-color: #fff; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.banner-form-wrapper { border: 15px solid #ffffff47; border-radius: 30px; margin-left: 69px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; position: relative; z-index: 111; margin-bottom: -80px;}
.with-form-bnr .banner-text { max-width: 717px; margin-left: 0; }
/* .banner-form .col-md-6, .banner-form .col-lg-12 { margin-top: 20px; } */
.banner-form input.btn { min-width: 150px; }
.partner-img-wrapper { padding: 80px 80px 80px 0; background:linear-gradient(167.46deg, var(--gcf-linen) 7.25%, rgba(247, 247, 247, 0.3) 35.87%), url(../images/partner-vector-bg.png); border-radius: 20px; overflow: hidden; position: relative; background-repeat: no-repeat; background-size: cover; background-position: right; }
.partner-img-box { border-radius: 0 20px 20px 0; overflow: hidden; height: 354px; }
.partner-sec .col-lg-10 .row:nth-child(even) { padding-top: 100px; flex-direction: row-reverse; }
.partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper { padding: 0; background: transparent; background-color: unset; background-repeat: unset; background-position: unset; background-size: unset; }
.partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper .partner-img-box { border-radius: 20px; height: 634px; overflow: hidden; background: #F7F5F2; }
.partner-sec .col-lg-10 .partner-img-wrapper .partner-img-box img{object-fit: cover; }
.partner-sec .partner-text { padding-left: 70px; }
.partner-sec .col-lg-10 .row:nth-child(even) .partner-text { padding-left: 0; padding-right: 70px; }
.why-gcf-box-wrapper .why-gcf-img { max-width: 230px; height: auto; display: flex; align-items: end; min-height: 130px; }
.industry-sec { position: relative; overflow: hidden; }
.industry-partical { position: absolute; right: 0; top: 90px; }
.sub-page-testimonial .testimonial-single-slider { background-color: #EFEFEF; background-image: url(../images/sub-testimonial-bg.png); }
.multi-shep-box { padding: 50px 0 50px 50px; border-radius: 47px; -webkit-border-radius: 47px; -moz-border-radius: 47px; -ms-border-radius: 47px; -o-border-radius: 47px; position: relative; overflow: hidden; }
.multi-shep-box .row {position: relative; z-index: 1;}
.multi-shep-box::after { content: ''; position: absolute; /* background: #EFEFEF; */ width: 83%; height: 100%; top: 0; left: 0; border-radius: 47px; /* background-image: url(../images/partner-vector-bg2.png); */ background-repeat: no-repeat; background-size: 100%; background-position: left top -18%; }
.multui-platform-img { border-radius: 20px; overflow: hidden; /* height: 450px; */ }
.multi-platform-text { padding-right: 70px; }
.multi-platform-text ul li strong{font-weight:600!important}

.multui-platform-img img { display: block; max-width: 100%; margin: 0 auto; }

.multui-platform-img img + img { margin-top: 15px; }
.our_service-template-default .multui-platform-img.img-box::after { content: none !important; display: none !important; }
.page-template-tpl-industries .img-box::after { content: none !important; display: none !important; }
body.page-template-tpl-why-gcf-fulfillment .img-box::after,
body.page-template-tpl-integration .img-box::after,
body.page-template-tpl-no-form .img-box::after,
body.page-template-tpl-global-network .img-box::after { content: none !important; display: none !important; }
.multi-shep-box.no-image::after { width: 100%; /* Full width if there is no image */ }

/* JOSEPH photo transitions */

/* Initial state (off-screen and hidden) */
.multi-shep-box .multui-platform-img {
    opacity: 0;
    transform: translateX(200%); /* Move far right for all images initially */
    transition: opacity 1s ease, transform 1s ease;
}

.multi-shep-box.left .multui-platform-img {
    transform: translateX(-200%); /* Move far left for images on the left */
}

/* Active state (fade in and move to natural position) */
.multi-shep-box.animate .multui-platform-img {
    opacity: 1;
    transform: translateX(0);
}

/* Related Industries for Services Post type */
.industries-carousel-section .carousel-container {
    margin: 20px 0;
}

.industries-carousel-section .carousel-item {
    padding: 10px;
}

.industries-carousel-section .custom-card {
    transition: transform 0.3s ease;
}

.industries-carousel-section .custom-card:hover {
    transform: translateY(-5px);
}
/* Ensure cards are the same height */
.industries-carousel-section .carousel-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.industries-carousel-section .custom-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Ensure card-body content is evenly distributed */
.industries-carousel-section .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

/* Consistent image dimensions */
.industries-carousel-section .custom-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Optional: Add max-height to manage extremely long content */
.industries-carousel-section .card-text {
    max-height: 4em; /* Adjust as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 80%;
}

.industries-carousel-section .card-title {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
}

/* Ensure the whole card is clickable */
.industries-carousel-section .carousel-item-link,
.industries-carousel-section .card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.industries-carousel-section .custom-card {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.industries-carousel-section .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.industries-carousel-section .custom-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.industries-carousel-section .learn-more-link {
    font-weight: bold;
    color: var(--gcf-marian-blue);
    text-decoration: none;
}

.industries-carousel-section .learn-more-link:hover {
    text-decoration: underline;
}

/* Ensure text truncation for consistent card height */
.industries-carousel-section .card-text {
    max-height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
}
h4 span{font-weight:600!important; border-bottom: 2px solid #FFF;}
.two-column-meta img { max-width: 100%; height: auto; display: block; }
.two-column-meta h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #EEEEEE;
    border-radius: 16px;
    padding: 10px 20px;
    margin-bottom: 15px; 
    font-size: 1.2rem; 
    line-height: 1.4;
    box-sizing: border-box;
}
.card-title a{color:#000;}

/*=====Service Fulfillment page====*/

.multi-loop-items .multi-shep-box:nth-child(even) { margin: 60px 0; padding: 50px 50px 50px 0px; }
.multi-loop-items .multi-shep-box:nth-child(even) .row .multi-platform-text { padding-right: 0; padding-left: 70px; }
.multi-loop-items .multi-shep-box:nth-child(even)::after { background: linear-gradient(167.46deg, var(--gcf-linen) 7.25%, rgba(247, 247, 247, 0.3) 35.87%), url(../images/fulfillment-shape-light.png); background-repeat: no-repeat; background-position: bottom right; background-size: contain; left: unset; right: 0; }
.multi-loop-items .multi-shep-box:nth-child(even) .row { flex-direction: row-reverse; }
.multi-platform-text ul li { position: relative; margin-bottom: 10px; padding-left: 30px; background-image: url(../images/box-sm-icon2.svg?v=20260720-gcf); background-repeat: no-repeat; background-size: 20px; background-position-y: 15%; }
.multi-platform-text ul li:not(:last-child) { margin-bottom: 15px; }
.multi-platform-text ul {margin-bottom: 40px;}

/*=====Blog page====*/

.blog-sec-main .news-box-main { margin-bottom: 30px; }
.blog-sec-main { margin-top: -150px; position: relative; z-index: 111; }
.single-post ul li {
    list-style-type: square;
    margin-bottom: 10px;
}

.single-post ul li ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    padding-left: 20px;
}

.single-post ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
}

.single-post ol li ol li {
    list-style-type: lower-alpha;
    margin-bottom: 5px;
    padding-left: 20px;
}

.single-post ol li ul {
    list-style-type: circle;
    margin-top: 5px;
    padding-left: 30px;
}

.single-post ol li ul li {
    margin-bottom: 5px;
}
.single-post ol li h3{
    margin-bottom: .21rem;
}

/*=====Details page====*/

.details-img { width: 100%; height: 600px; overflow: hidden; border-radius: 20px; margin-bottom: 50px;}
.section-blog-details-sec { padding: 200px 0 70px; }
.latest-news-slider-wrapper .news-box-main { padding: 0 25px; }
.latest-news-slider-wrapper .slick-list { padding: 0 !important; }
.plat-form-box .row:nth-child(even) { flex-direction: row-reverse; padding-top: 100px; }
.plat-form-box .row:nth-child(even) .advance-solution-text { padding-left: 50px; }
.plat-form-box .row:nth-child(odd) .advance-solution-text { padding-right: 50px; }
.multi-platform-sec.contact-box-details { position: relative; z-index: 22; }


.video-modal .modal-body .btn-close { background: unset; width: 50px; height: 50px; opacity: 1; border: 1px solid var(--gcf-marian-blue); border-radius: 100%; position: absolute; top: 10px; right: 10px; z-index: 111; background: linear-gradient(253.26deg, var(--gcf-penn-blue) 21.56%, var(--gcf-marian-blue) 92.43%); transition: 0.3s ease-in-out all; -webkit-transition: 0.3s ease-in-out all; -moz-transition: 0.3s ease-in-out all; -ms-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; }
.video-modal .modal-body .btn-close img { filter: brightness(0) invert(1); }
.modal-video-box { line-height: 0; overflow: hidden; }
.video-modal .modal-content { background: var(--gcf-neutral-light); border-radius: 20px; }

.counter-main-sec .counter-box-main { padding: 0 40px; }
.counter-box-main .col-lg-10 .row .col-lg-3 .counter-box { height: 100%; text-align: center; padding: 10px; }
.counter-box-main .col-lg-10 .row .col-lg-3:not(:last-child) .counter-box { border-right: 1px solid #21326030; }

.industy-listing-sec .news-box-main .blog-card-main-box {border-radius: 10px;background: linear-gradient(167.46deg, var(--gcf-linen) 7.25%, rgba(247, 247, 247, 0.3) 89.87%); height: 100%;}
.industy-listing-sec .news-box-main .blog-card-main-box .blog-card-text-box {padding: 0 20px 20px;}
.industy-listing-sec .news-box-main .blog-card-main-box .blog-card-img {border-radius: 10px 10px 0 0;}
.industy-listing-sec .news-box-main {height: 100%;}
.industy-listing-sec .news-box-main .blog-card-main-box .blog-card-img img { object-fit: cover; }

/*---------29-11-2024----------*/


.main-menu ul.sub-menu li a::after {-webkit-transition: all .25s ease-in-out 0s; -o-transition: all .25s ease-in-out 0s; background: var(--gcf-penn-blue); content: ""; margin-left: -4px; -webkit-mask-image: url('../images/arrow-right.svg'); mask-image: url('../images/arrow-right.svg'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center center; mask-position: center center; -webkit-mask-size: 14px; mask-size: 14px; opacity: 0; position: absolute; transform: scale(0.6); height: 15px; width: 15px; background-color: var(--gcf-penn-blue); top: 5px; right: 8px; }
.main-menu ul.sub-menu li a:hover::after {opacity: 1; margin-left: 6px; transform: scale(1); background-color: var(--gcf-brand-blue); right: -8px; }
.error-page {min-height: 500px; padding-top: 150px; }
.common-page {min-height: 500px; padding-top: 150px; }
.wpcf7-spinner {display: block; margin: 0 auto; }
form .wpcf7-not-valid {border: 1px solid red !important; }
span.wpcf7-not-valid-tip {display: none; }
.wpcf7-response-output {margin: 0 !important;text-align:center !important; }
form.invalid .wpcf7-response-output{display: none;}


.pagination-wrap { padding-left: 0; margin-top: 40px; }
.pagination-wrap nav .pagination { justify-content: center; }
.pagination-wrap nav .pagination .page-numbers { width: 27px; height: 27px; border: 1px solid #000; border-radius: 4px; text-align: center; font-size: 14px; display: flex ; justify-content: center; align-items: center; color: #000; font-weight: 700; }
.pagination-wrap nav .pagination .page-numbers:not(:last-child) { margin-right: 15px; }
.pagination-wrap nav .pagination .page-numbers.current, .pagination-wrap nav .pagination .page-numbers:hover:hover { background-color: #091D53; color: #fff; }
.sec-adjustment .advance-solution-img-box { border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.sec-adjustment .advance-solution-img-box img { object-fit: cover; }
.multui-platform-img img { object-fit: contain; }
.details-img img { object-fit: cover; }
.fix-integration .advance-solution-img-box { border-radius: 20px; }
.fix-integration .advance-solution-img-box img { object-fit: cover; }


.support-banner .input-group label button { position: absolute; right: -3px; padding: 10px; top: 0px; border: 0; border-radius: 0 5px 5px 0; z-index: 11; background-color: var(--gcf-pumpkin); height: 55px; width: 80px; display: flex; justify-content: center; align-items: center; transition: 0.3s ease-in-out; }
.support-banner .input-group label button:hover { background-color: #020a2a; }
.support-banner .input-group label button svg { color: #fff; font-size: 22px; }
.support-banner .input-group input { border-radius: 5px !important; }

.child_cat_posts, .parent_cat_posts {
    width: 100%; 
    margin: 0; 
    padding: 0;
    list-style: none;
    margin-bottom:1.5rem;
}

.child_cat_posts li,  .parent_cat_posts li {
    width: 100%;
    display: block; 
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom:1.5rem;
}
.main-box-category h5{
    border-bottom: 2px solid var(--gcf-marian-blue);
    padding-bottom: .3rem;
}
.category-wrapper-inner h3{
    border-bottom: 2px solid var(--gcf-marian-blue);
    padding-bottom: .3rem;
}

/* pradipta CSS */
.category-wrapper ul { display: flex; flex-wrap: wrap; }
.category-wrapper ul li { width: 16.66%; margin-bottom: 20px; padding: 0 10px; } 
.category-wrapper ul li a { width: 100%; display: flex; border: 1px solid var(--gcf-sandy-brown); background-color: var(--gcf-linen);cursor: unset; padding: 15px 20px; border-radius: 10px; transition: 0.3s ease-in-out all; color: #222222; flex-direction: column; text-align: center; justify-content: center; height: 100%; min-height: 160px; }
.category-wrapper ul li a:hover{background:var(--gcf-neutral-light)}
.category-wrapper ul li a span { display: inline-block; margin-bottom: 15px; } 
/* pradipta CSS */

.breadcrumb nav { background: #ccc; width: 100%; padding: 15px; }
.breadcrumb nav { width: 100%; padding: 15px; background: var(--gcf-linen); border-radius: 10px; margin-bottom: 30px; }
.breadcrumb nav .cd-breadcrumb { padding-left: 0; margin-bottom: 0; display: flex; align-items: center; flex-wrap: wrap; }
.breadcrumb nav .cd-breadcrumb li:not(:last-child) { padding-right: 10px; margin-right: 10px; position: relative; }
.breadcrumb nav .cd-breadcrumb li:not(:last-child)::after { content: ""; position: absolute; right: 0; background-color: var(--gcf-penn-blue); height: 80%; width: 1px; top: 50%; transform: translateY(-50%) rotate(12deg); }
.breadcrumb nav .cd-breadcrumb li a { color: #222222; }
.breadcrumb nav .cd-breadcrumb li { color: var(--gcf-marian-blue); }
.breadcrumb nav .cd-breadcrumb li a:hover { color: var(--gcf-marian-blue); }


.search-reasult-box ul li a { color: var(--gcf-marian-blue); display: block; margin-bottom: 10px; }
.search-reasult-box ul li:not(:last-child) { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #bfc2d1; }


.support-details-sec .maindetails-box-wrapper { display: flex; align-items: start; }
.support-details-sec .maindetails-box-wrapper .related-articals { width: 300px; }
.support-details-sec .maindetails-box-wrapper .details-text { width: calc(100% - 300px); padding-right: 30px; }
.support-details-sec .maindetails-box-wrapper .related-articals ul { background: var(--gcf-linen); padding: 20px; border-radius: 10px; }
.support-details-sec .maindetails-box-wrapper .related-articals ul li:not(:last-child) { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #bfc2d1; }
.support-details-sec .maindetails-box-wrapper .related-articals ul li a { color: #222222; font-weight: 600; }
.support-details-sec .maindetails-box-wrapper .related-articals ul li a:hover { color: var(--gcf-marian-blue); }

.main-box-category { margin-bottom: 30px; padding-bottom: 30px; padding-left: 30px;}
.main-box-category ul { column-count: 2; }
.main-box-category ul li { margin-bottom: 15px; }
.main-box-category ul li a, .category-wrapper-inner ul li a { color: var(--gcf-marian-blue); font-weight: 600; }
.main-box-category ul li a:hover, .category-wrapper-inner li a:hover { color: #222222; }
.main-box-category ul.child_cat_posts {
    column-count: 1; /* Ensure a single column for child_cat_posts */
    width: 100%; /* Take up full container width */
}

.main-box-category ul.parent_cat_posts {
    column-count: 2; /* Retain two-column layout for parent_cat_posts if desired */
}


.search-reasult-box ul li a { color: var(--gcf-marian-blue); display: block; margin-bottom: 10px; word-wrap: break-word; }
.search-reasult-box ul li:not(:last-child) { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #bfc2d1; }




.show-hide-form { display: none; }
.banner-sec::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.search-reasult-box-wrapper { background-color: #fff; border-radius: 5px; margin-top: 5px; position: absolute; width: 100%; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
.search-reasult-box-wrapper p { margin-bottom: 0; font-weight: bold; padding: 10px 20px;  }
.search-reasult-box-wrapper .adjust-span { display: block; padding: 20px 20px; border-bottom: 1px solid #eaebef; }
.search-reasult-box-wrapper .adjust-span span { padding-left: 20px; text-transform: capitalize; }
.search-reasult-box-wrapper ul li a { display: block; }
.search-reasult-box-wrapper ul li { padding: 10px 20px; transition: 0.3s ease-in-out all; }
.search-reasult-box-wrapper ul li:hover { background-color: var(--gcf-linen); }
.search-reasult-box-wrapper ul li:not(:last-child) { border-bottom: 1px solid #eaebef; }
.search-reasult-box-wrapper ul li a { display: block; color: var(--gcf-marian-blue); font-weight: 600; }
.search-reasult-box-wrapper ul li a:hover {color: #222222; }
.gcf-form { position: relative; }
.banner-sec.inner-banner.blog-bnr-main.support-ban-wrap { overflow: auto; }
.details-text .sng-clock-icon { width: 18px; margin-right: 5px; }
.banner-content-img { max-width: 400px; height: auto; -webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px; border:2px solid #FFF; overflow: hidden;}
.banner-content-img img { object-fit: contain; }
.blog-bnr-main .banner-content-img { margin: auto; }


/* pradipta CSS*/
.fulfillment-logo-heading h5 { font-weight: 600; text-transform: uppercase; color: var(--gcf-marian-blue); letter-spacing: 12px; margin-bottom: 30px; } 
.fulfillment-logo-card { padding: 30px; background-color: #fff; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; display: flex; margin-bottom: 24px; height: calc(100% - 24px); } 
.fulfillment-logo-card .fulfillment-logo { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden; margin-right: 15px; flex: 0 0 auto; }
.fulfillment-logo-card .fulfillment-logo img { width: 100%; height: 100%; object-fit: cover; } 
.fulfillment-logo-card .fulfillment-logo-text h6 { margin-bottom: 5px; color: var(--gcf-penn-blue); font-weight: 600; }
.fulfillment-logo-card .fulfillment-logo-text p:last-child { margin-bottom: 0; }

.card.custom-card { height: calc(100% - 24px); margin-bottom: 24px; }
.card.custom-card .custom-card-img { padding: 0 0 66%; position: relative; overflow: hidden; } 
.card.custom-card .custom-card-img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; object-fit: cover; }
.card.custom-card .card-body h5 { color: #000; } 
.card.custom-card .card-body p { color: var(--gcf-body-text); }
.card.custom-card .card-body p:last-child { margin-bottom: 0; }

.storage-fee-section {margin-top: 30px;}
table.storage-fee-table { border: 1px solid var(--gcf-sandy-brown); text-align: center; vertical-align: middle; margin: 0 0 10px; }
table.storage-fee-table th.storage-fee-lable {background: var(--gcf-linen);border-right: 1px solid var(--gcf-sandy-brown);color: var(--gcf-penn-blue);}
table.storage-fee-table td {border-right: 1px solid var(--gcf-sandy-brown);color: var(--gcf-body-text);}
table.storage-fee-table td:last-child {background: var(--gcf-neutral-light);border-bottom: 1px solid var(--gcf-linen);font-weight: 600;}
table.storage-fee-table tr:last-child td:last-child { border-bottom: 1px solid var(--gcf-sandy-brown); }
.storage-fee-table.mobile { display: none; }
/* pradipta CSS*/

.blue_rule{ color: var(--gcf-marian-blue); border-top: 1px solid var(--gcf-marian-blue); padding-top: 1rem; }
.trusted-global-network .service-single-slider .img-box { text-align: center; }
.trusted-global-network .service-single-slider .img-box { text-align: center; padding: 0; background-image: url(); }
.trusted-global-network .service-single-slider .img-box::before { display: none; }
.trusted-global-network .service-single-slider .img-box { max-width: 100px; height: 100px; margin: auto; margin-bottom: 15px; border-radius: 100%; }
.trusted-global-network .service-single-slider .img-box img { width: 100%; height: 100%; max-width: 100%; min-height: 100%; }
.trusted-global-network .service-single-slider .service-slide-text { max-width: 100%; }
.trusted-global-network .service-single-slider .service-slide-text p:last-child { font-weight: 400; margin-bottom: 0; }
.trusted-global-network .service-single-slider .service-slide-text h5 { margin-bottom: 10px; }
.trusted-global-network .service-single-slider.trusted-global-wrapper { margin-bottom: 25px; }

.home-service-slider .slick-track { display: flex !important ; }
.home-service-slider .slick-track .slick-slide { height: inherit !important; }
.home-service-slider .slick-track .slick-slide>div { display: flex ; height: 100%; }
.home-service-slider .slick-track .slick-slide .service-slide-text { height: 216px; position: relative; }
.home-service-slider .slick-track .slick-slide .service-slide-text p { -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; }
.home-service-slider .slick-track .slick-slide .service-slide-text .btn { position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 12; }


.compare-box-wrapper-main-full-width-scroll { display: flex ; align-items: center; }
.compare-box-wrapper-main-full-width .compare-box-wrapper { width: 33.33%; background: linear-gradient(167.46deg, var(--gcf-linen) 7.25%, rgba(247, 247, 247, 0.3) 35.87%);margin: 0 5px; position: relative; border-radius: 10px;}
.compare-box-wrapper-main-full-width .compare-box-wrapper h6 { padding: 10px; background: var(--gcf-penn-blue); color: #fff; text-align: center; margin: 0 30px; position: absolute; width: 100%; max-width: 300px; top: -25px; border-radius: 6px; margin: auto; left: 50%; transform: translateX(-50%); }
.compare-box-wrapper-main-full-width .compare-box-wrapper ul { padding: 50px 0 30px; }
.compare-box-wrapper-main-full-width .compare-box-wrapper ul li { padding: 0 25px; }
.compare-box-wrapper-main-full-width .compare-box-wrapper ul li {position: relative; background-image: unset;}
.compare-box-wrapper-main h3 { margin-bottom: 50px; }
.compare-box-wrapper-main-full-width .compare-box-wrapper:first-child ul li { font-weight: 600; }
.compare-box-wrapper-main-full-width .compare-box-wrapper:nth-child(2) ul li { padding-left: 25px; background-image: url(../images/tick-green-icon3.png); background-repeat: no-repeat; background-size: 15px; background-position: top 8px left; }
.compare-box-wrapper-main-full-width .compare-box-wrapper ul li:not(:last-child) {margin-bottom: 10px; }
.compare-box-wrapper-main-full-width .compare-box-wrapper ul li svg { color: #2e950e; margin-right: 6px; }
.compare-box-wrapper-main-full-width .compare-box-wrapper:nth-child(2) ul { padding-left: 25px; }
.compare-box-wrapper-main-full-width .compare-box-wrapper:first-child ul li { border-bottom: 1px solid #606060; padding: 0; }
.compare-box-wrapper-main-full-width .compare-box-wrapper:first-child ul { padding: 50px 25px 30px; }

.home-service-slider .slick-track .slick-slide .img-box::before {display: none;}
.why-gcf-img-box-single .why-gcf-img { overflow: hidden; }
.why_gcf.pt-0.pb-5 { padding-top: 50px !important; }
.enhancing-sec { background: linear-gradient(167.46deg, var(--gcf-linen) 7.25%, rgba(247, 247, 247, 0.3) 35.87%), url(../images/fulfillment-shape-light.png);}
.common-text-main ul { padding-left: 20px; margin-bottom: 20px; }
.common-text-main ul li { list-style: disc; }
.common-text-main ul li:not(:last-child){ margin-bottom: 10px;}
.common-text-wrapper-page { padding-bottom: 50px; }

.common-text-wrapper-page table {  font-family: var(--gcf-font-body);  border-collapse: collapse; width: 100%; margin-bottom: 20px; }
.common-text-wrapper-page  td, th { border: 1px solid #a5a5a5; text-align: left; padding: 8px; }
.common-text-wrapper-page  tr:nth-child(even) { background-color: #f1f1f1; }
.common-text-main a { color: #2a2972; }
.common-text-main a:hover { color: #179ae2; }
.common-text-main ul li ul li { list-style: circle; }
.common-text-main ul li ul { margin-top: 20px; }
.counter-main-sec .counter-title { text-align: center; margin-bottom: 45px; }

.ppc-banner .ppc-bnr ul { counter-reset: step 0; }
.ppc-banner .ppc-bnr ul li::after { content: counter(step); counter-increment: step; bottom: 0; z-index: 12; position: absolute; width: 30px; height: 30px; left: 0; top: 0; background: #FDB23D; padding: 4px; border-radius: 50px; text-align: center; }
.ppc-banner .ppc-bnr ul li { background-image: unset; position: relative; filter: unset; padding-left: 40px;}

.reating-star { display: flex ; margin-bottom: 15px; justify-content: end; }
.reating-star li:not(:last-child) { margin-right: 5px; }
.reating-star li svg { color: #ffc23b; font-size: 18px; }

.category-wrapper-sec { padding: 150px 0 100px; }

/*===============new add==============*/


/* Comparison Table Styles */
.table-intro, .table-outro {
    margin-bottom: 60px;
    margin-top: 60px;
}
.comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background-color: var(--gcf-linen);
    color: var(--gcf-penn-blue);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.table.comparison-table thead tr th {
    background-color: var(--gcf-penn-blue);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.comparison-table th,
.comparison-table td {
    padding: 15px;
    vertical-align: middle;
    border: none;
    position: relative;
}

.comparison-table .feature-cell {
    font-weight: bold;
    background-color: #d8e0ff;
}

.comparison-table tbody tr {
    transition: background-color 0.3s;
}

.comparison-table tbody tr:hover {
    background-color: #c6d1ff;
}

/* Icon Styling */
.icon-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-wrapper .check-icon {
    color: var(--gcf-pumpkin);
    font-size: 24px;
    margin-bottom: 5px;
}

.icon-wrapper .cross-icon {
    color: #FF5A5F;
    font-size: 24px;
    margin-bottom: 5px;
}

.icon-wrapper .description {
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

/* General thead styling */
.comparison-table thead {
    background-color: var(--gcf-penn-blue);
    color: #fff;
    text-transform: uppercase;
}

.comparison-table thead th {
    padding: 15px;
    font-weight: bold;
    border-bottom: 2px solid var(--gcf-linen);
}

/* Last child in thead */
.comparison-table thead th:last-child {
    background-color: #000 !important;
    color: #fff !important;
}

/* General thead styling */
.comparison-table thead {
    background-color: var(--gcf-penn-blue);
    color: #fff;
    text-transform: uppercase;
}

.comparison-table thead th {
    padding: 15px;
    font-weight: bold;
    border-bottom: 2px solid var(--gcf-linen);
}

/* Second child in thead */
.comparison-table thead th:nth-child(2) {
    background-color: var(--gcf-pumpkin) !important;
    color: var(--gcf-white) !important;
}

/* General tbody styling */
.comparison-table tbody td {
    padding: 15px;
    vertical-align: middle;
    color: var(--gcf-body-text);
}

/* Last column in tbody */
.comparison-table tbody td:last-child {
    background-color: #eeeeee !important;
}

.gcf-careers-listings {
    margin: 0 auto;
}

.career-title {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.career-excerpt {
  margin-bottom: 10px;
  color: #555;
}

.career-link {
  color: #0073aa;
  text-decoration: none;
}
.career-link:hover {
  text-decoration: underline;
}



.listing-page-banner { min-height: 580px; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.listing-page-banner::after { content: ''; position: absolute; width: 100%; height: 100%; background-color: rgba(10, 16, 71, 0.79); left: 0; top: 0; }
.listing-page-banner .container { position: relative; z-index: 1; text-align: center; }
.listing-page-banner .listing-banner-text { max-width: 758px; margin: 0 auto; margin-top: 10%; }
.listing-page-banner .listing-banner-text h1, .listing-page-banner .listing-banner-text p { color: #fff; }

.list-img-box { position: relative; padding-bottom: 50%; overflow: hidden; }
.list-box-single { border-radius: 8px; overflow: hidden; border: 1px solid rgba(229, 231, 235, 1); }
.list-img-box img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.list-box-content { padding: 24px; background-color: #fff;}
.list-box-content .read-more-btn-box { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.list-box-content .read-more-btn-box p {margin-bottom: 0;}
.list-img-box::after { content: ''; position: absolute; width: 100%; height: 100%; background-color: #0000008a; top: 0; }
.list-img-box p { position: absolute; z-index: 1; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); color: #FFF; text-align: center; padding: 0 15px; }

.page-template-single-white_paper header.main-header { background: var(--gcf-penn-blue); }
.white-paper-bread-cum { margin-top: 10%; }
.white-paper-bread-cum { margin-top: 145px; background: rgba(249, 250, 251, 1); padding: 16px 0; }
.white-paper-bread-cum  .breadcrumb { margin-bottom: 0; }
.white-paper-bread-cum .breadcrumb li a { padding-right: 25px; position: relative; }
.white-paper-bread-cum .breadcrumb li a:hover {color: var(--gcf-sandy-brown);}
.white-paper-bread-cum .breadcrumb li a, .white-paper-bread-cum .breadcrumb li { font-size: 14px; color: #000; }
.white-paper-bread-cum .breadcrumb li a::after { content: ""; position: absolute; top: 50%; right: 10px; box-sizing: border-box; height: 8px; width: 8px; border-style: solid; border-color: #000; border-width: 1px 1px 0px 0; transform: translateY(-50%) rotate(45deg); margin: 0 auto; }


.details-img-box { padding-bottom: 44%; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 25px; }
.details-img-box img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center center; }
.details-img-box::after { content: ''; position: absolute; width: 100%; height: 100%; background-color: #00000057; left: 0; top: 0; }
.details-img-box h4 { position: absolute; z-index: 1; top: 50%; left: 50%; padding: 0 10px; transform: translate(-50%, -50%); color: #fff; }
.icn-list { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 25px; }
.main-details-box ul { margin-bottom: 30px; }
.main-details-box ul:not(.icn-list) li { position: relative; background-image: url('/wp-content/uploads/2025/09/tick.svg'); background-repeat: no-repeat; background-position: left top 10px; padding-left: 30px; background-size: unset; }
.key-insight { padding: 25px; border-left: 4px solid rgba(17, 24, 39, 1); margin-bottom: 25px; background: rgba(249, 250, 251, 1); }
.key-insight p { margin-bottom: 0; }
.preview-list { border: 1px solid rgb(229, 231, 235); padding: 25px; border-radius: 8px; }
.preview-list li { display: flex; justify-content: space-between; gap: 10px; }
.listing-box-sec-2 { background: rgba(249, 250, 251, 1); }

.white-paper-form { border: 1px solid rgba(229, 231, 235, 1); padding: 25px; border-radius: 10px; background: rgba(249, 250, 251, 1); position: sticky; top: 100px; }
.white-paper-form form { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid rgba(229, 231, 235, 1); }
.white-paper-form form .btn input[type="submit"] { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: transparent; border: none; color: #fff; }
.white-paper-form form .btn img { position: absolute; top: 50%; left: 50px; transform: translateY(-50%); }
.white-paper-form form .btn { position: relative; width: 100%; overflow: hidden; height: 55px; }
.secure-text { display: flex; align-items: flex-start; margin-bottom: 0; }
.secure-text img { margin-top: 6px; padding-right: 10px; }
.main-details-box ul li:not(last-child), .preview-list li:not(last-child){ margin-bottom: 10px; }

/*10-03-2026*/
.page-template-tpl-industries .banner-sec.inner-banner.blog-bnr-main { min-height: 460px; display: flex; justify-content: center; align-items: center; }
.page-template-tpl-industries .banner-sec.inner-banner.blog-bnr-main .banner-content { margin-top: 5%; }
.support-ban-wrap .category-wrapper ul li { width: 25%; }
.support-ban-wrap .category-wrapper ul li a span { width: 40px; margin: 0 auto 15px; }
.banner-sec.inner-banner.blog-bnr-main.support-ban-wrap {overflow: hidden; padding-bottom: 50px;}
.banner-sec.inner-banner.blog-bnr-main.support-ban-wrap .support-banner { margin-top: 15%; }
.main-form-wrapper .banner-form-wrapper { border: 15px solid #7979f4; border-radius: 30px; margin-left: 0; margin-bottom: 0; }
.form-box-wrapper-main .img-left { max-width: 600px; }
.main-form-wrapper { position: relative; padding: 50px 100px 50px 0; max-width: 1500px; margin: 0 auto; }
.main-form-wrapper::after { content: ''; position: absolute; width: 80%; height: 100%; background: var(--gcf-linen); right: 0; top: 0; z-index: -1; border-radius: 50px; background-image: url('../images/partical-bg1.png'); background-repeat: no-repeat; background-position: bottom left; opacity: 0.5; }

/* Responsive */
@media (max-width: 768px) {
    .comparison-table th,
    .comparison-table td {
        padding: 10px;
    }

    .icon-wrapper .check-icon,
    .icon-wrapper .cross-icon {
        font-size: 20px;
    }
}













@media only screen and ( min-width:1921px ) {
    body{max-width: 2500px!important; margin: 0 auto;}
    header { max-width: 2500px; margin: 0 auto; }
}

@media only screen and ( min-width:1600px ) {
/*     .container { max-width: 1730px;} */
}

@media only screen and ( max-width:1599px ) {
    .main-header .logo { max-width: 200px; }
    .main-menu ul li:not(:last-child) { margin-right: 28px; }
    .main-header .user-sec { margin-left: 50px;}
    .main-header { padding: 30px 0px;}
    .menu-item-has-children::after { right: -13px; height: 8px; width: 8px; }

    .common-padd { padding-top: 80px; padding-bottom: 80px; }
    .category-wrapper-sec { padding: 130px 0 80px; }
    .common-heading { margin-bottom: 50px; }
    .slick-arrow { width: 55px; height: 55px;}
    .pr-70 { padding-right: 50px; }
    .pl-70 { padding-left: 50px; }


    .how-to-work .col-lg-10, .global-network-sec .col-lg-10, .network-sec .col-lg-10, .solutions-sec .col-lg-10, .latest-news-sec .col-lg-10 { width: 90%; }
    /* .service-sec .col-lg-10, .why-gcf-sec .col-lg-10, .testimonial-sec .col-lg-10 { width: 100%; } */
    /* .solutions-sec .col-lg-10, .latest-news-sec .col-lg-10{width: 100%; padding: 0 15px;} */
    .logo-slider-wrapper, .logo-slider-wrapper2 { padding: 0 15px; }
 

    /* .banner-content .banner-dashboard-img { height: 500px;} */
    .banner-partical-a { left: 0; }
    .inner-banner .banner-text ul { margin-bottom: 50px; }
    /* .banner-sec.inner-banner.with-form-bnr::after { height: 150px;} */
    .banner-sec.inner-banner.with-form-bnr { padding: 140px 0 150px; }
    /* .banner-sec.inner-banner.with-form-bnr .banner-content { padding-bottom: 120px; } */
    /* .banner-sec.inner-banner.blog-bnr-main, .banner-sec.inner-banner.blog-bnr-main .banner-content { min-height: 75vh; } */


    .nav-tab-main-box .tab-content { padding: 75px 60px;}
    .nav-tab-main-box { margin: 0; }
    .step-box-content { padding-left: 40px; }
    .global-network-sec .network-map-box { margin: 0; padding: 30px 50px; }
    /* .service-main-slider-warpper .slick-slide { padding: 0 20px; } */
    /* .service-single-slider .img-box img { max-width: 85%; } */
    .why-gcf-slider-wrapper .slick-list .slick-slide { padding: 0 20px;}
    .why-gcf-img { max-width: 230px; display: flex; align-items: end; }
    .network-text-box { max-width: 420px; padding: 64px 25px;}
    .network-text-box h3 { margin-bottom: 40px; }
    .solution-img { border-radius: 17px; overflow: hidden; height: 500px; }
    .solution-text { padding-right: 60px; }
    .blog-card-img { height: 250px;}
    /* .clent-testimonial-slider .slick-slide { padding: 25px 20px 0} */
    /* .clent-testimonial-slider .slick-slide::after { left: 60px; } */
    .network-main-box { margin: 0; }

    footer.footer-sec .quick-links-box ul li a, .quick-links-box p { font-size: 16px; }
    footer.footer-sec .quick-links-box ul li:not(:last-child) { margin-bottom: 20px; }

    .comon-width-box { padding: 0 12px; margin: auto; width: 90%; }
    .range-slider::-webkit-slider-thumb, .range-slider::-moz-range-thumb { width: 40px; height: 40px; }
    .storage-img-box p { font-size: 16px; }
    /* .advance-solution-img-box { height: 502px;} */
    .ready-optimize-box-main { padding: 55px 50px;}
    .order-ship-main-box { padding: 50px}
    .storage-img-box { padding: 30px 20px 20px;}

    .partner-img-wrapper { padding: 70px 70px 70px 0; }
    .partner-img-box { height: 300px; -webkit-border-radius: 0 20px 20px 0; -moz-border-radius: 0 20px 20px 0; -ms-border-radius: 0 20px 20px 0; -o-border-radius: 0 20px 20px 0; }
    .partner-sec .partner-text { padding-left: 60px; }
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-text { padding-left: 0; padding-right: 60px; }
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper { padding: 70px 0 70px 70px;}
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper .partner-img-box { height: 500px; }
    .partner-sec .col-lg-10 { width: 90%; }
    .multi-platform-text { padding-right: 60px; }
    .multui-platform-img { height: 420px; }

    .why-gcf-box-wrapper .why-gcf-slider::before { height: 80%;}
    .industry-sec .col-lg-10.why-gcf-box-wrapper, .multi-platform-sec .col-lg-10 { width: 90%; }
    .section-blog-details-sec .col-lg-10 { width: 90%; }
    .partner-sec .col-lg-10 .row:nth-child(even) { padding-top: 80px;}


    .multi-loop-items .multui-platform-img { height: 450px; }
    .multi-loop-items .multi-shep-box:nth-child(even) .row .multi-platform-text { padding-left: 60px; }
    .multi-loop-items .multi-shep-box:nth-child(even) { padding: 40px 40px 40px 0px; }

    .details-img { height: 500px; margin-bottom: 30px; }
    /* .section-blog-details-sec { padding: 110px 0 70px; } */

    .plat-form-box .row:nth-child(odd) .advance-solution-text { padding-right: 40px; }
    .plat-form-box .row:nth-child(even) .advance-solution-text { padding-left: 40px; }
    .plat-form-box .row:nth-child(even) { padding-top: 80px; }

    .storage-need-sec .row.comon-width-box { padding: 0 40px; }

    /* Pradipta CSS */
    .category-wrapper ul li { width: 25%; margin-bottom: 20px; padding: 0 10px; }

    .fulfillment-logo-card { padding: 20px; }
    .fulfillment-logo-card .fulfillment-logo { width: 70px; height: 70px; margin-right: 10px; }
    /* Pradipta CSS */ 


    .white-paper-bread-cum { margin-top: 115px; }

}

@media only screen and (min-width: 1450px) {
.nav-tab-main-box ul li.nav-item button { padding: 15px 36px; }   
}
@media only screen and ( max-width:1399px ) {
    .btn {font-size: 14px;}
    .main-header .logo { max-width: 150px; }
    /* .main-menu ul li:not(:last-child) { margin-right: 15px; } */
    .main-header .user-sec { margin-left: 40px; }
    .main-header.fixed .logo { max-width: 130px;}
    .main-header .user-sec a.btn.btn-white:first-child { margin-right: 10px; }
    .main-menu ul li ul.sub-menu li a::before, .main-menu ul li a, .main-menu ul li { font-size: 14px; }
    .menu-item-has-children::after { right: -14px; height: 8px; width: 8px;}
    .slick-next.slick-arrow { right: -70px; }
    .slick-prev.slick-arrow { left: -70px; }
    .category-wrapper-sec { padding: 110px 0 60px; }

    .common-padd { padding-top: 70px; padding-bottom: 70px; }
    .common-heading { margin-bottom: 30px; }
    .pl-70 { padding-left: 40px; }
    .pr-70 { padding-right: 40px; }

    .banner-sec { align-items: center; }
    .banner-partical-a { left: 0; max-width: 80%;}
    .banner-partical-b { max-width: 18%; }
    .banner-partical-c { top: 2%; max-width: 8%; }
    .banner-content-main ul { margin-bottom: 30px; }
    .banner-content-main ul li { background-size: 8%; }
    .inner-banner .on-credit-box p { font-size: 15px; }
    .inner-banner .on-credit-box::after { left: -31px;}
    /* .banner-sec.inner-banner.with-form-bnr::after { height: 140px;} */
    .banner-sec.inner-banner.with-form-bnr { padding: 140px 0 140px; }
    /* .banner-sec.inner-banner.with-form-bnr .banner-content { padding-bottom: 100px; } */


    .banner-form-wrapper { margin-left: 50px;}
    .nav-tab-main-box .tab-content { padding: 65px 45px; }
    .step-box-content { padding-left: 30px; }
    .watch-demo button span { width: 72px; height: 65px; }
    .watch-demo button span::after { width: 75px; height: 75px;}
    /* .testimonial-single-slider { padding: 30px;} */
    /* .client-img { width: 80px; height: 80px;} */
    /* .client-name-with-img .client-name { width: calc(100% - 80px);} */
    .blog-card-img { height: 220px; }
    .solution-img { height: 450px; }
    .solution-text { padding-right: 30px; }
    .network-main-box { margin: 0 35px; }
    .network-text-box { max-width: 380px; }
    .blog-card-img.img-box .news-date { padding: 6px 20pX}
    .view-all-btn { margin-top: 20px; }
    .testimonial-single-slider { background-position: right top 116%; background-size: 60%; }
    .logo-single-box { padding: 0 25px !important; }
    /* .clent-testimonial-slider .slick-slide::after { left: 50px; } */

    footer.footer-sec .footer-particalA { max-width: 65%; }
    footer.footer-sec .footer-particalB { max-width: 16%; }
    footer.footer-sec .footer-particalC { max-width: 10%; }
    footer.footer-sec .quick-links-box ul li a, .quick-links-box p { font-size: 13px; }
    footer.footer-sec .quick-links-box ul li:not(:last-child) { margin-bottom: 15px; }

    .storage-img-box p { font-size: 14px; }
    .order-ship-main-box { padding: 40px}
    .storage-img-box { padding: 20px; border-radius: 20px; }
    .range-slider::-webkit-slider-thumb,
    .range-slider::-moz-range-thumb { width: 20px; height: 20px; }
    .ready-optimize-box-main { padding: 45px 40px; }
    .storage-img { margin-bottom: 15px; }
    .order-sec .comon-width-box .row .col { width: 33.33%; flex: unset; }

    .multui-platform-img { height: 350px; }
    .multi-shep-box { padding: 40px 0 40px 40px;}
    .partner-sec .col-lg-10 .row:nth-child(even) { padding-top: 70px;}
    .partner-sec .partner-text { padding-left: 50px; }
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-text { padding-right: 50px; }
    .partner-img-wrapper { padding: 60px 60px 60px 0; }
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper { padding: 60px 0 60px 60px; }

    .multi-platform-text { padding-right: 40px; }
    .multi-loop-items .multi-shep-box:nth-child(even) .row .multi-platform-text { padding-left: 50px; }
    .range-slider::-webkit-slider-thumb {width: 50px; height: 50px; border: 5px solid #ffffff; }
    .range-slider::-moz-range-thumb { width: 50px; height: 50px; border: 5px solid #ffffff; }

    .details-img { height: 400px}
    .section-blog-details-sec { padding: 150px 0 60px; }

    .plat-form-box .row:nth-child(odd) .advance-solution-text { padding-right: 30px; }
    .plat-form-box .row:nth-child(even) .advance-solution-text { padding-left: 30px; }
    .plat-form-box .row:nth-child(even) { padding-top: 60px; }

    .storage-need-sec .row.comon-width-box { padding: 0 30px; }
    .common-page {padding-top: 115px; }

    /* Pradipta CSS */ 
    .fulfillment-logo-sec .col-xl-3 { flex: 0 0 auto; width: 33.33%; }
    /* Pradipta CSS */ 
    .white-paper-bread-cum { margin-top: 95px; }

    .main-form-wrapper { padding: 30px 50px 30px 0; }
    
}
@media only screen and ( max-width:1199px ) {

    /*  ===========mobile nav==========  */

    .hamburger-nav{ display: inline-block; margin-left: 20px; }
    .mobile-menu ul li a.btn { display: inline-block; padding: 15px 20px;}
    .mobile-menu-container{display: block;}    
    .hamburger-nav span{background: #fff;}
    .header-section .right-panel{    -ms-flex-pack: end!important; justify-content: flex-end!important; }
    .mobile-menu-logo{max-width: 50px; margin: 0 auto; text-align: center; display: none;}
    .mobile-menu ul li { padding: 0; }
    .mobile-menu ul li a { font-size: clamp(1.125rem, 0.7704rem + 1.891vw, 2.1875rem); color: #fff;  text-align: center;  font-weight: 800; text-transform: uppercase;} 
    .mobile-menu ul li a:hover{color: var(--gcf-sandy-brown);}
    .mobile-menu ul li ul.sub-menu li {  margin: 11px 0;}  
    .mobile_menu_btn{margin-top: 30px;}
    .mobile_menu_btn a.btn.plbig{padding-left: 50px;}
    .contact_icon { width: 41px; height: 41px; top: 5px; left: 4px; font-size: 20px; }
    .mobile_menu_btn a.plbig{margin-right: 15px;}
    .common-padd-xl-top { padding-top: 140px; padding-bottom: 60px; }
    .main-menu { display: none; }
    .menu-item-has-children::after {display: none;}
    .dropdown-icon-menu { margin-left: 10px; content: ""; position: absolute; top: -2px; box-sizing: border-box; height: 40px; width: 40px; transform: rotate(0deg); transition: border-width 150ms ease-in-out; -webkit-transition: border-width 150ms ease-in-out; -moz-transition: border-width 150ms ease-in-out; -ms-transition: border-width 150ms ease-in-out; -o-transition: border-width 150ms ease-in-out; transition: all .4s ease; left: unset; right: 0px; margin: 0 auto; z-index: 9999; display: flex ; justify-content: center; align-items: center; }
    .dropdown-icon-menu::before { content: ""; position: absolute; top: 12px; right: calc(50% - 6px); box-sizing: border-box; height: 12px; width: 12px; border-style: solid; border-color: #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); transition: border-width 150ms ease-in-out;  transition: all .4s ease; margin: 0 auto; } 
    .mobile-menu ul li { opacity: 0; -webkit-transform: translateX(-150px); transform: translateX(-150px);}
    .mobile-menu-open .mobile-menu ul li {opacity: 1; -webkit-transform: translateX(0); transform: translateX(0);}
    .dropdown-icon-menu.active { transform: rotate(-180deg); }
    /*  ===========mobile nav==========  */
    h1, h2, h3, h4, h5, h6 { margin:0 0 20px; }
    p{ margin:0 0 20px;}

    .common-padd { padding-top: 60px; padding-bottom: 60px; }

    .slick-next.slick-arrow { right: -20px; }
    .slick-prev.slick-arrow { left: -20px; }
    .slick-arrow { width: 45px; height: 45px; }

    .banner-form-wrapper { margin-left: 30px; }
    .banner-form { padding: 20px;}
    .inner-banner .on-credit-box { padding: 15px 10px;}
    .inner-banner .on-credit-box::after { left: -30px; }
    .banner-content .banner-dashboard-img { margin-right: 0px; }
    /* .banner-sec.inner-banner.with-form-bnr::after { height: 130px;} */
    .banner-sec.inner-banner.with-form-bnr { padding: 140px 0 130px; }

    .watch-demo button span { width: 51px; height: 50px; background-size: 20px; }
    .watch-demo button span::after { width: 63px; height: 63px; left: -7px; top: -7px; }
    .watch-demo button { font-size: 18px;}
    .counter-box-main .col:first-child { display: flex; align-items: center; }
    .why-gcf-img { max-width: 150px; }
    .why-gcf-slider { padding: 0px 24px 0px; }
    .network-text-box { padding: 50px 20px; }
    .network-text-box h3 { margin-bottom: 30px; }
    .solution-text { padding-right: 20px; }
    /* .service-single-slider .img-box img { max-height: 160px; min-height: 180px; } */
    .service-single-slider .img-box::before { height: 175px;}
    .service-single-slider .img-box { margin-bottom: 20px;}
    .nav-tab-main-box ul li.nav-item button { font-size: 18px; padding: 10px 50px; border-radius: 30px 30px 0 0; }
    .step-img-boxB { width: 185px;}
    .step-img-boxA { height: 335px; }
    .step-box-content { padding-left: 10px; }
    .global-network-sec .network-map-box { margin: 0; padding: 20px 30px; }
    .solution-img { height: 400px; }
    .blog-card-img { height: 180px; }
    .client-img { width: 65px; height: 65px; }
    /* .client-name-with-img .client-name { width: calc(100% - 65px); } */
    /* .clent-testimonial-slider .slick-slide::after { left: 50px; } */
    .logo-single-box { padding: 0 15px !important; }
    .network-xl-img { top: -50px; left: -47px; width: 40%; }
    .partical-circleB, .partical-circleA { width: 50%; }
    .nav-tab-main-box .tab-content { padding: 55px 30px; }
    .nav-tab-main-box-wrapper { margin-bottom: 30px; }
    .network-main-box { margin: 0; }
    .solutions-sec .col-lg-10 { padding: 0 15px; }
    .latest-news-sec .col-lg-10 { padding: 0 15px; }
    .why-gcf-box-wrapper .why-gcf-slider::before { height: 85%; }
    .watch-demo button span img { width: 20px; }

    footer.footer-sec { padding: 80px 0 30px}
    footer.footer-sec .container .row .col-lg-2 { width: 33.333%; }
    footer.footer-sec .footer-logo { margin-bottom: 30px; }
    footer.footer-sec .quick-links-box ul li:not(:last-child) { margin-bottom: 15px; }
    footer.footer-sec .quick-links-box{ position: relative; margin-bottom: 20px; }
    footer.footer-sec .container .row .col-lg-2:nth-child(4) { order: 6; }
    footer.footer-sec .copy-right-box { margin-top: 30px; }
    footer.footer-sec .footer-logo { max-width: 200px; }


    .why-gcf-box-wrapper .why-gcf-img { max-width: 130px; height: 144px; }
    .partner-sec .col-lg-10 .row:nth-child(even) { padding-top: 50px; }

    .multi-loop-items .multi-shep-box:nth-child(even) .row .multi-platform-text { padding-left: 30px; }
    .multi-platform-text { padding-right: 30px; }
    .multi-shep-box { padding: 30px 0 30px 30px; }
    .multi-loop-items .multi-shep-box:nth-child(even) { padding: 30px 30px 30px 0px; }
    .range-slider::-webkit-slider-thumb {width: 40px; height: 40px; border: 3px solid #ffffff; }
    .range-slider::-moz-range-thumb { width: 40px; height: 40px; border: 3px solid #ffffff; }
    .range-form .range-slider { height: 15px !important; }
    .plat-form-box .row:nth-child(odd) .advance-solution-text { padding-right: 20px; }
    .plat-form-box .row:nth-child(even) .advance-solution-text { padding-left: 20px; }
    .plat-form-box .row:nth-child(even) { padding-top: 40px; }

    .video-modal .modal-body .btn-close { width: 40px; height: 40px; }

    .storage-need-sec .row.comon-width-box { padding: 0 20px; }
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper .partner-img-box { height: 400px; }
    .pagination-wrap { margin-top: 30px; }
    .category-wrapper ul li a { padding: 15px; font-size: 14px; } 

    /* Pradipta CSS */ 
    .fulfillment-logo-card { padding: 15px; }
    /* Pradipta CSS */ 

    .support-ban-wrap .category-wrapper ul li { width: 33%; }
    .main-form-wrapper { padding: 20px; }

}
@media only screen and ( max-width: 991px ) {
    .btn { padding: 12px 22px; }
    /* .slick-arrow { width: 34px; height: 34px; } */
    .slick-next.slick-arrow { right: -25px; }
    .slick-prev.slick-arrow { left: -25px; }

    .banner-sec {height: auto; padding: 120px 0 60px;}
    .banner-content .banner-dashboard-img { height: 365px; margin-right: 0; margin-bottom: 15px; }
    .banner-dashboard-img img { object-position: top; }
    .banner-content-main ul li { background-size: 18px; }
    .banner-content-main ul { margin-bottom: 10px; }
    .banner-partical-a { max-width: 70%; bottom: -25%; }
    .banner-partical-b { max-width: 18%; right: 6%; top: 56%; }
    .banner-sec.inner-banner.with-form-bnr, .banner-sec.inner-banner.with-form-bnr .banner-content { min-height: auto; }
    .banner-sec.inner-banner.with-form-bnr { padding: 140px 0 80px; }
    .banner-sec.inner-banner.with-form-bnr::after { height: 80px; }
    .banner-sec.inner-banner.with-form-bnr .banner-content::after{ height: 65px;}
    .banner-sec.inner-banner.with-form-bnr .banner-content { padding-bottom: 0;  width: 100%;  }
    .banner-form-wrapper { margin-left: 0; }
    /* .banner-sec.inner-banner.blog-bnr-main, .banner-sec.inner-banner.blog-bnr-main .banner-content { min-height: 80vh; } */
    .banner-sec.inner-banner { padding-bottom: 0; }
    .inner-banner .banner-partical-a { width: 40%; bottom: 50%; left: 0; }    
    .inner-banner .banner-partical-b { right: 0; }
    .banner-sec.inner-banner { margin-bottom: 0; }

    .nav-tab-main-box .tab-content { padding: 55px 30px 30px; }
    .step-img-box { margin-bottom: 50px; }
    .nav-tab-main-box ul li.nav-item button { font-size: 16px; padding: 8px 30px; border-radius: 20px 20px 0 0; }
    .nav-tab-main-box .tab-content { background-size: 135%; background-position: bottom -15px left; }
    /* .counter-box-main .col:first-child { border-right: 0; } */
    .counter-box-main .col { margin-bottom: 30px; }
    .counter-box-main .col:not(:first-child) { padding-left: 15px; border-right: 0; }
    .counter-box-main .col:nth-child(3) { border-right: 0; }
    .service-single-slider .img-box { background-size: 45%; }
    /* .service-single-slider .img-box img { max-height: 130px; min-height: 130px; } */
    .service-single-slider .img-box::before { height: 140px; }
	.why-gcf-slider-wrapper .slick-list .slick-slide { padding: 0 10px; }
    .why-gcf-img { max-width: 120px;  margin-bottom: 20px; min-height: 135px; max-height: 135px;}
    .network-text-box { padding: 35px 20px; max-width: 330px; }
    .network-sm-img { right: 0;}
    .network-md-img { top: 200px; }
    .view-all-btn { margin-top: 0; text-align: center !important; }
    .clent-testimonial-slider .slick-slide { padding: 25px 10px 0; }
    .logo-single-box {padding: 0 10px !important;}
    .logo-slider-wrapper-main { margin-bottom: 50px; }
    .storage-img-box { margin-bottom: 15px; }

    .order-ship-main-box { padding: 30px; }
    .advance-solution-img-box { margin-bottom: 20px; }
    .advance-solution-sec .pl-70 { padding-left: 12px; }
    .advance-solution-sec .pr-70 {padding-right: 12px;}
    .ready-optimize-box { flex-direction: column; text-align: center; }
    .ready-optimize-text { width: 100%; }
    .ready-optimize-box-main { padding: 35px; }
    .storage-need-sec .row.comon-width-box .col { width: 50%; flex: unset; }


    /* .with-banner-form { margin-top: 30px; } */
    .partner-img-wrapper { padding: 40px 40px 40px 0; margin-bottom: 25px; }
    .partner-sec .partner-text { padding-left: 0; }
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-text { padding-right: 0; }
    .partner-sec .col-lg-10 .row:nth-child(even) { padding-top: 20px; }
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper { padding: 0; }
    .why-gcf-box-wrapper .why-gcf-slider { margin-bottom: 20px; }
    .why-gcf-box-wrapper .why-gcf-img { max-width: 120px; height: 100px; }
    /* .partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper .partner-img-box { height: auto; } */
    .multi-shep-box::after { width: 100%; height: 85%;}
    .multi-platform-text { padding-right: 0; }
    .multi-shep-box { padding: 30px 30px 0; }
    .multi-loop-items .multi-shep-box:nth-child(even) { padding: 30px;  margin: 60px 0 30px}
    .multi-loop-items .multi-shep-box:nth-child(even) .row .multi-platform-text { padding-left: 0; }
    .multi-loop-items .multui-platform-img { height: 400px; }

    .contact-box-details .multi-platform-text { margin-bottom: 20px; }
    .section-blog-details-sec { padding: 120px 0 50px; }
    .details-img { height: 300px; }

    .plat-form-box .row:nth-child(odd) .advance-solution-text { padding-right: 0px; }
    .plat-form-box .row:nth-child(even) .advance-solution-text { padding-left: 0px; }
    .plat-form-box .row:nth-child(even) { padding-top: 0px; }
    .multi-platform-sec.contact-box-details { margin-top: 40px; }

    .video-modal .modal-body .btn-close { width: 30px; height: 30px; top: 5px; right: 5px; }
    .video-modal .modal-content .modal-body { padding: 10px; }

    .counter-box-main .col-lg-10 .row .col-lg-3:not(:last-child) .counter-box { border-right: none; }
    .counter-box-main .col-lg-10 .row .col-lg-3 .counter-box { margin-bottom: 10px; border-right: 0; }

    .storage-need-sec .row.comon-width-box { padding: 0; }
    .common-page {padding-top: 95px; }
    .category-wrapper ul li { width: 50%; }
    .support-details-sec .maindetails-box-wrapper { flex-direction: column; }
    .support-details-sec .maindetails-box-wrapper .details-text { width: 100%; padding-right: 0; }

    .support-details-sec .maindetails-box-wrapper { flex-direction: column; }
    .support-details-sec .maindetails-box-wrapper .details-text { width: 100%; padding-right: 0; }

    /* pradipta CSS */
    .banner-sec.inner-banner.blog-bnr-main {  min-height: 440px; margin-bottom: 0; }
    .fulfillment-logo-sec .col-xl-3 { flex: 0 0 auto; width: 50%; }
    /* pradipta CSS */

    .compare-box-wrapper-main-full-width-scroll { min-width: 1000px; }
    .compare-box-wrapper-main-full-width { overflow-x: auto; padding-bottom: 15px; }
    .compare-box-wrapper-main-full-width::-webkit-scrollbar { height: 3px; }
    .counter-box-main .col:nth-child(2n) { border-left: 1px solid rgba(10, 16, 71, 0.18); }
    .counter-box-main .col:not(:last-child) { border-right: 0; }
    footer.footer-sec .container .row .col-lg-2 { width: 50%; }
    .compare-box-wrapper-main-full-width .compare-box-wrapper h6 {top: 0;}
    .why_gcf .slick-carousel .carousel-item .text-panel { margin-bottom: 20px; }
    .working-text-gcf { margin-bottom: 30px; }

    .category-wrapper-sec { padding: 100px 0 40px; }

    .form-box-wrapper-main .img-left { max-width: max-content; margin-bottom: 25px; border-radius: 20px; overflow: hidden; }
    .main-form-wrapper::after { width: 100%; }
}
@media (max-width: 768px) {
    .two-column-meta > * {
        flex: 1 1 100%; /* Stack content on smaller screens */
    }
    .two-column-meta img {
        margin-bottom: 15px; /* Add spacing around images */
    }
}
@media only screen and ( max-width: 767px ) {
    .btn { padding: 12px 20px; font-size: 15px; }
    .common-padd { padding-top: 40px; padding-bottom: 40px; }
    .slick-next.slick-arrow { right: -8px; }
    .slick-prev.slick-arrow { left: -8px; }
    .slick-arrow { transform: scale(.8); }

    .banner-partical-a { max-width: 75%; bottom: -12%; }
    .banner-content .banner-dashboard-img { height: 250px; }
    .banner-sec.inner-banner .banner-content { position: absolute; }
    .inner-banner .on-credit-box { top: -35px; width: 200px; text-align: center; }
    .banner-sec.inner-banner.blog-bnr-main .banner-content { position: unset; }
    /* .banner-sec.inner-banner.blog-bnr-main { padding-bottom: 30%; padding-top: 30%; } */

    .nav-tab-main-box ul li.nav-item button { font-size: 14px; padding: 6px 22px; border-radius: 15px 15px 0 0; }
    .step-img-boxA { height: 300px; }
    .step-img-boxB { width: 165px; }
    .nav-tab-main-box .tab-content { padding: 50px 25px 25px; border-radius: 30px; }
    .counter-box-main .col:first-child { flex: unset; justify-content: center;}
    .network-text-box { max-width: 100%; }
    .network-text-box h3 { margin-bottom: 20px; }
    .solution-img { height: 300px; }
    .blog-card-img.img-box .news-date { font-size: 14px; top: 12px; right: 12px; }
    .how-to-work .col-lg-10, .global-network-sec .col-lg-10, .network-sec .col-lg-10, .solutions-sec .col-lg-10, .latest-news-sec .col-lg-10 { width: 100%; }
    .network-main-box, .nav-tab-main-box, .global-network-sec .network-map-box { margin: 0; }
    .comon-width-box { padding: 0 12px; margin: auto; width: 100%; }
    .partner-sec .col-lg-10 { width: 100%; }
    .industry-sec .col-lg-10.why-gcf-box-wrapper, .multi-platform-sec .col-lg-10 { width: 100%; }
    footer.footer-sec .copy-right-box { flex-direction: column; margin-top: 10px; }
    footer.footer-sec .quick-links-box ul li a, .quick-links-box p { font-size: 12px; }

    .advance-solution-img-box {border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .range-form .range-slider { height: 15px !important; }
    .order-ship-main-box { margin-bottom: 30px; }
    .order-sec .comon-width-box .row .col { width: 50%; }

    .banner-sec.inner-banner.with-form-bnr .banner-content { position: relative; }
    .partner-img-wrapper { padding: 30px 30px 30px 0; }
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper { padding: 0; }
    .multi-shep-box { padding: 30px 30px 0; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
    .multi-shep-box::after { border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
    .why-gcf-box-wrapper .why-gcf-img { max-width: 120px; }
    .multi-shep-box::after { background-position: left bottom 12%; }
    .banner-form-wrapper { border: 10px solid #ffffff47}
    /* .with-banner-form { margin-top: 40px; } */
    .section-blog-details-sec .col-lg-10 { width: 100%; }
    .details-img { height: 250px; }

    .range-slider::-webkit-slider-thumb {width: 30px; height: 30px; border: 3px solid #ffffff; }
    .range-slider::-moz-range-thumb { width: 30px; height: 30px; border: 3px solid #ffffff; }
    .range-form .range-slider { height: 12px !important; }

    .storage-need-sec .row.comon-width-box { width: 100%; }

    .pagination-wrap { margin-top: 20px; }
    .breadcrumb nav .cd-breadcrumb li a, .breadcrumb nav .cd-breadcrumb li em { font-size: 12px; }

    /* pradipta CSS */
    .banner-sec.inner-banner.blog-bnr-main { min-height: 300px; }

    .category-wrapper ul li { width: 50%; padding: 0 5px; margin-bottom: 10px; }
    .category-wrapper ul li a { padding: 12px; font-size: 12px; border-radius: 5px; min-height: 130px; }

    .storage-fee-table.dasktop { display: none; }
    .storage-fee-table.mobile { display: table; }
    .order-ship-main-box.mob-pad-15 { padding: 15px; }
    .range-form p { margin: 30px auto !important; display: block; width: fit-content; }
 
    .fulfillment-logo-sec .col-xl-3 { flex: 0 0 auto; width: 100%; }
    .fulfillment-logo-card { align-items: center; padding: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
    /* pradipta CSS */

    .home-service-slider .slick-track .slick-slide .service-slide-text { height: auto; }
    .home-service-slider .slick-track .slick-slide .service-slide-text .btn { position: unset; transform: unset; }
    footer.footer-sec .container .row .col-lg-2 { width: 100%; }
    footer.footer-sec .quick-links-box { margin-top: 20px; margin-bottom: 0; }
    .quick-links-box { max-width: 100%; }
    footer.footer-sec h6 { text-align: center; }
    footer.footer-sec .quick-links-box ul li, footer.footer-sec p { text-align: center; }
    footer.footer-sec .footer-social-icon { justify-content: center; }
    footer.footer-sec .footer-logo { margin: auto auto 30px; }

    .banner-sec.inner-banner.blog-bnr-main.support-ban-wrap .support-banner { margin-top: 28%; }
}

@media (max-width: 768px) {
    .left_text {
        text-align: center;
    }
    .rounded_box {
        max-width: 100%;
    }
}

@media only screen and ( max-width: 575px ) {
    .common-padd { padding-top: 40px; padding-bottom: 40px; }

    .banner-content .banner-dashboard-img { height: 250px; }
    /* .banner-sec.inner-banner.blog-bnr-main { padding-bottom: 50%; padding-top: 50%; } */
    .banner-partical-a { max-width: 80%; bottom: -20%; }
    .dynamicpromotion .content .content-text { font-size: 12px; }
    .banner-partical-c { top: 10%; max-width: 11%; }
    .nav-tab-main-box ul li.nav-item button { font-size: 12px; padding: 5px 20px}
    .nav-tab-main-box .tab-content { padding: 50px 20px 20px; border-radius: 20px; }
    .step-img-boxA { border-radius: 20px;}
    .counter-box-main .col { flex: unset; border-right: unset !important; }
    .counter-box-main .col .counter-box { text-align: center; }
    .partical-circleB, .partical-circleA { width: 35%; }
    .slider-heading h5 { letter-spacing: 12px; }
    .network-text-box { padding: 20px; }
    .network-main-box { border-radius: 30px;}

    .order-ship-main-box .row .col, .storage-need-sec .row.comon-width-box .col { flex: unset; width: 50%; }
    /* .advance-solution-img-box { height: 300px;} */
    .ready-optimize-box-main { padding: 25px; }
    .multi-shep-box { padding: 20px 20px 0}
    .multui-platform-img { height: 300px; }
    .multi-loop-items .multi-shep-box:nth-child(even) { padding: 20px;}
    .multi-loop-items .multui-platform-img { height: 350px; }

    .video-modal .modal-body .btn-close {width: 25px; height: 25px; } 
    .main-box-category ul { column-count: 1; }

    .show-hide-form { display: inline-block; }
    .gcfform {display: none;}

    .list-unstyled { flex-wrap: wrap; }

    .support-ban-wrap .category-wrapper ul li { width: 50%; }
}

@media only screen and ( max-width: 480px ) {
    .main-header .logo { max-width: 100px; }
    .main-header.fixed .logo { max-width: 80px; }
    .main-header .user-sec a.btn { padding: 8px 10px; border-radius: 6px; }
    .main-header { padding: 10px 0; }
    .main-header .user-sec { margin-left: 10px; }

    .slick-prev, .slick-next { top: 42%;}

    .banner-content .banner-dashboard-img { height: 200px; }
    .banner-sec {height: auto;}
    .banner-content-main ul { column-count: 1; }
    .banner-sec.inner-banner.with-form-bnr { padding: 80px 0 80px; }
    .inner-banner .on-credit-box p { font-size: 12px; }
    .banner-sec { padding: 90px 0 50px; }
    .inner-banner .on-credit-box::after { width: 24px; height: 26px; left: -24px; }
    .inner-banner .on-credit-box::before { width: 24px; height: 26px; right: -24px; }
    .slick-next.slick-arrow { right: -10px; }
    .slick-prev.slick-arrow { left: -10px; }
    .clent-testimonial-slider .slick-slide::after { left: 40px; }
    .nav-tab-main-box ul { flex-direction: column; align-items: center; margin-bottom: 20px; }
    .nav-tab-main-box ul li.nav-item .nav-link.active { background-color: #EFEFEF; border-color: #EFEFEF; border-radius: 10px; }
    .nav-tab-main-box ul li.nav-item button { font-size: 14px;}
    .step-img-boxA { width: 100%;}
    .step-img-boxB { width: 100px; border-radius: 8px; bottom: 0; top: unset; }
    .nav-tab-main-box .tab-content { padding: 20px;}
    .step-img-box { margin-bottom: 30px; }
    .step-box-content { padding-left: 0; }
    .banner-partical-a { bottom: -10%; }
    .network-main-box, .global-network-sec .network-map-box, .nav-tab-main-box { margin: 0; }
    .service-main-slider-warpper .slick-slide { padding: 0 5px; }


    footer.footer-sec .copy-right-box ul li:not(:last-child) { padding-right: 10px; }
    footer.footer-sec { padding: 50px 0 30px; }
    footer.footer-sec .container .row .col-lg-2 {width: 100%;}
    footer.footer-sec .quick-links-box { text-align: center; }
    footer.footer-sec .footer-social-icon { justify-content: center; margin-bottom: 20px; }
    footer.footer-sec .footer-logo { margin: auto auto 20px; }
    footer.footer-sec .copy-right-box { margin-top: 0; }
    footer.footer-sec .copy-right-box ul li:not(:last-child)::after { height: 14px; right: 5px; top: 5px; }

    .order-sec .comon-width-box .row .col { width: 100%; }
    .order-ship-main-box .row .col, .storage-need-sec .row.comon-width-box .col { width: 100%; }
    .partner-img-wrapper { padding: 20px 20px 20px 0; }
    .partner-img-box { height: 280px;}
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper { padding: 0; }
    .partner-sec .col-lg-10 .row:nth-child(even) .partner-img-wrapper .partner-img-box { height: 300px; }
    .multi-loop-items .multui-platform-img { height: 300px; }
    .common-page {padding-top: 60px; }
    .category-wrapper-sec { padding: 70px 0 30px; }

    .white-paper-bread-cum { margin-top: 17px; }

}

@media only screen and ( max-width: 360px ) {
    .main-header .logo { max-width: 80px; }
    .main-header.fixed .logo { max-width: 60px; }
    .main-header .user-sec a.btn { font-size: 14px; padding: 6px 8px; }

    footer.footer-sec .copy-right-box ul { flex-direction: column; }
    footer.footer-sec .copy-right-box ul li:not(:last-child) { padding-right: 0; }
    footer.footer-sec .copy-right-box ul li:not(:last-child)::after {display: none;}
    footer.footer-sec .copy-right-box p { margin-bottom: 10px; text-align: center; }
}


/*Media Query css*/
