/*
Theme Name: Sonica International Inc
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme built from scratch
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: sonica-international-inc
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body, html{
    overflow-x: hidden;
}
:root{
    --primary-color:#0066A1;
    --secondary-color:#1B1C1C;
    --white-color:#ffffff;
    --black-color:#000000;
    --gray-color:#424752;
    --manrope-font:"Manrope", sans-serif;
    --inter-font:"Inter", sans-serif;
}


/*======================== Translate ================= */

.trp-shortcode-overlay {
    padding: 2px 0 !important;
	left :auto !important;
	right:0;
	    background: transparent !important;
    border: none !important;
}

.trp-language-item-name {
    color: #fff !important;
}
.trp-shortcode-arrow path {
    stroke: #fff;
}
.trp-ls-dropdown.is-open .trp-switcher-dropdown-list {
    background: #0066A1;
}

/*========================Home Page Css Start================= */
h2.serv-heading {
    text-transform: uppercase;
    text-align: center;
}


.navbar-nav.header-menu .menu-item a {
    transition: 0.3s ease !important;
}

.navbar-nav.header-menu .menu-item a:hover {
    color: var(--primary-color) !important;
}

.navbar-nav.header-menu .menu-item a:before {
    content: '';
    width: 0%;
    height: 2px !important;
    background-color: var(--primary-color) !important;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: 0.3s ease;
}

.navbar-nav.header-menu .menu-item a:hover:before {
    width: 100%;
    transition: 0.3s ease;
}

.navbar-nav.header-menu .current-menu-item a:before {
    width: 100%;
    transition: 0.3s ease;
}



.navbar-nav.header-menu .menu-item a {
    position: relative;
}

.services-intro-section {
    background-color: #F4F4F4;
}

.home-service-card {
  position: relative;
  background-size: cover;
  background-position: center;
  
  overflow: hidden;
}

.service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.home-service-card:hover .service-card-overlay {
  opacity: 0.8; /* Background image reveals on hover */
}

.service-card-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 400px;
}

h3.home-service-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px !important;
}

p.home-service-description {
    color: #424752 !important;
 display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-service-icon img {
    width: 40px !important;
    height: 40px;
    object-fit: contain;
}

.home-service-icon {
    margin-bottom: 30px;
}

a.learn-more-link {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--inter-font) !important;
    text-decoration: none;
	position:absolute;
	bottom:40px;
	left:40px;
	color:#0066A1;
}

.learn-more-link svg {
    width: 10px;
}

h3.stat-number.counter {
    color: var(--primary-color) !important;
    font-size: 48px !important;
    font-family: var(--inter-font) !important;
    font-weight: 900;
}

.advantage-stats .stat-box {
    width: 230px;
}

p.stat-label {
    font-size: 10px !important;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1px;
    color: #424752 !important;
    text-transform: uppercase;
}

.copyright .row {
    padding: 0 !important;
}

.copyright .col-sm-12.col-md-7 p {text-align: left;}

.copyright .col-sm-12.col-md-5 p {
    text-align: right;
}

.copyright p {
    font-size: 15px;
    font-family: var(--inter-font) !important;
    text-transform: uppercase;
    color:#FFFFFF66 !important;
    font-weight: 700 !important;
}


.footer-contact-info-btn a {
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 16px;
    color: var(--white-color);
    letter-spacing: 2.2px;
    text-decoration: none;
    font-family: var(--inter-font) !important;
    border: 1px solid #ffffff20;
    padding: 16px 10px;
    width: 376px !important;
    display: block;
    height: 50px;
    text-align: center;
    align-content: center;
    max-width: 100% !important;
    transition: 0.5s ease;
}

.footer-contact-info-btn a:hover {
    background-color: #fff !important;
    color: #000 !important;
}



.sec-section {
    padding: 80px 20px !important;
}


p.ftr-desc {
    color: #A4A4A4 !important;
    font-size: 15px !important;
    line-height: 22px;
}

.top-section {
    background-color: var(--primary-color);
    padding: 12px 20px;
	height: 50px;
}
.lang-switcher {
    text-align: right;
}
.lang-switcher a {
    color: #fff;
    text-align: right;
    text-decoration: none;
    padding: 0px 5px;
}
.lang-switcher a.active {
    background-color: #0f7dbd;
    padding: 4px 10px;
}

header.header-section {
    padding: 12px 20px;
}

.hero-section {
    background-image: url(https://dreamcowebsites.com/sonica/wp-content/uploads/2026/04/Hero-Section.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 20px !important;
}


.hero-section h1 {
    width: 995px;
    max-width: 100% !important;
}

.hero-section h1{
    position:relative;
}

.hero-section h1:before {
    content: '';
    width: 70px;
    height: 4px;
    background-color: #0066A1;
    position: absolute;
    top: -20px;
    left: 0;
    right: unset;
}

span.advantage-label {
    color: #0066A1;
    font-size: 11px;
    font-weight: 700;
    font-family: var(--inter-font);
    letter-spacing: 3.3px;
}

h2.advantage-heading {
    width: 500px;
    max-width: 100% !important;
	text-transform: uppercase;
}

p.advantage-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
	color:#1B1C1C;
}

p.advantage-detail {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
	color:#424752;
}

.glob-btn2 {
    margin-left: 12px;
    background-color: #ffffff54 !important;
    backdrop-filter: blur(2px) #ffffff54 !important;
    border: 1px solid #ffffff5c;
}

.hero-section p.hero-para {
   font-size: 24px;
    font-weight: 300 !important;
    color: #FFFFFFCC !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 650px;
}
	


/*========================Home Page Css End=============== */


.thank-fir-row .brdr{
    background: #0368A4 !important;
    width: 60%  !important;
    margin: 0 auto  !important;
	    padding: 40px  !important;
}
.thank-fir-row p {
    font-size: 20px  !important;
    color: #ffff  !important ;
    font-weight: 500 ;
    text-align: center;
}
.thank-fir-row .brdr h1 {

    line-height: 1.3em !important;
}	
	  .container-fluid.d-flex.thank-hero-sec.align-items-center {
    padding:150px 20px;
}
	  @media (max-width: 1200px) {
		.thank-fir-row .brdr{
    background: #0368A4;
    width: 100% !important;
    margin: 0 auto;
    padding: 30px !important;
}
.container-fluid.d-flex.thank-hero-sec.align-items-center {
    padding: 80px 20px;
}
	  
	  }	  


/*======================== Service Page Css Start======================== */


/* =========================
   HERO BANNER
========================= */
.hero-banner {
  position: relative;
  padding: 100px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1B1C1CD9 0%, #1B1C1C4D 100%);
  z-index: -1;
}

/* =========================
   HEADING
========================= */
.main-heading {
  font-weight: 800;
  letter-spacing: -3.4px;
  text-transform: uppercase;
  line-height: 80px;
  font-family: "Manrope", sans-serif;
  font-size: 100px !important;
}

.head-border {
  width: 64px;
  height: 4px;
  background-color: #0066A1;
  margin-bottom: 20px;
}

/* =========================
   SERVICE BLOCK
========================= */
.service-block {
  margin: 80px 0;
  background: #fff;
}

.service-block:nth-child(even) {
  background: #f5f5f5;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-cont {
  padding: 40px 100px !important;
}

.service-cont h2, .service-cards-section h2 {
  font-weight: 800 !important;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #1B1C1C !important;
  letter-spacing: -3px;
  font-family: 'Manrope';
 
}

.service-text ul {
  list-style: none;
  padding: 0;
}

.service-text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  color: #424752 !important;
}

.service-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url(https://dreamcowebsites.com/sonica/wp-content/uploads/2026/04/Icon-3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.service-block.reverse .row {
  flex-direction: row-reverse;
}

/* =========================
   SERVICE CARD SECTION
========================= */
.service-cards-section {
    padding: 0 0 80px 0;
}

.service-cards-section .section-copy {
color: #424752;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1080px;
}
	  
.service-cards-grid {
  display: flex;
    gap: 10px;
    margin-top: 50px;
    justify-content: center;
}
.service-card {
background: #F5F5F5;
    padding: 25px 16px;
    text-align: center;
 width: 25%;
}
	  
.service-card .icon img {
  width: 48px;
  height: 48px;
  margin: 0 auto 25px;
 
 
}
.service-card h3 {
  font-size: 18px !important;
    font-weight: 500;
    margin: 0;
    color: #1B1C1C;
    line-height: 1.5;
    font-family: 'Inter';
}
	  
.logo-row {
  display: flex;
  flex-wrap: wrap;
   gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}


@keyframes logoScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
	  
@media (min-width: 992px) {
   .logo-item[aria-hidden="true"] {
        display: none;
    }
    .logo-track {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        align-items: center;
    }
    
    .header-cta-canvas-col {
    display: none;
}
}


/*======================== Service Page Css End ===================== */



/*========================Contact page Css Start================= */
  .contact-section {
    padding: 80px 0px;
}
	  .contact-col {
    width: 58% !important;
}
	  .main-contact-col{
		   width:40%  !important;
		  background: #fff;
    padding: 30px !important;
    border-radius: 10px;
    box-shadow: 0 5px 20px #0000002e ;
	  }
	  .contact-section .row {
    justify-content: space-between;
}
	 .gform_wrapper .gform_validation_errors>h2 {
  
		 font-size: 13.2px !important;

} 
p.gform_required_legend {
    display: none;
}
	 .location-item i {
    margin-right: 10px;
    margin-top: 4px;
    color: #1e73be;;
}
h3.mob-text-center {
    color: #1B1C1C !important;
    font-weight: 800;
	font-family: var(--manrope-font);
}


/* LEFT SIDE */
h2.left-heading {
    color: #1B1C1C;
    width: 650px;
    margin-bottom: 30px;
	font-size: 46px !important;
}
	  .transform-uppercase{
		text-transform: uppercase;  
		  
	  }
/* Locations grid */
.locations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* Card */
.location-box {
    background: #F5F5F5;
    padding: 18px;
    border-radius: 10px;
    transition: 0.3s;
}
/* Title */
.location-title {
    font-size: 25px !important;
    color: #0066A1;
    margin-bottom: 20px;
	font-weight: 700;
}

/* Items */
.location-item {
    font-size: 15px;
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
}


/* Links */
.location-item a {
    color: #333;
    text-decoration: none;
}

.location-item a:hover {
    text-decoration: underline;
}

.wpcf7-form {
    max-width: 100%;
    background: #fff;
	margin-top: 35px !important;
}

/* Each field wrapper */
.wpcf7-form p {
    margin-bottom: 15px;
}

/* Labels */
label {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #333 !important;
    display: block !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	border-radius:6px;
}

/* Inputs */
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px !important;
    transition: 0.3s;
    outline: none;
}

/* Focus effect */
  .gform_wrapper.gravity-theme input:focus,
  .gform_wrapper.gravity-theme textarea:focus {
    border-color: #1e73be;
    box-shadow: 0 0 5px rgba(30,115,190,0.2);
}

/* Textarea */
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 120px !important;
    resize: none;
}

/* Submit button */
input#gform_submit_button_1 {
  background: #0066A1;
    color: #fff;
    border: none;
    padding: 14px 30px;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 6px;
    transition: 0.3s;
    width: auto;
}

input#gform_submit_button_1:hover {
    background: #000;
}

/* Spinner */
.wpcf7-spinner {
    margin-left: 10px;
}

/* Response message */
.wpcf7-response-output {
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
}
.altEmail_container,
.wpa_hidden_field,
.wpa-test-msg {
    display: none !important;
}
	  h2.mob-text-center.transform-uppercase {
    font-size: 45px !important;
}

 
/*======================== Contact Page Css End ===================== */



/*======================== Network page Start======================== */

.location-section-net {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
	 margin-top: 45px;
}
section.location-net {
    padding: 100px 20px;
    background: #F5F5F5;
}

.loc-card{
    background:#fff;
    padding:25px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border-top:4px solid #0066A1;
    transition:0.3s;
	width:32%;
}

.loc-card:hover{
    transform:translateY(-6px);
}


.sub-loc{
 display: block;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-bottom: 12px;
    font-style: italic;
}

.loc-card p{
      font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 0px;
}	  
	



/*======================== Network page Css End ===================== */


/*======================== About Page with Gallery Css Start======================== */

	.sec-section h2{
    margin-bottom: 50px;
  color:#1B1C1C;
}  
.stations h2 {
    margin-bottom: 30px;
  color:#1B1C1C;
	font-size:40px !important;
}  
section.about-intro, section.stations, section.gallery-content {
    padding: 70px 20px;
	background-color: #F4F4F4;
}
  section.our-values, section.sonica-difference, .gallery{
  
		padding: 70px 20px;  
	  }	  
.about-intro img, 
.image-container img {
    border-radius: 20px;
    box-shadow: 10px 10px 0 #0368A4;
	 width: 88%;
    height: 100%;
}	 
section.mapsec {
    padding: 70px 0px;
}
section.sonica-difference h2 {
    margin-bottom: 15px;
}	  
	  .our-values h2 {
    margin-bottom: 50px;
}

 section.about-intro h2 {
    margin-bottom: 25px;
}
.value-box {
    flex: 1;
    padding: 30px 40px !important;
    background-color: #F5F5F5;
	display: flex;
    flex-direction: column;
}
  .value-box img {
    width: 80px;
    margin: 0px auto 25px 0px;
}
h3.value-heading {
    font-size: 28px !important;
    font-weight: 700;
    color: #0066A1;
    margin-bottom: 20px;
	 margin-top: 5px;
}
.station-box h3 {
    font-size: 20px !important;
    font-weight: 700;
    color: #0066A1;
  margin-bottom: 0px;
    margin-top: 20px;
}
.station-list {
    display: flex;
    flex-wrap: wrap;
	gap:0px 20px;
}
.station-box {
    width: 48%;
}
	  .value-box p{
		  margin-bottom:0px;
	  }	  
section.our-values .row {
    gap: 26px;
	 padding: 0px 11px;
}

.stations .row{
		 padding: 0px 11px;
}
.station-map iframe {
    width: 100%;
     box-shadow: 0px 10px 10px 0px #00000025;
}
	.stations .row {
    gap: 30px 20px;
    justify-content: space-between;
	flex-wrap: nowrap;	
}  
	
.station-box p {
    margin-bottom: 0px;
}
section.gallery-content p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.agrfuxd-lightbox-close, .agrfuxd-lightbox-next, .agrfuxd-lightbox-prev, .agrfuxd-lightbox-close:hover, .agrfuxd-lightbox-next:hover, .agrfuxd-lightbox-prev:hover {
    background: #fff;
}
/*======================== About Page Css End ===================== */


.color-black{
    color: var(--secondary-color) !important;
}
h1,h2,h3,h4,h5,h5{
    font-family: var(--manrope-font);
}
p{
    font-family: var(--inter-font);
	font-size: 18px;
    line-height: 1.7;
}
li{
    font-family: var(--inter-font);
}
.container{
    max-width: 1506px !important;
    width: 100% !important;
} 
h1{
    font-size: 128px !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 128px !important;
}

h2 {
    font-size: 60px !important;
    font-weight: 800 !important;
    font-family: var(--manrope-font);
    color: var(--secondary-color);
    line-height: 60px;
}
h3{
    font-size: 38px !important;
}
h4{
    font-size: 33px !important;
}
h5{
    font-size: 30px !important;
}
h6{
    font-size: 28px !important;
}


.header-menu-row .header-logo{
    max-width:220px;
    width:100%;
}
.header-logo-col {
    width: 350px;
}

/*
header.header-section {
    position: absolute;
    top: 40px;
    z-index: 9;
    margin: 0 auto !important;
    max-width: 100%;
    width: 100%;
}*/
.glob-btn {
    background: var(--primary-color);
    display: inline-block;
    color: var(--white-color);
    text-decoration: none;
    align-content: center;
    padding: 26px 15px;
    width: 248px !important;
    max-width: 100% !important;
    height: 76px;
    font-family: var(--inter-font);
    font-weight: bold;
    letter-spacing: 2.6px;
    line-height: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 13px !important;
}
a.glob-btn:before {
    position:absolute;
    content:'';
    width:100%;
    height:250px;
    background:#000;
    bottom:0;
    left:0;
    transform:translateY(100%);
    transition:all 0.6s ease-in-out;
    z-index:-1;
}
a.glob-btn:hover:before{
    transform:translateY(0);
} 
a.glob-btn.header-btn {
    max-width: max-content !important;
}
.header-menu {
    position: relative;
    padding:11px 0;
}
/*
.header-menu::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #d2000012 5%, #D20000 95%);
}
.header-menu::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -1px;
    width: 30px;  
    height: 30px;  
    background: #ff0000; 
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

*/				
.navbar-nav.header-menu {
    gap: 35px;
    flex: 1;
    justify-content: right;
}
.navbar-nav.header-menu .menu-item a {
    color: var(--secondary);
    text-decoration: none;
    font-family: var(--manrope-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
	text-transform:uppercase;
}
.navbar-nav.header-menu .current-menu-item a{
    color:var(--primary-color);
}
.mobile-menu-offcanvas {
    display:none ;
}





/* Thank You CSS Start */
.thank-hero-sec {
    padding: 50px 10px;
}
.thank-fir-row .brdr {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 20px;
}
.thank-fir-row .brdr {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 20px;
}
.thank-fir-row .brdr h1 {
    color: var(--primary-color);
    font-size: 60px !important;
}
.thank-fir-row p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.thank-sec-row .brdr {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 20px;
    height: 100%;
    justify-content: center;
}
.thank-sec-row .brdr h3 {
    color: var(--primary-color);
    font-size: 25px !important;
    font-weight: 400;
    margin-bottom: 15px;
}
.thank_socio_row i.fa-brands {
    color: var(--secondary-color);
    font-size: 25px;
}
.brdr a.glob-btn {
    width: max-content !important;
}
.row.thank-sec-row {
    row-gap: 20px;
}


/* Thank You CSS ENd */



/* Footer CSS Start */

footer {
    background: var(--secondary-color);
    padding: 80px 10px 0;
}
footer .row {
    padding-bottom: 50px;
}
.footer-col:nth-child(3){
    
    padding-left: 40px;
}
img.footer-logo {
    max-width: 345px;
    width: 100%;
    margin-bottom: 20px;
}
footer p.license-text {
    color:#fff;
    text-align:center;
    margin:0;
}

.footer-col .footer-heading {
   color: #fff !important;
    font-size: 16px !important;
    max-width: max-content;
    margin-bottom: 30px;
    font-weight: 700 !important;
    font-family: var(--inter-font) !important;
	letter-spacing:3.6px;
}
.footer-nav.footer-menu{
    list-style:none;
    padding: 0;
    row-gap: 10px;
}
.footer-nav.footer-menu li a{
    color: #A4A4A4;
    text-decoration: none;
    max-width: max-content;
    font-weight: 400 !important;
    font-size: 15px !important;
}
.footer-contact-info a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    max-width: 351px;
}
.footer-contact-info {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
    align-items: flex-start;
}
.footer-contact-info img {
    width: 20px !important;
    height: 25px !important;
}
.footer-social{
    display:flex;
    gap: 10px;
}
.footer-social .fa-brands {
    color: #fff;
    font-size: 22px;
    transition:all ease 0.4s;
}
.footer-social .fa-brands:hover {
    color: var(--primary-color);
}
.copyright {
    border-top: 1px solid #a4a4a4b0;
    padding: 25px 0;
    text-align: center;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-family: var(--poppins-font);
}


/* Footer CSS END */

/* Blog Page CSS START */

.blog-page-container.container {
    margin: 0 auto;
    padding: 40px 10px;
}
.blog-page-container .col-md-8 {
    padding-right: 40px;
}
.blog-page-container .col-md-4 {
    padding-left: 40px;
    border-left: 1px solid var(--primary-color);
}
aside.sidebar.blog_categories ul {
    list-style: none;
    padding: 0;
}
aside.sidebar.blog_categories ul li {
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--primary-color);
    padding-top: 15px;
    padding-bottom: 15px;
}
aside.sidebar.blog_categories ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
article.blog-card.blog-archive-page {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}
.blog-archive-page .card-content .blog_cardd_title, .blog-archive-page .card-content .blog_cardd_title a {
    font-size: 30px !important;
    color: #000;
    text-decoration: none;
}
.blog-archive-page .card-content .post-btn {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.blog-archive-page .card-content .fa.fa-arrow-right {
    font-size: 12px;
    color: var(--primary-color);
}


.single-post-container {
    padding: 100px 10px;
    flex-wrap: wrap;
}
img.attachment-large.size-large.wp-post-image {
    max-width: 100%;
}
.blog-meta.d-flex.align-items-center.gap-3 {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.recnt_sidebar {
    padding-left: 40px;
    border-left: 1px solid var(--primary-color);
}
.recent_pst_title {
    font-size: 20px;
    color: #000;
}
.recnt_sidebar ul {
    padding-left: 0;
}
.recnt_sidebar ul li {
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--primary-color);
    padding-top: 15px;
    padding-bottom: 15px;
}
.recnt_sidebar ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}


/* Blog Page CSS END */

/* Media Query Start */

@media(min-width:1070px){
.home-logo-track {
    column-gap: 50px !important;
}
}

@media(min-width:768px){
.advantage-right hr {
    margin: 35px 0px;
}
p.ftr-desc.ftr-desc-wth {
    width: 346px;
    margin-bottom: 30px;
}
}

@media(min-width:1025px) and (max-width:1199px){

h1 {
    font-size: 100px !important;
    line-height: 115px !important;
}

.header-logo-col {
    width: 250px;
}   
}


/* Max Width 391px */
@media(max-width:391px){
.header-topbar{
        display: none;
}
header.header-section {
    top: 10px;
}    
}
/* END */






/* Min Width 992px to Max Width 1024px */
@media(min-width:992px) and (max-width:1024px){
.header-logo-col {
    width: 230px;
}
}


/* End */


/* Min Width 1025px */
@media(min-width:1025px){
.header-logo-col {
    width: 260px;
}    
}


/* New Media Qurey  */


/* =========================
   Laptop (1440px ↓)
========================= */
	  @media (max-width: 1440px) {
		  
		   .hero-banner {
    padding: 80px 0;
    min-height: 400px;
  }
		  

  .main-heading {
    font-size: 60px !important;
    line-height: 60px !important  ;
    letter-spacing: -3px;
  }

  .service-cont {
    padding: 30px 60px !important;
  }

  .service-cont h2, .service-cards-section h2  {
    letter-spacing: -1px;
  }
	
  .hero-row {
    padding: 25px;
}
.service-cards-section .section-copy {
    font-size: 17px;
    max-width: 936px;
}		  
		  
.service-cards-grid {
    width: 95%;
    margin: 50px auto 0px auto;
}
.service-card h3 {
	font-size: 16px !important;}		  

.contact-section {
    padding: 60px 30px;

}
 h2 {
    font-size: 45px !important;
}
.location-title {		  
font-size: 20px !important;
    color: #0066A1;
    margin-bottom: 15px;		  
}
section.about-intro, section.stations, section.our-values, section.sonica-difference, section.gallery-content {
    padding: 70px 30px;
 
}		  
		  .location-item {
			  font-size: 14px;
		  }
		  .location-item i {
    margin-right: 8px;
			  margin-top: 4px;
		  
		  }
.location-section-net {
    gap: 30px 20px;
    justify-content: space-between;
}		  
} 

/*  Max Width 1200px */
@media (max-width:1280px){

  .hero-banner {
    padding: 80px 0;
    min-height: 400px;
  }
	.advantage-video iframe {
    height: 330px;
}

  .main-heading {
    font-size: 40px !important;
    line-height: 60px;
    letter-spacing: -3px;
  }

  .service-cont {
    padding:20px 30px !important;
  }
	.service-block.reverse .row .service-cont {
    padding: 20px 50px !important;
}

  .service-content h2, .service-cards-section h2 {
    font-size: 30px !important;
    letter-spacing: -1px;
	      margin-bottom: 18px;
  }
	 .service-content li {
    font-size: 15px !important;
		 padding-left: 30px;
    margin-bottom: 6px;
    
  }
.service-cards-section .section-copy {
        font-size: 16px;
        max-width: 800px;
    }
	
 .hero-row {
    padding: 25px;
}	
 .service-cards-grid {
    flex-wrap: wrap;
	}
	.service-card {
    width: 32%;
}
.locations-grid {
        grid-template-columns: 1fr;
    }
	h2.left-heading {
    width: 100%;
		    font-size: 30px !important;
}
	.contact-section h2.mob-text-center.transform-uppercase {
    font-size: 30px !important;
}
    h2 {
        font-size: 35px !important;
    }
	.contact-col, .main-contact-col {
    width: 49% !important;
}
.main-contact-col {

    padding: 30px !important;	
	
}
	p {
    font-size: 16px;
    line-height: 1.6;
}
h1{
        font-size: 60px !important;
        line-height: 75px !important;
}
.hero-section h1 {
 width: 500px;
	}	
h2{
    font-size: 37px !important;
}
h3{
    font-size: 30px !important;
}
h4{
    font-size: 28px !important;
}
h5{
    font-size: 26px !important;
}
h6{
    font-size: 24px !important;
}
.desktop-hero-image {
    max-width: 550px;
    bottom: 0;
}

.hero-section {
    padding: 120px 20px !important;
}

.sec-section {
    padding: 60px 20px !important;
}

.hero-section p {
    font-size: 22px ! IMPORTANT;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
}

p.advantage-description {
    font-size: 22px !important;
    line-height: 30px !important;
}

p.advantage-detail {
    font-size: 19px !important;
    line-height: 29px !important;
}

.services-grid .col-lg-3 {
    flex: 0 0 auto;
    width: 25% !important;
	 padding: 0px 5px;
}
	
.service-card-content {

    padding: 20px;
	  min-height: 300px;
	}
	a.learn-more-link {
    bottom: 25px;
    left: 20px;
	}
.home-service-card {
    margin-bottom: 20px;
}
 section.about-intro h2 {
    margin-bottom: 13px;
}	
	.our-values h2{
		margin-bottom: 30px;
	}
.about-intro img, .image-container img {
    width: 95%;	
}
	.value-box {
		padding: 20px 25px !important;
	}
	.value-box img {
    width: 65px;
    margin: 0px auto 15px 0px;
}
section.our-values .row {
    gap: 16px;
}
	h3.value-heading {
    font-size: 22px !important;
    margin-bottom: 11px;
}
 .station-box h3 {
        font-size: 18px !important;
        margin-bottom: 5px;
        margin-top: 20px;
    }
	.station-box p {
font-size: 15px;
        margin: 0px;
        line-height: 1.4;
}
	
 section.about-intro, section.stations, section.our-values, section.sonica-difference, section.gallery-content , .gallery {
        padding: 50px 30px;
    }
	.sec-section h2 {
    margin-bottom: 30px;
}
.stations h2 {
        margin-bottom: 10px;
    }	
	.station-list{
		gap:0px;
	}
.station-box {
    width: 50% !important;
}
.agrfuxd-gallery-masonry {
    --agrfuxd-columns: 4 !important;
}	
.transport-col:first-child {
    width: 85%;
}
.service-block.reverse img {
    width: 105%;
}
.location-section-net {
    gap: 18px;	
}
	.contact-section .row {
    align-items: self-start;
}	
}	
/* Max Width 990px */
@media  (max-width:990px){
	
	.navbar-nav.header-menu{
    display: none !important;
}
    h2, .stations h2 {
        font-size: 30px !important;
    }	
	    .service-cont {
        padding: 15px !important;
    }
	    .service-block.reverse .row .service-cont {
        padding: 20px 35px !important;
    }
	
	
.header-cta-canvas-col {
    display: flex;
    flex: 1;
    justify-content: end;
    gap: 10px 20px;
    align-self: center;
    align-items: center;
}

div#mobmenu-custom p{
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin-top:1px !important;
}
.header-btn{
    padding: 9px 30px !important;
}


.mobile-menu-offcanvas {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 375px;
    background: var(--white-color);
    height: 100vh;
    padding: 20px;
    opacity: 0;
    transition: all 0.6s ease;
    transform: translateX(-100%);
}
.mobile-menu-offcanvas.open {
    opacity: 1;
    transform: translateX(0);
    z-index: 99999;
}

.mobile-menu-offcanvas  .mobile-logo{
    max-width:250px;
    margin:35px 0;
}
.mobile-menu-offcanvas .mobile-menu li{
    list-style: none;
    margin-bottom:10px;
}
.mobile-menu-offcanvas .mobile-menu li a{
    color: #000;
    font-family: var(--poppins-font);
    text-decoration: none;
    font-size:17px;
}
.mobile-menu-offcanvas .mobile-menu{
    padding:0;
}
.menu-close {
    position: absolute;
    top: 25px;
    right: 25px;
}
	.loc-card {
	width: 48%;	
		
	}
	.location-section-net{
		justify-content:space-between;
		gap:30px 10px;
	}
div#mobmenu-custom {
  background: var(--primary-color);
  padding: 8px 10px;
  width: max-content;
  display: flex;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
}

/* Hamburger lines */
#mobmenu-custom span {
  display: block;
  height: 2px;
  width: 18px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
  position: relative;
}

/* Space between bars */
#mobmenu-custom span:not(:last-child) {
  margin-bottom: 4px;
}

/* Active (cross) state */
#mobmenu-custom.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}

#mobmenu-custom.active span:nth-child(2) {
  opacity: 0;
}

#mobmenu-custom.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -7px;
}
	
	.footer-col:nth-child(1){
    max-width: 100%;
    width:100%;
    text-align:center;
    border-bottom:1px solid #fff;
    padding-bottom:15px;
    margin-bottom:30px;
}
.footer-col:nth-child(2), .footer-col:nth-child(3), .footer-col:nth-child(4){
     max-width:32%;
    width:100%;
    border:none;
    padding-left:0;
}
footer .row{
    justify-content:center;
    padding-bottom: 20px;    
}
.footer-col .footer-heading{
    margin:15px 0px;
	
}
	p.ftr-desc {
    margin-bottom: 10px;
}
footer {
    padding: 50px 10px 0;
}

    p.ftr-desc.ftr-desc-wth {
        width: 346px;
        margin: auto !important;
    }
    
    .footer-social {
    justify-content: center !important;
    margin-top: 20px !important;
}
		
 .hero-banner {
    padding: 80px 0;
    min-height: 400px;
  }

  .main-heading {
    font-size: 50px !important;
    line-height: 60px;
    letter-spacing: -3px;
  }

  .service-content {
    padding: 35px !important;
  }

  .service-content h2, .service-cards-section h2 {
    font-size: 30px !important;
    letter-spacing: -1px;
	      margin-bottom: 18px;
  }
	 .service-content li {
    font-size: 15px !important;
		 padding-left: 30px;
    margin-bottom: 6px;
    
  }
.text-center {
    width: 90%;
    margin: 0 auto;
}	
    .service-card {
        width: 49%;
    }
.logo-row {
        overflow: hidden;
        width: 100%;
    }

    .logo-track {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
        width: max-content;
        animation: logoScroll 14s linear infinite;
    }

    .logo-item {
        flex: 0 0 auto;
       width: 180px;
    }

    .logo-item img {
        width: 100%;
         height: 60px;
        object-fit: contain;
    }
	    .contact-section {
        padding: 50px 20px;
    }
.value-box {
        padding: 20px !important;
	  flex: 0 0 48%;
    }
    h3.value-heading, .station-box h3 {
        font-size: 20px !important;
}
  section.stations img {
    width: 100%;
}
section.stations {
    padding-bottom: 80px;
}

	.stations .row {

    flex-wrap: wrap;
}
section.stations .col-md-6 {
    width: 100% !important;
}	
  section.our-values .row {
        gap: 20px;
        justify-content: center;
    }
	section.gallery-content p {
    width: 100%;
}
.agrfuxd-gallery-masonry {
    --agrfuxd-columns: 3 !important;
}	
.transport-wrapper {
    gap: 30px !important;
    padding: 25px !important;
}
.transport-wrapper .transport-col h3 {
    font-size: 22px !important;	
	}	

.transport-col ul li a {
    font-size: 14px;
}
.service-text ul li {
    font-size: 14px;
}
.logo-item:nth-child(4), .logo-item:nth-child(8) {
    width: 90px;
}

.services-grid .col-lg-3 {
    flex: 0 0 auto;
    width: 50% !important;
	 padding: 0px 5px;
}
	
.service-card-content {

    padding: 20px;
	  min-height: 260px;
	}
	a.learn-more-link {
    bottom: 25px;
    left: 20px;
	}
	
.service-block.reverse img {
        width: 135%;
    }	
}
/* =========================
   MOBILE (767px ↓)
========================= */
@media (max-width: 767px) {
	
	
	h1{
    font-size: 40px !important;
    line-height: 50px !important;
}
h2{
    font-size: 30px !important;
}
h3{
    font-size: 26px !important;
}
h4{
    font-size: 24px !important;
}
h5{
    font-size: 22px !important;
}
h6{
    font-size: 20px !important;
}
.glob-btn {
    width: 50% !important;
    padding: 20px 10px;
    height: 65px;
}	
    .service-card {
        width: 100%;
    }	
.mob-text-center{
    text-align: center;
}
.desktop-hero-image {
    display: none;
}
.why-choose-section {
    height: auto;
    padding: 50px 0;
}
.about-section, .freight-section {
    padding: 50px 10px;
}

.footer-col{
    text-align:center;
}
.footer-social {
    justify-content: center;
}
.footer-col .footer-heading{
    margin:15px auto 30px;
	
}
.footer-contact-info {
    align-items: start;
    justify-content: center;
    gap: 0;
}
.footer-col:nth-child(1){
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.footer-col:nth-child(2) {
    border-left: none;
    padding-left: 0;
}
img.footer-logo {
    max-width: 245px;
}

.hero-section .row .col-sm-12 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mob-hero-img{
    display: block;
}
.mob-hero-img img {
    max-width:450px;
    width:100%;
}
.advantage-video a {
    margin-bottom: 22px;
}

.header-logo-col {
    width: 150px;
}
header.header-section {
    top: 20px;
}
.gallery-section {
    padding: 40px 10px;
}
.header-topbar {
    justify-content: center;
}
.page-banner {
    min-height: 300px;
}

.page-banner .row h1 {
    margin: 0 auto;
    padding: 50px 0 0;    
}
.logo-item {
        flex: 0 0 auto;
        width: 190px;
    }
    .logo-item img {
        width: 100%;
        height: 65px;
}
	
	
	
.footer-contact-info img {
    margin-right: 10px;
}
.footer-contact-info:last-child img{
    margin:0 !important;
}


.single-post-container #primary {
    max-width:100% !important;
    width:100% !important;
    flex: unset !important;
}
.single-post-container aside#secondary {
    max-width:100% !important;
    width:100% !important;
    flex: unset !important;
}
.recnt_sidebar {
    padding-left: 0;
    border-left: none;
}
img.attachment-large.size-large.wp-post-image {
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.single-post-container {
    padding: 50px 10px;
    flex-wrap: wrap;
}
.blog-page-container .col-md-4 {
    padding: 0 20px;
    border-left: none;
}
.blog-page-container .col-md-8 {
    padding-right: 10px;
}

.hero-section {
    padding: 80px 20px !important;
}

.hero-section h1:before {
    left: 0;
    right: 0;
    margin: auto;
}

.glob-btn2 {
    margin-left: 0px;
    margin-top: 12px;
}

.sec-section {
    padding: 40px 20px !important;
}

.hero-section p.hero-para {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 18px;
}

h3.stat-number.counter {
    font-size: 35px !important;
}
.advantage-stats .stat-box {
    text-align: center;
}

.row.advantage-stats {
    justify-content: center !important;
}

.advantage-right {
    text-align: center;
}

.advantage-left {
    text-align: center;
}

h2.advantage-heading {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.advantage-description {
    font-size: 20px !important;
    line-height: 30px;
}

p.advantage-detail {
    font-size: 18px !important;
    line-height: 28px !important;
}

.home-service-card {
    width: 100%;
    margin-bottom: 20px !important;
    max-width: 100% !important;
}

.row.services-grid .col-sm-12 {
    justify-content: center !important;
    display: flex;
	        width: 100% !important;
}
.footer-col.col-sm-12 {
    max-width: 100%;
}	
	    .service-card-content {
        min-height: 270px;
        padding: 20px;
    }
.copyright .col-sm-12.col-md-7 p, .copyright .col-sm-12.col-md-5 p {text-align: center !important;}

.footer-contact-info-btn {
    justify-content: center !important;
    display: flex !important;
}

    .mobile-menu-offcanvas .mobile-logo {
        max-width: 180px !important;
    }


	.copyright p {
    font-size: 12px;
	}

  .hero-banner {
    padding: 60px 20px;
    min-height: auto;
    text-align: center;
  }

  .main-heading {
    font-size: 36px !important;
    line-height: 42px;
    letter-spacing: -1px;
  }

  .head-border {
    margin: 0 auto 15px;
  }

  .service-block {
    margin: 40px 0;
  }

  .service-block .row {
    flex-direction: column !important;
  }

  .service-image {
    margin-bottom: 20px;
  }

  .service-content {
   padding: 20px 30px !important;
    text-align: center;
  }

 .service-content h2 {
    font-size: 28px !important;
	    text-align: left;
  }
	.service-cards-section h2 {
    font-size: 28px !important;
  }

  .service-text ul li {
    padding-left: 30px;
    text-align: left;
  }	
	
	.logo-row {
    margin-top: 50px;
}
 
   .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .locations-grid {
        grid-template-columns: 1fr;
    }
	 .wpcf7-submit {
        width: 100%;
    }
		.contact-col, .main-contact-col {
        width: 90% !important;
		margin:0 auto;
    }
	.stations h2 {
    text-align: center;
}
	
	.wpcf7-form:last-child p {
    margin-bottom: 0px !important;
}
	.main-contact-col {
    margin-top: 50px !important;
}
	    h2.left-heading {
        width: 100%;
text-align: center;
    }

    .about-intro img, .image-container img {
        width: 99%;
    }
	section.about-intro h2, section.sonica-difference h2 {
        text-align: center;
        margin-top: 50px;
    }
	.page-id-193 p {
    text-align: center;
}
.service-card-content p {
    text-align: left;
}	
.value-box img {

        margin: 0px auto 15px;	
}
    h3.value-heading {
        font-size: 23px !important;
        text-align: center;
    }
	 .station-box h3 {
        font-size: 18px !important;
        text-align: center;
    }



	section.sonica-difference ul {
    margin-top: 0;
    margin-bottom: 1rem;
    width: fit-content;
    margin: 18px auto;
}
section.gallery {
    padding: 50px 20px;
}
    .service-cont {
        padding: 20px 30px !important;
    }
    width: 100% !important;

	a.learn-more-link{
		    left: 20px;
	}
	.value-box {
        padding: 25px !important;
        flex: 0 0 100% !important;
    }		
    .station-box {
        width: 100% !important;
    }
	iframe {

    height: 330px;
}
    .loc-card {
        width: 100%;
    
}	
	    .location-section-net {

        margin-top: 30px;
    }
	.advantage-video iframe {
    padding: 0px 0px 20px 0px !important;
}
}
/* =========================
   SMALL MOBILE (480px ↓)
========================= */


@media (max-width: 480px) {
	
	.glob-btn {
    width: 100% !important;

}
    .locations-grid {
        width: 100% !important;
		display: block;
	}	
	
  .main-heading {
    font-size: 35px !important;
    line-height: 34px;
  }
.value-box {
        padding: 25px !important;
        flex: 0 0 100% !important;
    }
	.location-item {
        font-size: 13px;
    }
	.location-box {
    padding: 20px 12px;
    margin-bottom: 30px;
}
 .service-content h2, .service-cards-section h2{
    font-size: 24px !important;
  }

  .service-text ul li {
    font-size: 14px;
  }	
.hero-banner {
     padding: 40px 0;
     min-height: 280px;
    }
	.service-card {
        width: 100%;
    }
    
   
    .mobile-menu-offcanvas {
    width: 290px !important;
}
    .contact-col, .main-contact-col {
		width: 100% !important;
	}
.col-md-6 {
    padding: 0 !important;
}
    .text-center {
		width: 100%;}
	
	
	
	    .agrfuxd-gallery-masonry {
        --agrfuxd-columns: 1 !important;
        --agrfuxd-gap: 12px !important;
    }
	    .service-cont {
        padding: 20px 30px !important;
    }
		.transport-col {
    width: 100% !important;
}
.transport-wrapper {
    flex-direction: column;
}	
}



/* End */