@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
--mainfont: "Bai Jamjuree", sans-serif;
--primary: #203251;
--secoundery: #1F5A9E;
--hover: #1F5A9E;
}
body, p, a {
font-family: var(--mainfont);
line-height: 28px;
margin: 0;
padding: 0;
font-optical-sizing: auto;
font-style: normal;
}
strong {
font-family: var(--mainfont);
font-weight: 600;
}
h1, h2, h3, h4, h5 {
font-weight: 600;
font-family: var(--mainfont);
color: var(--primary);
margin-top: 0px;
}
h1, h2 {
font-size: 45px;
line-height: 55px;
}
h1 span, h2 span {
color: var(--secoundery);
}
a:hover {
color: var(--secoundery);
}
a {
text-decoration: none !important;
}
main#content {
overflow: hidden;
}
@media (max-width: 2200px) {
.e-con>.e-con-inner, .cust-container, .inner-header, .our_business_slider h2, .term-energy.term-7 .our-solutions-wrap,
.term-defence.term-9 .our-solutions-wrap {
max-width: 1500px !important;
}
}
@media (max-width: 1670px) {
.e-con>.e-con-inner, .cust-container, .inner-header, .our_business_slider h2, .term-energy.term-7 .our-solutions-wrap,
.term-defence.term-9 .our-solutions-wrap {
max-width: 1200px !important;
}
}
@media (max-width: 1280px) {
.e-con>.e-con-inner, .cust-container, .inner-header, .our_business_slider h2, .term-energy.term-7 .our-solutions-wrap,
.term-defence.term-9 .our-solutions-wrap {
max-width: 1150px !important;
}
}
.term-energy.term-7 .our-solutions-wrap, .term-defence.term-9 .our-solutions-wrap {
margin: 0 auto;
}
.cust-container, .inner-header {
margin: 0 auto;
padding: 0 0px;
width: 100%;
}
.themebtn, .post-content a {
background: #1F5A9E;
color: #fff;
position: relative;
padding: 6px 38px;
display: inline-block;
margin: 10px 0 0;
border-radius: 999px;
border: none;
font-family: var(--mainfont);
clip-path: inset(0 round 999px);
-webkit-font-smoothing: antialiased;
backface-visibility: hidden;
box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.themebtn span, .themebtn p {
position: relative;
z-index: 2;
}
.themebtn::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
will-change: width, height;
background: #203251;
transform: translate(-50%, -50%);
border-radius: 50%;
transition: width .5s ease, height .5s ease;
z-index: -1;
}
.themebtn:hover::before {
width: 560px;
height: 400px;
}
.themebtn:hover, .post-content a:hover {
color: #fff;
}
.page-title-inner a.themebtn span {
font-size: 18px;
}
.whitebtn {
background: #ffffff;
color: #1F5A9E;
border: 1px solid #1F5A9E;
}
.whitebtn:hover {
color: #1F5A9E;
}
.med-btn-wrap {
text-align: center;
margin-top: 20px;
} .main-menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.main-menu li {
position: relative;
}
.main-menu li a {
display: flex;
transition: all 0.5s;
} .main-menu li ul {
display: none;
position: absolute;
top: 43px;
left: 0;
list-style: none;
padding: 0;
margin: 0;
width: 250px;
z-index: 999;
box-shadow: 10px 10px 15px #00000069;
} .main-menu li:hover > ul {
display: block;
} .main-menu li ul li {
width: 100%;
}
.main-menu li ul li a {
padding: 10px;
display: block;
width: 100%;
position: relative;
border-bottom: 1px solid #ffffff33;
background: #1F5A9E;
color: #ffffff !important;
}
.main-menu li ul li a:hover {
background: var(--primary);
}
.sub-menu .menu-arrow {
position: absolute;
right: 10px;
top: 21px;
transform: rotate(-90deg);
}
ul.sub-menu .sub-menu {
left: auto;
right: -271px;
top: 0;
}
.top-bar {
display: flex;
justify-content: flex-end;
height: 40px;
position: relative;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 999;
transition: all 0.5s;
}
.scroll-down .top-bar {
top: -40px;
}
.scroll-up .top-bar {
top: -40px;
}
.top-bar ul {
display: flex;
align-items: center;
margin: 0;
padding: 0;
justify-content: flex-end;
list-style: none;
}
.top-bar ul li a {
text-decoration: none !important;
font-size: 13px;
color: #ffffff;
margin-left: 30px;
line-height: 10px !important;
display: block;
}
html .top-bar ul li a:hover {
color: #0085d4 !important;
}
.top-bar ul li:first-child a.nsebs {
position: relative;
}
.top-bar ul li:first-child a.nsebs:after {
position: absolute;
content: '';
right: -16px;
top: -2px;
background: #ffffff;
width: 1px;
height: 15px;
}
.top-bar .cust-container {
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar .cust-container img {
display: block;
}
.hdrsearchbtn {
margin-left: 0px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.hdrsearchbtn path {
stroke: #ffffff;
}
header {
position: fixed;
left: 0;
right: 0;
top: 0px;
margin: 0 auto;
z-index: 999999;
transition: all 0.5s;
}
.scroll-up header, .scroll-down header {
top: -40px;
background: #ffffff;
}
.scroll-up .hdrsearchbtn path, .scroll-down .hdrsearchbtn path {
stroke: #1F5A9E;
}
.scroll-up .inner-header, .scroll-down .inner-header {
border-bottom: 0px;
}
html .scroll-up nav.main-nav a, html .scroll-down nav.main-nav a {
color: var(--primary) !important;
padding: 15px 30px 20px;
}
.scroll-up .main-menu li ul li a, .scroll-down .main-menu li ul li a {
padding: 10px;
}
.scroll-up .main-menu li ul, .scroll-down .main-menu li ul {
top: 53px;
}
.scroll-up nav.main-nav a:hover, .scroll-down nav.main-nav a:hover {
color: var(--primary) !important;
}
.scroll-up .main-menu li ul li a, .scroll-down .main-menu li ul li a {
color: #ffffff !important;
}
.scroll-up .main-menu li ul li a:hover, .scroll-down .main-menu li ul li a:hover {
color: #ffffff !important;
}
.scroll-up .brand-logo img, .scroll-down .brand-logo img {
position: relative;
top: 0;
opacity: 0;
}
.scroll-up nav.main-nav li > a:after, .scroll-down nav.main-nav li > a:after {
bottom: 0px;
}
.scroll-up .brand-logo img, .scroll-down .brand-logo img {
max-width: 200px;
} .scroll-up nav.main-nav a:hover, .scroll-up .current-menu-parent > a,
.scroll-up .current_page_ancestor > a, .scroll-up .top-bar ul li a:hover, .scroll-down nav.main-nav a:hover, .scroll-down .current-menu-parent > a,
.scroll-down .current_page_ancestor > a, .scroll-down .top-bar ul li a:hover
{
color: #000000 !important;
}
.inner-header {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #1F5A9E;
padding: 0px 0 0px;
transition: all 0.5s;
}
nav.main-nav a {
font-size: 16px;
color: #ffffff;
text-decoration: none;
padding: 10px 30px 15px;
}
nav.main-nav a:hover, nav.main-nav .current-menu-item > a, .current-menu-parent > a, .current_page_ancestor > a, .top-bar ul li a:hover {
color: #ffffff !important;
}
nav.main-nav li > a {
position: relative;
}
nav.main-nav li > a:after {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0px;
width: 70%;
height: 4px;
background: #0085d400;
transition: all 0.5s;
margin: 0 auto;
}
nav.main-nav li > a:hover:after, nav.main-nav li.current-menu-parent > a:after {
background: #0085d4;
}
.sub-menu li a:after {
display: none;
}
.brand-logo {
position: relative;
}
.brand-logo img {
position: absolute;
left: 0;
top: -35px;
display: block;
transition: all 0.5s;
}
.brand-logo a { padding: 5px 0;
}
.theme-main-menu {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 20px;
} .hambergermenu {
display: none !important;
}
.hambergermenu {
width: 30px;
position: relative;
height: 20px;
align-items: center;
cursor: pointer;
}
.hambergermenu span {
height: 2px;
width: 100%;
background: #ffffff;
display: block;
}
.hambergermenu:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 2px;
background: #ffffff;
}
.hambergermenu:after {
content: '';
position: absolute;
bottom: 0;
top: auto;
left: 0;
right: 0;
width: 100%;
height: 2px;
background: #ffffff;
}
.hambergermenumob {
position: fixed;
top: 0;
right: -150%;
left: auto;
z-index: 999;
background: #1F5A9E;
height: 100%;
width: 100%;
max-width: 767px;
border: 1px solid #ddd;
box-shadow: 5px 5px 15px #00000029;
transition: all 0.5s;
overflow: hidden;
overflow-y: scroll !important;
}
.activemenu {
right: 0;
}
.hambergermenu-inner {
position: relative;
padding: 0 30px 50px;
top: 50px;
}
.hambergermenu-inner ul {
margin: 0;
padding: 0;
list-style: none;
}
.menu-item {
position: relative;
}
.hambergermenu-inner ul li a {
font-size: 20px;
color: #ffffff;
line-height: 70px;
border-bottom: 1px solid #dddddd7a;
display: block;
position: relative;
}
.hambergermenu-inner ul li a:hover {
color: #ffffff;
}
html .hambergermenu-inner .current_page_parent.menu-item-has-children a {
color: #ffffff !important;
}
.closebutton {
width: 25px;
height: 25px;
position: absolute;
right: 10px;
top: 10px;
transition: all 0.5s;
cursor: pointer;
}
.closebutton span {
position: absolute;
width: 100%;
background: #ffffff;
height: 2px;
transition: all 0.5s;
transform: rotate(45deg);
top: 15px;
right: 0;
left: 0;
}
.closebutton:after {
width: 100%;
background: #ffffff;
height: 2px;
transition: all 0.5s;
transform: rotate(-45deg);
position: absolute;
content: '';
top: 15px;
left: 0;
right: 0;
}
.hambergermenumob .accordion-toggle::after {
content: '';
background: url(https://www.swan.co.in/wp-content/uploads/2026/01/downarrow.svg) no-repeat center center;
transition: all 0.5s;
display: flex;
top: 34px;
position: absolute;
width: 15px;
height: 8px;
right: 10px;
}
.hambergermenumob .accordion-toggle.active::after {
transform: rotate(180deg);
}
.hambergermenumob .submenu {
display: none;
padding-left: 0;
}
.hambergermenumob .submenu li {
position: relative;
}
.hambergermenumob .submenu li a {
font-size: 16px;
line-height: 40px;
display: block;
width: auto;
position: relative;
font-weight: 400;
padding-left: 20px;
}
.hambergermenumob .submenu li a:before {
position: absolute;
content: '';
background: #ffffff;
left: 0;
top: 15px;
width: 7px;
height: 7px;
border-radius: 100px;
}
.hambergermenumob .submenu.open {
display: block;
}
.hambergermenumob .accordion-toggle {
background: none;
border: none;
cursor: pointer;
float: right;
width: 50px;
height: 100%;
position: absolute;
right: 0;
top: 0;
font-size: 20px;
display: flex;
justify-content: flex-end;
align-items: center;
}
ul.submenu.depth-0 .accordion-toggle {
height: 37px;
}
.submenu.depth-1 {
padding-left: 20px;
}
.submenu.depth-1 li a:before {
border-radius: 0px;
width: 11px;
height: 9px;
top: 14px;
background: red;
background-size: 100% !important;
}  .home-banner-slider {
position: relative;
width: 100%;
}
.homebannerslider img {
width: 100%;
height: 100vh !important;
object-fit: cover;
display: block;
}
.banner-thumbnail {
position: absolute;
bottom: 40px;
left: 0;
right: 0;
z-index: 99;
}
.home-banner-slider .banner-thumbnail {
display: none;
}
.our_business_slider .banner-thumbnail {
display: block;
}
.homebannerthumb {
max-width: 100%;
overflow: visible !important;
margin: 0 !important;
}
.homebannerthumb img {
display: block;
width: 100%;
border-radius: 10px !important;
position: relative;
transition: all 0.5s;
}
.homebannerthumb .swiper-slide:after {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
background: #ffffff;
width: 100%;
height: 5px;
opacity: 0.3;
transition: all 0.5s;
}
.homebannerthumb .swiper-slide:before {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
background: #ffffff;
width: 0%;
height: 5px;
opacity: 1;
transition: all 4s;
}
.homebannerthumb:hover .swiper-slide.swiper-slide-thumb-active:after {
opacity: 0.3;
}
.homebannerthumb:hover .swiper-slide:after {
opacity: 0;
}
.homebannerthumb .swiper-slide.swiper-slide-thumb-active:before {
width: 100%;
opacity: 1 !important;
}
.homebannerthumb:hover .swiper-slide:before {
opacity: 0;
}
.homebannerthumb:hover .swiper-slide .homeimgthumb {
opacity: 1;
transform: scale(1);
}
.homebannerthumb .swiper-slide {
cursor: pointer;
}
.homeimgthumb {
overflow: hidden;
border-radius: 15px;
transition: all 0.8s;
opacity: 0;
transform: scale(0.9);
z-index: 2;
position: relative;
bottom: 15px;
}
.homebannerthumb .swiper-slide:hover img {
transform: scale(1.1);
}
.homebannerthumb .swiper-slide h5 {
color: #ffffff;
font-size: 20px;
line-height: 26px;
text-align: center;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: revert-layer;
transition: all 0.5s;
opacity: 0;
}
.homebannerthumb .swiper-slide:hover h5 {
opacity: 1;
top: -50px;
}
.homebannerthumb .swiper-slide:nth-child(3):hover h5 {
top: -80px;
}
.homebannerslider .banner-content {
position: absolute;
left: 0;
right: 0;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
z-index: 9;
top: -90px;
}
.banner-inner {
max-width: 350px;
color: #ffffff;
}
.banner-inner h2 {
font-size: 42px !important;
line-height: 50px;
color: #ffffff;
margin-bottom: 30px;
}
.banner-inner h2 span {
color: #ffffff;
font-weight: 700 !important;
font-family: var(--mainfont);
}
.banner-inner p {
font-size: 18px;
line-height: 30px;
margin-bottom: 20px;
} .term-defence .card-img-wrap:after {
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(31 90 158 / 81%) 70%);
height: 200px;
} .csr-slider {
height: 500px; overflow: hidden; }
.csr-inner {
display: flex;
justify-content: space-between;
align-items: center;
}
.csr-content {
width: 30%;
}
.csr-img {
width: 60%;
}
.csr-img img {
display: block;
width: 100%;
height: 500px !important;
object-fit: cover;
}
.csr-content h2 {
margin-bottom: 10px;
}
.csr-content h3 {
color: #1F5A9E;
font-size: 30px;
line-height: 60px;
margin-bottom: 0;
}
.csr-content p {
margin-bottom: 10px;
}
.csrthumb h5 {
color: #203251;
font-size: 18px;
line-height: 25px;
margin: 0;
padding: 25px 0px 10px;
transition: all 0.5s;
position: relative;
text-align: center;
}
.csrthumb h5:before {
position: absolute;
content: '';
right: 0px;
top: 22px;
width: 1px;
height: 30px;
background: #dddddd;
}
.csrthumb .swiper-slide:first-child h5 {
padding-left: 0;
}
.csrthumb .swiper-slide:last-child h5:before {
display: none;
padding-right: 0;
}
.csr-thumbnail {
position: relative;
display: flex;
justify-content: flex-end;
width: 100%;
}
.csrthumb {
width: 60%;
margin: 0 !important;
}
.csrthumb .swiper-slide {
cursor: pointer;
}
.csrthumb .swiper-slide h5:after {
position: absolute;
content:'';
bottom: 0;
left: 0;
right: 0;
width: 0%;
height: 3px;
background: #1F5A9E;
transition: all 3s;
}
.csrthumb .swiper-slide.swiper-slide-thumb-active h5:after {
width: 100%;
}
.csrthumb .swiper-slide.swiper-slide-thumb-active h5 {
color: #1F5A9E;
}
.introvidbtn {
display: inline-flex;
background: url(https://www.swan.co.in/wp-content/uploads/2025/09/vidimg.jpg) no-repeat;
width: 155px;
height: 70px;
align-items: center;
justify-content: center;
cursor: pointer;
background-size: cover;
}
.introvidbtn:hover {
box-shadow: 5px 5px 15px #0000005e;
}
.video-popup {
display: none;
position: fixed;
z-index: 999999;
left: 0; top: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.7);
justify-content: center;
align-items: center;
} .video-popup-content {
position: relative;
background: #000;
padding: 10px;
border-radius: 10px;
max-width: 70%;
}
.video-popup video {
width: 100%;
height: auto;
border-radius: 10px;
} .close-btn {
position: absolute;
top: -15px;
right: -15px;
background: #fff;
color: #000;
font-size: 24px;
font-weight: bold;
cursor: pointer;
border-radius: 50%;
padding: 2px 8px;
}
.menueffect .btnmask {
position: relative;
padding: 0;
height: 18px; overflow: hidden;
}
.menueffect .btnmask .btntext {
transition: transform 0.4s ease;
}
.menueffect .btnmask .btntitle {
display: block; font-size: 16px;
line-height: 20px;
transition: transform 0.4s ease;
}
.menueffect .btnmask .btn-title1 {
transform-origin: right center;
}
.menueffect .btnmask .btn-title2 {
transform-origin: left center;
transform: rotate(20deg);
}
.menueffect:hover .btntext {
transform: translateY(-20px);
}
.menueffect:hover .btn-title1 {
transform: rotate(20deg);
}
.menueffect:hover .btn-title2 {
transform: rotate(0);
}
.nsebsearrow {
display: inline-block !important;
margin: 0 10px 0 5px !important;
}
.stickyimage {
position: sticky !important;
top: 0 !important;
overflow: hidden;
}
.stickyimage img {
height: 100vh !important;
object-fit: cover;
}
.cloud_and_swan {
position: absolute;
top: 0;
height: 100vh;
width: 100%;
left: 0;
right: 0;
}
.cloud_and_swan img.cloud {
top: 0;
position: absolute;
z-index: 2;
}
.cloud_and_swan img.swan {
position: absolute;
bottom: 0;
top: auto;
z-index: 1;
}
.themebtn.whitebtn:hover {
color: #fff;
}
.brdrright {
position: relative;
margin-right: 15px;
}
.brdrright:after {
position: absolute;
content: '';
right: -22px;
top: -2px;
width: 1px;
height: 15px;
background: #ffffff;
}
.inner-banner {
position: relative;
overflow: hidden;
width: 100%;
}
.inner-banner img {
width: 100%;
display: block;
}
.mobile_banner {
display: none !important;
}
.inner-banner .page-title {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
display: flex;
align-items: center;
}
.page-title-inner {
width: 100%;
display: block;
margin-top: 40px;
}
.page-title h1 {
color: #ffffff;
margin-bottom: 10px;
text-shadow: 3px 4px 5px #00000038;
max-width: 500px;
font-size: 48px;
line-height: 58px;
}
.page-title p {
display: block;
width: 100%;
color: #ffffff;
font-size: 22px;
line-height: 36px;
max-width: 450px;
}
.breadcrumbs-wrap {
padding: 15px 20px;
font-size: 16px;
color: #203251;
overflow: hidden;
}
.breadcrumbs-wrap a {
color: #203251;
}
.breadcrumbs-wrap span:first-child {
display: flex;
align-items: center;
gap: 20px;
}
.overview-section {
padding: 60px 0;
}
.overview-title h2 {
margin-bottom: 15px;
}
.overview-title .overview-subtitle {
font-size: 20px;
line-height: 33px;
color: #203251;
font-family: var(--mainfont);
font-weight: 500;
}
.overview-wrap {
display: flex;
justify-content: space-between;
}
.overview-title {
width: 45%;
}
.overview-description {
width: 50%;
}
.overview-description p {
margin-bottom: 20px;
}
.complnc-certfctn-img-wrap img {
width: 100%;
display: block;
}
.complnc-certfctn-wrap h2 {
margin-bottom: 10px;
text-align: center;
}
.complnc-certfctn-wrap {
padding: 60px 0;
background: #DFE9F4;
}
.complnc-certfctn-card {
overflow: hidden;
position: relative;
border-radius: 30px;
}
.complnc-certfctn-content-inr {
padding: 0 20px;
}
.complnc-certfctn-content {
position: absolute;
height: 100%;
width: 100%;
background-color: #1f5a9eeb;
bottom: -100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
transition: all 0.5s;
}
.complnc-certfctn-card:hover .complnc-certfctn-content {
bottom: 0;
transition: all 0.5s;
}
.complnc-certfctn-content h3 {
color: #FFFFFF;
font-size: 30px;
line-height: 40px;
width: 100%;
display: inline-block;
text-align: center;
margin: 0 0 15px 0;
padding-bottom: 15px;
position: relative;
}
.complnc-certfctn-content h3:after {
position: absolute;
content: '';
height: 4px;
width: 55px;
background-color: #ffffff;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
}
.complnc-certfctn-content h4 {
font-size: 20px;
line-height: 28px;
color: #ffffff;
width: 100%;
max-width: 90%;
text-align: center;
margin: 0 auto;
}
.complnc-certfctn-wrap p {
text-align: center;
font-size: 20px !important;
color: #1F5A9E !important;
margin-bottom: 40px;
}
.certificate-slider {
overflow: hidden;
padding-bottom: 80px;
position: relative;
}
.certificate-slider .certi-btn {
border-radius: 100%;
height: 49px;
width: 49px;
background-color: #ffffff;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
background-repeat: no-repeat;
background-position: center;
top: auto;
}
.certificate-slider .certi-btn.swiper-button-next {
background-image: url(https://www.swan.co.in/wp-content/uploads/2025/12/next-btn.svg);
right: -110px;
}
.certificate-slider .certi-btn.swiper-button-prev {
background-image: url(https://www.swan.co.in/wp-content/uploads/2025/12/prev-btn.svg);
left: -10px;
}
.connect-sec {
background-image: url(https://www.swan.co.in/wp-content/uploads/2025/12/connect-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 115px 0;
}
.connect-sec h2 {
color: #ffffff;
margin: 0 0 5px 0;
}
.connect-sec h4 {
color: #ffffff;
margin-bottom: 10px;
font-size: 22px;
line-height: 36px;
}
.connect-sec a.map {
padding-left: 35px;
font-size: 18px;
position: relative;
color: #ffffff;
margin-bottom: 25px;
display: inline-block;
font-family: var(--mainfont);
}
.connect-sec a.map:after {
position: absolute;
content: '';
height: 23px;
width: 23px;
background-image: url(https://www.swan.co.in/wp-content/uploads/2025/12/map.svg);
left: 0;
top: 0;
}
.cntct-dtl-list {
display: flex;
margin: 0 0 45px 0;
padding: 0;
list-style: none;
}
.cntct-dtl-list li a {
font-size: 18px;
color: #ffffff;
}
.cntct-dtl-list li:first-child {
padding-right: 10px;
position:relative;
}
.cntct-dtl-list li:last-child {
padding-left: 10px;
}
.cntct-dtl-list li:first-child:after{
position:absolute;
content:'';
height:15px;
width:1px;
background-color:#ffffff;
right:0;
top:6px;
}
.sectionbtntitle {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
.sectionbtntitle h2 {
margin-bottom: 0;
}
.news-section {
background: #DFE9F4;
padding: 60px 0;
}
.news-wrap {
display: flex;
gap: 33px;
flex-wrap: wrap;
}
.news-item {
background: #ffffff;
opacity: 1;
padding: 0px;
flex: 0 0 calc((100% - 66px) / 3);
overflow: hidden;
border-radius: 15px !important;
padding-bottom: 20px;
position: relative;
}
.news-item-inner h4 {
font-size: 22px;
line-height: 30px;
margin-bottom: 00px;
padding: 0 20px 40px;
}
.news-item-inner span {
color: #1F5A9E;
padding: 0 20px;
position: absolute;
bottom: 10px;
}
.news-item-inner img {
display: block;
margin-bottom: 20px;
border-radius: 16px !important;
width: 100%;
}
.mediaresources-section {
padding: 60px 0;
}
.mediaresources-wrap {
display: flex;
gap: 33px;
flex-wrap: wrap;
}
.mediaresource {
flex: 0 0 calc((100% - 70px) / 3);
overflow: hidden;
background: #DFE9F4;
border-radius: 20px;
padding: 15px;
}
.mediaresource img {
border-radius: 15px !important;
display: block;
margin-bottom: 25px;
height: auto;
width: 100%;
}
.mediaresource-inner h4 {
font-size: 16px;
line-height: 24px;
margin-bottom: 20px;
color: #203251;
font-weight: 500;
}
.mediaresource .postdate {
color: #1F5A9E;
line-height: 30px;
font-weight: 500;
display: block;
margin-bottom: 10px;
}
.eventsgallery-section {
padding: 60px 0;
}
.eventsgallery-wrap {
display: flex;
gap: 33px;
flex-wrap: wrap;
}
.eventgallery {
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 15px;
opacity: 1;
flex: 0 0 calc((100% - 66px) / 3);
overflow: hidden;
}
.eventgallery-inner {
position: relative;
overflow: hidden;
border-radius: 15px;
}
.eventgallery-title {
position: relative;
bottom: 0;
left: 0;
width: 100%;
padding: 80px 30px 30px;
background: #203251;
background: linear-gradient(0deg, rgba(32, 50, 81, 1) 0%, rgba(32, 50, 81, 1) 53%, rgba(32, 50, 81, 0) 100%);
border-radius: 0 0 20px 20px;
margin-top: -80px;
z-index: 9;
}
.eventgallery-inner h4 {
font-size: 22px;
line-height: 32px;
margin-bottom: 0px;
color: #FFFFFF;
}
.eventgallery-inner span {
color: #FFFFFF;
}
.eventgallery-inner img {
display: block;
width: 100%;
}
footer {
background: #DFE9F4;
padding: 60px 0px 0;
overflow: hidden;
}
.footer-inner {
display: flex;
justify-content: space-between;
}
.ftr-col:first-child{
width: 40%;
}
.ftr-col:nth-child(2) {
width: 26%;
}
.ftr-col{
width: 17%;
}
.ftr-logo {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 40px;
gap: 40px;
}
footer ul {
list-style: none;
margin: 0 0 30px;
padding: 0;
}
footer a {
color: #000000;
display: block;
text-decoration: none;
}
.copyright-wrap {
border-top: 1px solid #ffffff;
margin-top: 30px;
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.copyright-text {
display: flex;
width: 40%;
gap: 55px;
}
.ftrpowerdby {
width: 20%;
display: flex;
justify-content: flex-end;
}
li.ftrcalltxt a {
width: auto !important;
display: inline-block;
}
li.ftrcalltxt {
display: block;
width: 100%;
}
li.ftrcalltxt a:nth-child(2), li.ftrcalltxt a:nth-child(5) {
padding-left: 0;
}
ul.social-icons {
display: flex;
gap: 12px;
}
footer h4 {
font-size: 24px;
padding-top: 0;
padding-bottom: 5px;
margin: 0;
line-height: 58px;
color: #1F5A9E;
}
footer a{
font-size: 16px;
line-height: 36px;
color: #1F3351;
}
ul.ftrpolicymenu {
display: flex;
margin-bottom: 0;
justify-content: space-between;
width: 100%;
max-width: 280px;
}
.ftrpolicymenu a {
font-size: 14px;
line-height: 20px;
}
ul.nse-bse-list {
margin: 10px 0 30px 40px;
display: flex;
}
ul.nse-bse-list li a:hover {
color: var(--secoundery);
}
ul.nse-bse-list li:first-child {
padding-right: 15px;
position: relative;
}
ul.nse-bse-list li:last-child {
padding-left: 15px;
}
ul.nse-bse-list li:first-child:after{
position:absolute;
content:'';
height:16px;
width:1px;
background-color:#1F3351;
right:0;
top: 9px;
}
ul.nse-bse-list li a {
font-size: 16px;
line-height: 36px;
color: #1F3351;
}
ul.social-list {
display: flex;
width: 100%;
max-width: 200px;
justify-content: space-between;
margin: 0 0 0 40px;
}
.copyright-content {
width: 40%;
}
.copyright-content p {
font-size: 14px;
line-height: 36px;
color:#1F3351;
}
.our-offering-card-wrap {
display: flex;
gap: 42px;
padding: 0;
margin: 0;
}
.our-offering-sec{
padding: 40px 0;
}
.our-offering-sec h2 {
text-align: center;
margin-bottom: 50px;
}
.our-offering-img {
height: 100%;
}
.our-offering-img img {
width: 100%;
height: 100%;
object-fit: cover; 
object-position: right;
} .our-offering-card {
width: 30%;
height: 664px;
transition: width 0.5s ease;
overflow: hidden;
position: relative;
border-radius: 20px;
} .our-offering-card.active {
width: 70%;
transition: width 0.5s ease;
}
.our-offering-content {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background-color: #1f5a9ecf;
border-radius: 20px 0 0 20px; display: flex;
align-items: center; transform: translateX(-100%);
opacity: 0;
transition: 
transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
opacity 0.4s ease;
}
.our-offering-content-wrap {
width: 100%;
max-width: 90%;
margin:  0 auto;
} .our-offering-card.active .our-offering-content {
transform: translateX(0);
opacity: 1;
transition-delay: 0.25s; }
.our-offering-content h3 {
color: #ffffff;
font-size: 36px;
line-height: 65px;
margin: 0;
}
.our-offering-content p {
font-size: 16px;
line-height: 30px;
color: #ffffff;
}
.our-offering-sec h2 {
text-align: center;
margin-bottom: 50px;
}
.our-offering-card:after {
position: absolute;
content: '';
background: ;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(32, 51, 81, 0.92) 55%);
height: 40%;
width
left: 0;
bottom: 0;
width: 100%;
}
.our-offering-card.active:after {
display: none;
}
.our-offering-card-head {
position: absolute;
bottom: 50px;
left: 0;
width: 100%;
z-index: 1;
padding: 0 43px;
}
.our-offering-card-head h3 {
font-size: 30px;
line-height: 40px;
color: #ffffff;
margin: 0;
}
.our-offering-card.active .our-offering-card-head {
display: none;
}
.offering-btn {
display: inline-block;
height: 54px;
width: 54px;
background-color: #ffffff;
border-radius: 100%;
position: absolute;
top: 28px;
right: 28px;
background-image: url(https://www.swan.co.in/wp-content/uploads/2025/09/arrow_top.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 30px;
opacity: 0;
}
.our-offering-card.active .offering-btn{
opacity: 1;
}
.key-expertise {
display: flex;
justify-content: space-between;
gap: 40px;
}
.key-expertise-section {
padding: 60px 0;
text-align: center;
}
.keyexp-box {
width: 100%;
}
.keyexp-box h4 {
font-size: 18px;
line-height: 26px;
color: #1F5A9E;
margin-bottom: 10px;
}
.keyexp-box p {
color: #203251;
line-height: 26px;
}
.past-project-wrap{
padding: 40px 0;
}
.projects-wrap .swiper-wrapper {
display: flex;
} .projects-wrap .swiper-slide { width: 23%;
transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
height: auto;
} .projects-wrap .swiper-slide.is-active { width: 48%;
} .projects-wrap .card {
height: 565px;
border-radius: 20px;
overflow: hidden;
}
.projects-wrap .card img{
object-position: center;
}
.projects-wrap .head-wrap h3 {
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #203251;
padding: 25px 30px;
}
.projects-wrap .head-wrap {
bottom: 0;
left: 0;
width: 100%;
background-color: #DFE9F4; }
.projects-wrap .card:hover .card-content,
.projects-wrap .swiper-slide.is-active .card-content {
opacity: 1;
visibility: visible;
transition-delay: 0.5s;
left: 0;
bottom: 0px;
top: auto;
}
.projects-wrap .card-content {
left: 0 !important;
bottom: 0;
top: 0 !important;
background-color: #203351c4;
height:auto;
display: flex;
align-items: center;
justify-content: center;
padding: 30px;
}
.projects-wrap .card-head-para-wrap h3 {
font-size: 20px;
margin-bottom: 10px;
line-height: 30px;
}
.projects-wrap .card-head-para-wrap p {
font-size: 16px;
line-height: 28px;
}
.projects-wrap .swiper-slide.is-active .head-wrap {
display: none;
}
.projects-wrap .card-head-para-wrap {
margin: 0;
width: 100%;
}
.our-solutions-prev,
.our-solutions-next {
width: 49px;
height: 49px;
border-radius: 50%;
background: #DFE9F4;
border: 1px solid #DFE9F4;
transition: background 0.3s ease;
background-repeat:no-repeat;
background-position:center;
}
.our-solutions-prev:hover, .our-solutions-next:hover, .career-gallery-prev:hover, .career-gallery-next:hover {
background-color: #ffffff;
border: 1px solid #DFE9F4;
}
.our-solutions-next{
background-image:url(https://www.swan.co.in/wp-content/uploads/2025/12/next-btn.svg);
}
.our-solutions-prev {
background-image:url(https://www.swan.co.in/wp-content/uploads/2025/12/prev-btn.svg);
}
.our-solutions-nav {
width: 100%;
max-width: 150px;
display: flex;
justify-content: space-between;
margin: 0 auto;
margin-top: 30px;
cursor: pointer;
}
.past-project-wrap h2 {
text-align: center;
margin-bottom: 5px;
}
.projects-wrap {
overflow: hidden;
}
.past-project-wrap p {
text-align: center;
margin-bottom: 35px;
}
.projects-wrap .card-head-para-wrap p {
text-align: left;
max-width: 100%;
}
.infastructure-section {
padding: 0px 35px 60px;
overflow: hidden !important;
}
.infastructure-section h2 {
text-align: center;
}
.projects-wrap-inner {
gap: 27px;
}
.projects-wrap-inner .swiper-slide {
width: 33.3%;
-webkit-flex-shrink: unset;
-ms-flex-negative: unset;
flex-shrink: unset;
}
.term-textile.term-10 .complnc-certfctn-wrap {
background: #dfe9f4a6;
}
.past-project-slider .projects-wrap {
overflow: visible !important;
}
.past-projects-section h2 {
margin-bottom: 10px;
}
.past-projects-section p {
margin-bottom: 30px;
text-align: center;
}
.upcmng-prjcts-list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style-type: none;
gap: 3%;
}
.upcmng-prjcts-list li {
width: 48.5%;
}
.upcmng-prjcts-img-wrap {
margin-bottom: 25px;
border-radius: 20px;
overflow: hidden;
}
.upcmng-prjcts-img-wrap img {
display: block;
transition: all 0.8s;
}
.upcmng-prjcts-card:hover .upcmng-prjcts-img-wrap img {
transform: scale(1.2);
transition: all 0.8s;
}
.upcmng-prjcts-content h4 {
font-size: 20px;
line-height: 30px;
margin: 0 0 5px 0;
}
.upcmng-prjcts-content {
padding-right: 30px;
}
.upcmng-prjcts-ovrw h2 {
text-align: center;
margin: 0 0 11px 0;
}
.upcmng-prjcts-ovrw p {
text-align: center;
}
.upcmng-prjcts-ovrw {
margin-bottom: 45px;
}
.upcmng-prjcts-sec {
padding: 60px 0;
background-color: #dfe9f4;
}
.term-energy.term-7 .our-solutions-slider .swiper-slide, .term-defence.term-9 .our-solutions-slider .swiper-slide {
width: 39%;
}
.term-energy.term-7 .our-solutions-slider .swiper-slide.is-active, .term-defence.term-9 .our-solutions-slider .swiper-slide.is-active {
width: 60%;
}
.term-energy.term-7 .card-head-para-wrap p, .term-energy.term-7 .our-solutions-slider .head-wrap h3,
.term-defence.term-9 .card-head-para-wrap p, .term-defence.term-9 .our-solutions-slider .head-wrap h3 {
max-width: 100%;
}
.hidenav {
display: none !important;
}
.our-solutions-wrap {
width: 100%;
position: relative;
overflow: hidden;
padding: 0px 0 60px;
}
.our-solutions-slider .swiper-wrapper {
display: flex;
} .our-solutions-slider .swiper-slide {
width: 20%;
transition: width 0.4s ease;
height: auto;
cursor: grab;
margin-right:6px;
} .our-solutions-slider .swiper-slide.is-active {
width: 40%;
} .our-solutions-slider .card {
height: 664px;
border-radius: 10px;
overflow: hidden;
}
.our-solutions-slider .card img{
object-position: top;
}
.card-img-wrap:after {
position: absolute;
content: '';
height: 300px;
width: 100%;
left: 0;
bottom: 00;
background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(31 90 158) 70%);
}
.swiper-slide.is-active .card-img-wrap:after {
height: 400px;
}
.our-solutions-slider .head-wrap h3 {
font-size: 20px;
line-height: 28px;
max-width: 240px;
font-weight: 500;
}
.our-solutions-slider .head-wrap{
bottom: 40px;
left: 30px;
width: auto;
}
.our-solutions-slider .card:hover .card-content,
.our-solutions-slider .swiper-slide.is-active .card-content {
opacity: 1;
visibility: visible;
transition-delay: 0.5s;
left: 30px;
bottom: 40px;
top: auto;
}
.our-solutions-slider .card-head-para-wrap h3 {
font-size: 26px;
margin-bottom: 15px;
line-height: 30px;
}
.our-solutions-slider .card-head-para-wrap p {
font-size: 18px;
line-height: 28px;
}
.our-solutions-slider .swiper-slide.is-active .head-wrap {
display: none;
}
.our-solutions-slider .card-head-para-wrap{
margin: 0;
}
.our-solutions-prev,
.our-solutions-next {
width: 49px;
height: 49px;
border-radius: 50%;
background: #DFE9F4;
transition: background 0.3s ease;
background-repeat:no-repeat;
background-position:center;
}
.our-solutions-next{
background-image:url(https://www.swan.co.in/wp-content/uploads/2025/12/next-btn.svg);
}
.our-solutions-prev {
background-image:url(https://www.swan.co.in/wp-content/uploads/2025/12/prev-btn.svg);
}
.our-solutions-nav {
width: 100%;
max-width: 130px;
display: flex;
justify-content: space-between;
margin: 0 auto;
margin-top: 30px;
cursor: pointer;
}
.solution-btn {
height: 37px;
width: 37px;
display: inline-block;
background-color: #ffffff;
position: absolute;
top: 30px;
right: 30px;
border-radius: 100%;
background-image: url(https://www.swan.co.in/wp-content/uploads/2025/09/arrow_top.svg);
background-repeat: no-repeat;
background-position: center;
opacity: 0;
transition: all 0.5s;
}
.leader-img-wrap a, .invstr-cat-name a:after {
transition: all 0.5s;
}
.solution-btn:hover, .arrow:hover, .leader-img-wrap a:hover {
transform: rotate(45deg);
}
.invstr-cat-name a:hover:after {
transform: rotate(0deg);
}
.our-solutions-slider .swiper-slide.is-active  .solution-btn {
opacity: 1;
transition: all 0.5s;
}
.our-solutions-wrap h2 {
text-align: center;
}
.noslidecontainer .swiper-slide {
width: 25%;
}
.noslidecontainer .swiper-slide.is-active {
width: 50%;
}
.our-expertisesec li {
width: 31.3% !important;
}
.our-expertisesec {
margin-bottom: 60px;
}
.our-expertisesec .upcmng-prjcts-img-wrap img {
width: 100%;
}
.our-expertisesec h4 {
color: #1F5A9E !important;
}
.single-cb_business.postid-1446 .our-expertisesec li {
width: 22.7% !important;
text-align: center;
}
.single-cb_business.postid-1446 .our-expertisesec li img {
width: auto;
margin: 0 auto;
}
.single-cb_business.postid-1446 .our-expertisesec li .upcmng-prjcts-content {
padding-right: 0;
}
.single-cb_business.postid-1446 .our-expertisesec h4 {
font-size: 16px;
line-height: 26px;
color: #203251 !important;
}
.our-partner-sec h2 {
text-align: center;
}
.our-partner-list {
display: flex;
justify-content: space-between;
}
.our-partner-list .our-partner-card {
width: 31%;
background-color: #DFE9F4;
border-radius: 15px;
}
.our-partner-head {
display: flex;
align-items: center;
padding: 22px 35px;
border-bottom: 1px solid #ffffff;
}
.our-partner-head h3 {
margin: 00 0 0 15px;
font-size: 22px;
line-height: 30px;
font-family: var(--mainfont);
font-weight: 500;
}
.our-partner-pinters ul {
margin: 0;
list-style-type: none;
padding: 0;
}
.our-partner-pinters {
padding: 22px 35px;
}
.our-partner-pinters ul li {
font-size: 16px;
color: #000000;
line-height: 26px;
font-family: var(--mainfont);
font-weight: 500;
padding-left: 25px;
position: relative;
margin-bottom: 20px;
}
.our-partner-pinters ul li:before {
position: absolute;
content: '';
height: 9px;
width: 9px;
background-color: #1F5A9E;
border-radius: 100%;
left: 0;
top: 7px;
}
.our-partner-sec {
padding: 60px 0 100px;
}
.expnogsap .progress-bar {
display: none;
}
.expnogsap .keystats-slider {
padding-right: 0 !important;
justify-content: center;
width: 100%;
}
.single-cb_business.postid-1434 .keystats-content-wrap h3 {
font-size: 20px;
}
.postsdetail-page-inner {
display: flex;
justify-content: space-between;
}
.post-thumbnail {
width: 45%;
}
.post-content {
width: 50%;
}
.blogdetailpage .post-content {
width: 100% !important;
}
.blogimgright {
max-width: 550px;
float: right;
margin-left: 50px;
margin-bottom: 30px;
}
.blogimgright img {
width: 100% !important;
height: auto !important;
border-radius: 20px;
display: block;
}
.postsdetail-page {
padding: 30px 0 60px;
}
.post-content h1 {
font-size: 36px;
line-height: 46px;
}
.post-content .postdate {
font-size: 20px;
line-height: 30px;
color: #1F5A9E;
font-family: var(--mainfont);
margin-bottom: 20px;
display: block;
}
.post-content p {
margin-bottom: 20px;
}
.post-thumbnail img {
width: 100%;
height: auto;
border-radius: 20px;
display: block;
position: sticky;
top: 20px;
}
.scroll-up .brand-logo, .scroll-down .brand-logo, .single-cb_pressreleases .brand-logo, .single-cb_news .brand-logo, 
.single-post .brand-logo, .single-cb_eventsgallery .brand-logo {
background: url(https://www.swan.co.in/wp-content/uploads/2025/09/swancorp-logo.svg) no-repeat;
background-size: 100%;
}
.single-cb_pressreleases header, .single-post header, .single-cb_eventsgallery header, .single-cb_news header {
position: relative;
background: #FFFFFF;
box-shadow: 0px 3px 6px #00000014;
}
.single-cb_pressreleases .top-bar ul li a, .single-post .top-bar ul li a, .single-cb_eventsgallery .top-bar ul li a, .single-cb_news .top-bar ul li a {
color: #203251;
}
.single-cb_pressreleases nav.main-nav a, .single-post nav.main-nav a, .single-cb_eventsgallery nav.main-nav a, .single-cb_news nav.main-nav a {
color: #203251;
}
.single-cb_pressreleases .menueffect .btnmask .btn-title2, .single-post .menueffect .btnmask .btn-title2,
.single-cb_eventsgallery .menueffect .btnmask .btn-title2, .single-cb_news .menueffect .btnmask .btn-title2 {
color: #203251;
}
.single-cb_pressreleases .inner-header, .single-post .inner-header, .single-cb_eventsgallery .inner-header, .single-cb_news .inner-header {
border-bottom: 0;
}
.single-cb_pressreleases .brand-logo, .single-post .brand-logo, .single-cb_eventsgallery .brand-logo, .single-cb_news .brand-logo  {
top: -20px;
}
.single-cb_pressreleases .brand-logo img, .single-post .brand-logo img, .single-cb_eventsgallery .brand-logo img, .single-cb_news .brand-logo img {
position: relative;
top: 0;
opacity: 0;
}
.single-cb_pressreleases path, .single-post path, .single-cb_eventsgallery path, .single-cb_news path {
stroke: #000000;
} .investor-header {
background: #DFE9F4; position: relative;
position: sticky;
height: 60px;
top: 0;
margin-bottom: 40px;
z-index: 9;
}
.investor-main-nav ul {
display: flex;
align-items: center;
gap: 25px;
list-style: none;
margin: 0;
padding: 0;
}
.investor-main-nav a {
font-size: 20px;
font-weight: 500;
text-decoration: none;
color: var(--inactive);
padding: 6px 0;
position: relative;
} .investor-main-nav li.active > a {
color: var(--primary);
}
.investor-main-nav li.active > a:before {
content: "";
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 3px;
background: #1F5A9E;
}
.investor-main-nav .dropdown a {
font-weight: 500;
} .has-dropdown {
position: relative;
}
.dropdown {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
min-width: 220px;
background: var(--white);
border-radius: 6px;
padding: 10px 0;
box-shadow: 0 14px 32px rgba(0,0,0,0.08);
opacity: 0;
visibility: hidden;
transition: 0.25s ease;
z-index: 10;
}
.dropdown li {
list-style: none;
}
.dropdown a {
display: block;
padding: 10px 18px;
font-size: 15px;
color: var(--inactive);
}
.dropdown a:hover {
background: #f1f6fd;
color: var(--primary);
} .has-dropdown:hover .dropdown {
opacity: 1;
visibility: visible;
} .container {
max-width: 1200px;
margin: 40px auto;
padding: 0 20px;
}
.page-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.page-header h2 {
font-size: 30px;
line-height: 65px;
margin-bottom: 25px;
}
.year-filter {
padding: 10px 100px 10px 20px;
font-size: 14px;
border-radius: 4px;
border: 1px solid #DFE9F4;
appearance: none;
background-image: url(https://www.swan.co.in/wp-content/uploads/2025/12/Group-89.svg);
background-repeat: no-repeat;
background-position: center right 20px;
} .table-wrapper {
margin-bottom: 70px;
} .pdf {
display: inline-block;
padding: 6px 12px;
border-radius: 4px;
background: #fdecec;
color: var(--pdf);
font-size: 13px;
font-weight: 600;
text-decoration: none;
}
.pdf:hover {
background: var(--pdf);
color: var(--white);
} @media (max-width: 768px) {
.investor-main-nav ul {
flex-wrap: wrap;
gap: 20px;
}
.page-header {
flex-direction: column;
align-items: flex-start;
gap: 12px;
}
} .pdf-icon {
display: inline-block;
padding: 4px;
border-radius: 4px;
text-decoration: none;
}
.pdf-icon img {
display: inline-block;
width: 24px;
height: 35px;
} .inst-main-nav a {
display: flex;
align-items: center;
gap: 8px;
}
.menu-icon {
width: 14px;
height: 14px;
transition: transform 0.25s ease;
}
.child-menu{
display: block !important;
}
ul.child-menu li:hover > ul.dropdown-gchild {
display: block;
} .has-dropdown {
position: relative;
list-style: none;
}
.has-dropdown > a {
display: flex;
align-items: center;
justify-content: space-between;
text-decoration: none;
padding: 16px 15px;
color: #333;
} ul.child-menu {
display: none; position: absolute;
top: 100%;
left: 0;
background: #fff;
max-width: 250px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
z-index: 100;
padding: 0;
margin: 0;
list-style: none;
}
.has-dropdown:hover > ul.child-menu {
display: block;
} ul.child-menu li {
position: relative;
}
ul.child-menu li a {
display: block;
padding: 3px 10px;
color: #333;
text-decoration: none;
}
ul.child-menu li a:hover {
background: #f0f0f0;
} ul.dropdown-gchild {
display: none;
position: absolute;
top: 0;
left: 100%; background: #fff;
max-width: 200px;
width: 100%;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
padding: 0;
margin: 0;
list-style: none;
} ul.dropdown-gchild li a {
padding: 10px 15px;
display: block;
color: #333;
text-decoration: none;
}
ul.dropdown-gchild li a:hover {
background: #f0f0f0;
} .div-table {
overflow: hidden;
} .div-table-head,
.div-table-row {
display: flex;
align-items: center;
} .div-table-head {
background: #1f5a9e;
}
.div-table-head div {
padding: 16px;
font-size: 22px;
color: #ffffff;
font-family: var(--mainfont);
} .div-table-row.inv-list-files {
background-color: #DFE9F4;
border-bottom: 1px solid #ffffff;
}
.div-table-row div {
padding: 12px 16px;
line-height: 24px;
font-size: 18px;
font-family: var(--mainfont);
color: #203251;
} .pdf-col {
text-align: center;
width: 100px;
}
.quarter-title {
width: 100%;
font-weight: 500;
}
body.page.page-id-21 nav.main-nav .current-menu-item > a, body.page.page-id-21 .current-menu-parent > a, body.page.page-id-21 .current_page_ancestor > a {
color:#203251 !important;
}  .invt-report-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 5px 46px;
}
.invt-report-grid .report-info {
display: flex;
align-items: center;
gap: 22px;    
}
.invt-report-grid .report-card {
padding: 12px 20px 12px 36px;
display: flex;
align-items: center;
justify-content: space-between;
background: #dfe9f48f;
cursor: pointer;
}
.invt-report-grid .report-card:hover {
background: #dfe9f4;
}
.invt-report-grid .report-info img {
width: 34px;
height: 42px;
}
.invt-report-grid .report-title {
font-size: 18px;
font-weight: 500;
color: #203251;
font-family: var(--mainfont);
}
.invt-report-grid .report-action {
width: 35px;
height: 35px;
border-radius: 50%;
border: 1px solid #b8c8e6;
display: flex;
align-items: center;
justify-content: center;
background: var(--white);
flex-shrink: 0;
}
.invt-report-grid .report-action span {
font-size: 18px;
color: var(--primary);
line-height: 1;
}
.hideondesk {
display: none !important;
}
.team-category-title {
text-align: center;
font-size: 30px;
line-height: 40px;
color: #1F5A9E;
margin: 20px 0 30px;
}
.homebussecimg {
position: relative;
}
.homebussecimg figcaption {
font-family: var(--mainfont);
padding: 0 0 0 20px;
font-size: 17px !important;
}
.homebussecimg:after {
position: absolute;
content: '';
right: 15px;
top: 15px;
background: url(https://www.swan.co.in/wp-content/uploads/2026/01/imgarrow.svg) no-repeat;
width: 27px;
height: 27px;
}
.mobhomvidtxt h1 {
color: #ffffff;
}
.mobbanhashtxt {
display: block;
color: #1F5A9E;
font-size: 30px;
line-height: 40px;
font-family: var(--mainfont);
}
.mobhomvidtxt {
height: 100%;
display: flex;
align-items: center !important;
margin: 0 auto;
right: 0;
}
.home-banner-text {
max-width: 370px;
}
.vision-mission-sec .card-head-para-wrap p {
max-width: 350px;
}
.vision-mission-sec .card-content {
left: 50px;
}
.tax-investors_term .breadcrumbs-wrap, .page-id-21 .breadcrumbs-wrap {
display: none !important;
}
.postid-3104 .keystats-cards-sec {
display: none;
}
.page-id-21 main {
overflow: hidden;
}
.expbtnmob {
display: none;
}
.privacycontent h3 {
font-size: 30px;
margin: 30px 0 15px;
line-height: 38px;
}
.cntct-dtls li:nth-child(2) a, .cntct-dtls li:nth-child(3) a {
line-height: 11px;
margin-bottom: 15px;
} #backToTop {
position: fixed;
right: 20px;
bottom: 15px;
width: 45px;
height: 45px;
background: #1f5a9e;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 20px;
border-radius: 50%;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
#backToTop.show{
opacity: 1;
visibility: visible;
} @media (min-width: 1024px) {
.mobile-menu-title {
display: none;
}
.mobile-menu-wrapper {
display: block !important;
}
} @media (max-width: 1023px) {
li:has(> .dropdown-gchild):hover::after {
transform: rotate(0deg) !important;
}
li:has(> .dropdown-gchild) {
padding-right: 0px !important;
}
.investor-main-nav ul li > a:after {
right: 20px !important;
top: 44% !important;
}
.mobile-investor-menu {
position: relative;
} .mobile-menu-title {
background: #DFE9F4;
padding: 14px 16px;
font-weight: 600;
cursor: pointer;
position: relative;
border: 1px solid #ddd;
color: #1F5A9E;
font-size: 20px;
}
.mobile-menu-title .arrow {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
transition: 0.3s;
background-image: url(https://www.swan.co.in/wp-content/uploads/2026/01/blue-dwn-arw.svg);
width: 25px;
height: 15px;
background-color: transparent;
background-size: 25px;
}
.mobile-menu-title.active .arrow {
transform: translateY(-50%) rotate(180deg);
} .mobile-menu-wrapper {
display: none;
border: 1px solid #ddd;
border-top: none;
background: #fff;
position: absolute;
width: 100%;
}
.mobile-menu-wrapper ul {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-menu-wrapper li {
border-bottom: 1px solid #eee;
position: relative;
}
.mobile-menu-wrapper li a {
display: block;
padding: 12px 16px;
text-decoration: none;
color: #000;
} .mobile-menu-wrapper .dropdown {
display: none;
padding-left: 15px;
}
} @media (max-width: 1023px) { .mobile-menu-wrapper ul {
display: block !important;
width: 100%;
} .mobile-menu-wrapper > ul {
display: block !important;
flex-direction: column !important;
} .mobile-menu-wrapper li {
display: block !important;
width: 100%;
} .mobile-menu-wrapper li a {
display: block;
width: 100%;
padding: 14px 16px;
box-sizing: border-box;
} .mobile-menu-wrapper li,
.mobile-menu-wrapper li a {
float: none !important;
} .mobile-menu-wrapper .dropdown {
position: relative !important;
width: 100% !important;
opacity: 1 !important;
display: none !important;
}
.has-dropdown.active .dropdown-gchild {
left: 0px !important;
}
.has-dropdown.active > ul.child-menu {
display: block !important;
max-width: 100%;
box-shadow: none;
visibility: visible;
}
ul.dropdown-gchild {
position: relative !important;
max-width: 100% !important;
box-shadow: none !important;
padding-left: 10px !important;
}
ul.dropdown-gchild.mobdnone {
display: none !important;
}
}
@media (max-width: 1023px) {
.menu ul {
display: block !important;
}
}
.single-cb_eventsgallery .hdrsearchbtn path, .single-cb_pressreleases .hdrsearchbtn path, .single-cb_news .hdrsearchbtn path, .tax-investors_term .hdrsearchbtn path, 
.single-post .hdrsearchbtn path, .page-id-21 .hdrsearchbtn path {
stroke: #1f5a9e !important;
}
.leader-popup-overview p {
line-height: 25px;
}
.search .breadcrumbs-wrap {
display: none;
}
.sitemap-menu {
margin: 0;
list-style: none;
padding: 0;
}
.sitemap-menu a {
display: block;
color: #203351;
line-height: 35px;
}
input, select, texarea {
font-family: var(--mainfont);
}
td {
border: 1px solid #ddd;
padding: 10px;
}
.eventsgallery-slider .swiper-button-disabled {
opacity: 0.4 !important;
}
.no-scroll{
overflow: hidden;
height: 100vh;
}
@media(max-width:1440px) {
.news-section.newslppage img {
height: 250px;
object-fit: cover;
object-position: top;
}
}
@media(max-width:1280px) {
.content_links {
margin-top: 15px !important;
}
.content_links {
gap: 10px !important;
}
.slider_content h3 {
font-size: 40px !important;
line-height: 50px !important;
margin-bottom: 0 !important;
} .complnc-certfctn-content h4 {
font-size: 18px;
line-height: 26px;
}
.complnc-certfctn-content h3 {
font-size: 25px;
line-height: 35px;
} .keystats-slider {
gap: 20px !important;
}
.homebusinessthumb .homeimgthumb img {
height: 100px !important;
}
}
@media(max-width:1024px) {
.active .dropdown a:after {
transform: rotate(0deg) !important;
}
li:has(> .dropdown-gchild)::after {
transform: rotate(-90deg) !important;
}
li:has(> .dropdown-gchild)::after {
z-index: -1;
}
ul.child-menu li a:hover {
background: transparent;
}
.news-section.newslppage img {
height: auto;
}
.themebtn::before {
transition: width .1s ease, height .1s ease !important;
}
.blog-flt {
padding: 0 20px;
}
.latest-updates-card.horizontal-card img {
width: 30% !important;
}
.mediapostbtn {
margin-bottom: 30px !important;
}
.our-solutions-slider .swiper-slide {
margin-right: 0;
}
.blogimgright {
max-width: 100%;
margin: 0 0 30px;
float: none;
}
section.searchpopup {
padding: 0 20px;
box-sizing: border-box;
}
.invt-board-dir {
padding: 20px 20px !important;
margin-bottom: 20px;
}
.disclosure-vdo-sec {
padding: 0 20px !important;
}
.disclosure-vdo-sec > h3, .invt-board-dir > h3 {
line-height: 40px !important;
margin-bottom: 25px !important;
}
.disclosure-vdo-card {
width: 48% !important;
}
.disclosure-vdo-list {
gap: 20px !important;
margin-bottom: 30px !important;
}
.sebi-img-wrap {
padding: 0 20px;
}
.sebi-img-wrap img {
width: 100%;
display: block;
}
.page-header { 
gap: 0 !important;
}
.tax-investors_term .page-header h2 {
margin-bottom: 0 !important;
display: block;
width: 100%;
padding-bottom: 15px;
}
.year-filter {
padding: 10px 50px 10px 20px;
}
.y1ear-filter {
display: flex;
gap: 10px;
margin-top: 10px;
}
.investor-header {
margin-bottom: 20px;
}
.table-wrapper {
margin-bottom: 30px;
}
.invt-report-grid .report-action {
width: 25px;
height: 25px;
}
.invt-report-grid .report-action img {
width: 100%;
}
.invt-report-grid .report-info img {
width: 20px;
height: 22px;
}
.invt-report-grid .report-info {
gap: 10px;
}
.invt-report-grid .report-title {
font-size: 15px;
line-height: 22px;
}
.invt-report-grid .report-card {
padding: 12px;
}
.invt-report-grid {
gap: 20px;
}
.page-header {
padding: 0 20px 0px;
}
.table-wrapper {
padding: 0 20px;
margin-top: 20px;
}
.postid-1434 .our-solutions-wrap.noslidecontainer .swiper-slide {
width: 48% !important;
}
.card-img-wrap:after {
height: 350px;
background: linear-gradient(180deg, #20325100 0%, #203251fa 40%);
}
.our-solutions-wrap.noslidecontainer .swiper-slide{
width: 100% !important;
}
.postid-3104 .our-solutions-slider .card, .postid-3104 .our-solutions-slider .card.active, .postid-3104 .our-solutions-slider .card:hover,
.postid-1439 .our-solutions-slider .card, .postid-1439 .our-solutions-slider .card.active, .postid-1439 .our-solutions-slider .card:hover {
height: auto !important;
}
.postid-3104 .our-solutions-slider .card .card-content, .postid-1439 .our-solutions-slider .card .card-content {
bottom: 0px !important;
left: 0 !important;
width: 100% !important;
padding: 20px;
box-sizing: border-box;
}
.postid-3104 .our-solutions-slider .swiper-wrapper, .postid-1439 .our-solutions-slider .swiper-wrapper {
gap: 20px;
}
.upcmng-prjcts-ovrw {
margin-bottom: 25px;
}
.upcmng-prjcts-sec {
padding: 30px 20px;
}
.resources-data-wrap {
padding-top: 20px !important;
}
.single-post .post-thumbnail {
width: 100%;
margin-bottom: 20px;
}
.single-post .post-content {
width: 100%;
}
.events-banner {
padding: 20px 20px 0 !important;
}
.events-page {
padding: 20px !important;
}
.single-cb_eventsgallery .eventsgallery-section {
padding-bottom: 100px !important;
}
.single-cb_eventsgallery .hambergermenu:before, .single-cb_eventsgallery .hambergermenu:after, .single-cb_eventsgallery .hambergermenu span,
.single-cb_pressreleases .hambergermenu:before, .single-cb_pressreleases .hambergermenu:after, .single-cb_pressreleases .hambergermenu span,
.single-cb_news .hambergermenu:before, .single-cb_news .hambergermenu:after, .single-cb_news .hambergermenu span,
.single-post .hambergermenu:before, .single-post .hambergermenu:after, .single-post .hambergermenu span,
.tax-investors_term .hambergermenu:before, .tax-investors_term .hambergermenu:after, .tax-investors_term .hambergermenu span,
.page-id-21 .hambergermenu:before, .page-id-21 .hambergermenu:after, .page-id-21 .hambergermenu span {
background: #1f5a9e;
}
.single-cb_pressreleases .brand-logo, .single-cb_news .brand-logo, .single-post .brand-logo, .single-cb_eventsgallery .brand-logo, .tax-investors_term .brand-logo, .page-id-21 .brand-logo {
top: 0 !important;
}
.single-cb_pressreleases .breadcrumbs-wrap span:first-child, .single-cb_news .breadcrumbs-wrap span:first-child, .single-post .breadcrumbs-wrap span:first-child,
.single-cb_business .breadcrumbs-wrap span:first-child, .page-id-21 .breadcrumbs-wrap span:first-child, .tax-business_category .breadcrumbs-wrap span:first-child {
display: inline;
}
.single-cb_pressreleases .seperator, .single-cb_news .seperator, .single-post .seperator, .single-cb_business .seperator, .page-id-21 .seperator, 
.tax-business_category .seperator {
margin: 0 10px;
}
.postsdetail-page {
padding: 30px 20px 10px;
}
.postsdetail-page-inner {
flex-wrap: wrap;
}
.post-content h1 {
font-size: 30px !important;
line-height: 37px !important;
}
.post-col {
flex: 0 0 calc((100% - 20px) / 2) !important;
}
.threecolgrid {
gap: 20px !important;
}
.eventgallery-title {
padding: 60px 20px 20px;
margin-top: -60px;
}
.press-releases-box .pr-content-wrap {
padding: 20px !important;
}
.press-releases-wrap {
flex-wrap: wrap;
}
.press-releases-col {
display: flex;
gap: 20px;
}
.press-releases-box {
width: 100%;
}
.press-releases-box img {
height: auto !important;
}
.news-item-inner img, .eventgallery img, .mediaresource img {
width: 100%;
}
.news-item, .eventgallery, .mediaresource {
flex: auto;
width: 48%;
}
.news-wrap, .eventsgallery-wrap, .mediaresources-wrap {
gap: 20px;
}
.press-releases-section, .news-section, .eventsgallery-section, .mediaresources-section {
padding: 30px 20px !important;
}
.inner-banner img {
height: 100vh;
object-fit: cover;
object-position: center;
}
.mail:before, .call:before {
top: 5px !important;
background-size: 15px;
}
.cntct-dtls a {
font-size: 14px !important;
line-height: 21px !important;
margin-bottom: 0 !important;
}
.normal-card h3 {
left: 20px !important;
}
.hovr-card h3 {
font-size: 20px !important;
line-height: 28px !important;
}
.hovr-card {
padding: 20px !important;
}
.year-swiper-content {
font-size: 17px;
line-height: 27px;
}
.homeicon {
position: relative;
top: 2px;
}
.breadcrumbs-wrap span:first-child {
gap: 13px;
}
.breadcrumbs-wrap {
padding: 15px 20px;
background: #DFE9F4;
}
.breadcrumbs-wrap .cust-container {
padding: 0;
}
.scroll-up header, .scroll-down header {
top: -68px;
}
.home_cards_section .content {
padding: 20px;
width: 100%;
}
.mobhomvidtxt h1 {
margin-top: 30px;
}
.home-banner-text {
max-width: 275px;
}
.business-category-list {
flex-wrap: wrap;
flex-direction: column-reverse !important;
}
.business-category-description {
width: 100% !important;
}
.business-category-thumbnail {
width: 100% !important;
margin-bottom: 20px;
}
.business-category-list:nth-child(2n) {
flex-direction: column-reverse !important;
}
.swiper-button-next.jrny-btn {
right: -60px !important;
left: 0 !important;
}
.swiper-button-prev.jrny-btn {
left: -60px !important;
right: 0 !important;
}
.jrny-btn {
top: auto;
}
.jrny-btn {
top: auto !important;
left: 0 !important;
right: 0 !important;
margin: 0 auto !important;
bottom: -70px !important;
}
.mainswiper {
margin-bottom: 40px !important;
}
.jpourney-swiper-wrap {
max-width: 100% !important;
}
.mainswiper {
padding: 20px 20px 40px !important;
}
.lagacy-wrap h2 {
position: relative;
top: -75px;
}
.jrny-container {
order: 2;
}
.jpourney-tabs-link {
order: 1;
margin: 35px 0 -45px;
}
.year-swiper-card {
flex-wrap: wrap;
gap: 10px !important;
}
.year-swiper-img, .year-swiper-content {
width: 100% !important;
}
.scroll-up .hambergermenu span, .scroll-up .hambergermenu:before, .scroll-up .hambergermenu:after {
background: #1F5A9E;
}
.scroll-up header {
top: 0px;
border: 0;
}
.hambergermenu {
display: flex !important;
}
.footer-inner {
flex-wrap: wrap;
padding: 0 20px !important;
}
.ftr-col:first-child {
width: 100% !important;
}
.ftr-col:nth-child(2) {
width: 30% !important;
}
.ftr-col {
width: 30% !important;
}
.nse-bse-list {
margin: 10px 0 10px 40px !important;
justify-content: flex-start;
}
ul.social-list {
margin: 20px 0 20px 40px !important;
}
.copyright-wrap {
margin-top: 0;
padding: 20px 20px;
flex-wrap: wrap;
gap: 5px;
}
.copyright-text {
width: 100%;
}
.copyright-content {
width: 100%;
}
.ftrpowerdby {
width: 100%;
justify-content: flex-start;
}
footer {
padding-top: 30px;
}
.banner-inner h2 {
margin-bottom: 15px !important;
}
footer {
overflow: hidden;
}
ul.home_cards_section {
flex-wrap: wrap;
}
ul.home_cards_section>li {
width: 48% !important;
}
.reports-card {
max-width: 100% !important;
}
.latest-updates-list {
flex-wrap: wrap !important;
gap: 20px !important;
}
.latest-updates-list li {
width: 100% !important;
}
h2, .banner-inner h2 {
font-size: 38px !important;
line-height: 46px !important;
}
.banner-content {
top: auto !important;
bottom: 30px !important;
transform: none !important;
text-align: left !important;
left: 0 !important;
padding: 0 20px !important;
}
.banner-inner {
max-width: 100% !important;
}
.page-title h1, h1 {
font-size: 38px !important;
line-height: 48px !important;
}
.inner-banner .page-title {
top: auto;
bottom: 30px;
padding: 0 20px;
align-items: flex-end;
width: auto;
}
.page-title p {
font-size: 20px;
line-height: 32px;
}
.inner-header {
padding: 20px 20px;
width: auto;
border: 0;
} 
.brand-logo img {
position: relative;
top: 0px;
max-width: 200px;
}
nav.main-nav, .top-bar {
display: none;
}
.mobile_banner {
display: block !important;
}
.desktop_banner {
display: none !important;
}
}
@media(max-width:767px) {
.latest-updates-list li:nth-child(2) {
display: block !important;
}
.latest-updates-list li:nth-child(2) a:first-child {
margin-bottom: 20px !important;
}
.latest-updates-card.horizontal-card img {
width: 100% !important;
}
.latest-updates-card.horizontal-card {
flex-wrap: wrap;
}
.horizontal-card .latest-updates-content {
width: 100% !important;
padding: 20px !important;
}
.vertical-card .latest-updates-content {
padding: 20px !important;
}
.our-offering-content {
background-color: #1f5a9e;
}
.searchpopup-inner {
height: 67px !important;
}
.searchpopup-wrapper input {
font-size: 13px !important;
width: 59% !important;
}
.copyright-text {
padding-left: 40px;
}
.our-solutions-slider .card img{
object-fit: inherit;
}
.page-id-23 .home_cards_section .text_para {
display: block !important;
}
.disclosure-vdo-card {
width: 100% !important;
margin-bottom: 20px;
}
.div-table-head div {
padding: 10px;
font-size: 18px;
}
.div-table-row div {
padding: 10px 5px 10px 10px;
line-height: 21px;
font-size: 15px;
}
.pdf-icon img {
width: 20px;
height: 30px;
}
.upcmng-prjcts-sec {
margin-bottom: 0px;
}
.our-expertisesec li {
width: 100% !important;
margin-bottom: 30px;
}
.cntct-dtl-list {
margin-bottom: 20px;
}
.connect-sec a.map {
margin-bottom: 15px;
}
.resources-item h3 {
margin-top: 30px;
}
.mediafiles li {
width: 100% !important;
margin-bottom: 10px !important;
}
.post-thumbnail {
width: 100%;
margin-bottom: 20px;
}
.post-content {
width: 100%;
}
.post-col {
flex: 0 0 calc((100% - 0px) / 1) !important;
}
.news-wrap, .eventsgallery-wrap {
margin-bottom: 20px;
}
.news-item-inner h4, .eventgallery-inner h4, .mediaresource-inner h4 {
font-size: 20px !important;
line-height: 26px !important;
margin-bottom: 10px !important;
}
.eventgallery-inner h4 {
margin-bottom: 0px !important;
}
.press-releases-box .pr-content-wrap h4 {
font-weight: 500;
}
.press-releases-col {
flex-wrap: wrap;
gap: 0;
}
.press-releases-box .pr-content-wrap h4 {
font-size: 20px !important;
line-height: 26px !important;
}
.sectionbtntitle {
margin-bottom: 20px;
} .mediaresources-wrap {
margin-bottom: 20px;
}
.med-btn-wrap{
margin: 0;
}
.expbtnmob {
display: inline-block !important;
}
.inner-banner img {
height: auto;
}
.home_cards_section li:hover .content:after {
height: 40% !important;
}
.mobhomvidtxt h1 {
margin-top: 0px;
}
.home-banner-text {
max-width: 100%;
}
.mobhomvidtxt {
align-items: flex-end !important;
}
.business-category-description p {
margin-bottom: 20px !important;
}
.business-category-description h2 {
margin-bottom: 10px !important;
}
.jpourney-tabs-link ul.btncenter {
justify-content: center !important;
}
.jpourney-tabs-link ul {
overflow: scroll;
justify-content: flex-start !important;
}
.latest-updates-content p {
font-size: 15px !important;
line-height: 20px !important;
}
footer a {
line-height: 30px !important;
}
footer h4 {
font-size: 20px !important;
line-height: 28px !important;
}
.ftr-col:nth-child(2) {
width: 100% !important;
padding-left: 40px;
}
.ftr-col:nth-child(3) {
margin-left: 40px;
}
.ftr-col {
width: 43% !important;
}
.home_cards_section li .arrow {
opacity: 1 !important;
transform: rotate(-45deg) !important;
}
.home_cards_section li .title {
font-size: 20px !important;
margin: 0 !important;
}
.home_cards_section .text_para {
display: none;
opacity: 1 !important;
position: static !important;
}
.home_cards_section li .content {
padding: 0 15px 25px 15px !important;
}
.home_cards_section .content {
width: 100% !important;
}
.invt-report-grid {
grid-template-columns: 1fr;
}
.hideonmob {
display: none !important;
}
.hideondesk {
display: block !important;
}
html .home_cards_section>li {
width: 100% !important;
height: auto !important;
}
.report-item {
padding: 5px 10px 5px 0 !important;
column-gap: 15px !important;
}
.reports-list {
padding: 0px 15px 0 !important;
margin: 10px 10px 10px 0 !important;
}
.header-title {
font-size: 20px !important;
line-height: 30px !important;
margin: 0 0 0px !important;
}
}
@media(max-width:1670px){
.our-solutions-slider .card {
height: 550px;
border-radius: 5px;
overflow: hidden;
} .projects-wrap .card {
height: 450px;
border-radius: 20px;
overflow: hidden;
}
}.search-button svg path {
stroke: #ffffff;
}
.vision-mission-sec .card-img-wrap:after {
background: ;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(32, 51, 81, 1) 85%);
}
.resource-partner-sec p{
line-height: 50px; }
.resource-partner-sec a{
color:#ffffff;
text-decoration:underline !important;
}
.term-textile .card-img-wrap:after {
display: none;
}
.postid-1439 .our-solutions-slider .swiper-slide,
.postid-3104 .our-solutions-slider .swiper-slide{
width: 25%;
}
.postid-1439 .our-solutions-slider .is-active,
.postid-3104 .our-solutions-slider .is-active{
width: 50%;
}
.postid-6408 .blogimgright,
.postid-6408 h1,
.postid-6408 span.postdate{
display: none;
} .career-form-sec .enquiry-form ul li.fullwidth.submtbtn {
width: 100%;
}
a.rm_cursor .report-info {
cursor: default;
}
a.rm_cursor:hover{
cursor: default;
}
li:has(> .dropdown-gchild) {
position: relative; }
li:has(> .dropdown-gchild)::after {
content: "";
position: absolute;
top: 16px;
right: 15px;
width: 14px;  
height: 8px;
background: url(https://staging.swan.co.in/wp-content/uploads/2025/12/Group-89.svg) no-repeat center;
background-size: contain;
transform: rotate(-90deg); 
}
.home_cards_section .arrow:hover {
transform: rotate(0deg) !important;
transition: all 0.5s;
}
.home_cards_section .arrow {
transition: all 0.5s !important;
}
.breadcrumbs-wrap a:hover {
color: #0085d4;
}
.enquiry-form ul li.fullwidth.submtbtn .frm-btn span.wpcf7-spinner {
position: absolute;
top: 18px;
right: -180px;
left: 0;
margin: 0 auto;
}
.enquiry-form ul li.fullwidth.submtbtn .frm-btn p {
position: relative;
}
.enquiry-form ul li:last-child {
margin-bottom: 0;
}
.investor-latest-news-slider .swiper-button-next,.investor-latest-news-slider .swiper-button-prev {
background-color: #DFE9F4;
height: 49px;
width: 49px;
border-radius: 100%;
right: 0;
left: auto;
top: auto;
bottom: -70px;
border: 1px solid #DFE9F4;
}
.investor-latest-news-slider .swiper-button-next:hover, .investor-latest-news-slider .swiper-button-prev:hover {
background-color:#ffffff;
}
.curnt-opng-form-filds li:first-child {
width: 50% !important;
}
.investor-latest-news-slider .swiper-button-prev {
right: 90px !important;
} 
.lng-our-partner-sec {
overflow: hidden;
background-color: #DFE9F4;
padding: 60px 10px 90px;
position:relative;
}
.lng-our-partner-slider {
overflow: hidden;
padding-bottom: 30px;
}
.lng-our-partner-sec h2 {
text-align: center;
}
.lng-our-partner-slider img {
width: 100%;
display: block;
border-radius: 15px;
}
.lng-our-partner-slider .elementor-swiper-button {
left: 0 !important;
right: 0 !important;
margin: 0 auto !important;
top: auto;
bottom: 30px !important;
}
.lng-our-partner-slider .swiper-button-next {
right: -80px !important;
}
.lng-our-partner-slider .swiper-button-prev {
left: -80px !important;
}
.invt-board-dir .leader-list li {
width: 30%;
}
.invt-board-dir h3 {
font-size: 40px !important;
color: #203251 !important;
text-align: left !important;
margin-bottom: 30px !important;
}
.uploadFile span.wpcf7-not-valid-tip {
margin-left: 10px;
}
.remove_up_file {
position: absolute;
right: 50px;
top: 11px;
cursor: pointer;
z-index: 9999;
}
.cws-sec .e-con-inner {
background-image: url(https://staging.swan.co.in/wp-content/uploads/2026/02/cws-bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 25px;
padding: 40px 60px;
}
.cws-sec .e-con-full:nth-child(2):after {
position: absolute;
content: '';
height: 100%;
width: 1px;
background-color: #ffffff;
right: 70px;
top: 0;
}
.cws-sec a,
.cws-sec .elementor-widget-text-editor{
color: #ffffff;
}
.board-of-director-list li {
width: 30%;
}
a.invstr-dwnld {
display: block;
position: relative;border-radius: 20px;
overflow: hidden;
}
a.invstr-dwnld img {
width: 100%;
display: block;
}
.invstr-dwnld h4 {
position: absolute;
margin: 0;
font-size: 28px;
color: #ffffff;
left: 36px;
bottom: 36px;
padding-left: 50px;
}
.invstr-dwnld h4:before {
position: absolute;
content: '';
background-image: url(https://staging.swan.co.in/wp-content/uploads/2026/02/pdf-white.svg);
width: 26px;
height: 33px;
left: 0;
top: -5px;
}
.form_fileupload {
position: relative;
}
.uploadFile {
width: 100%;
overflow: visible;
position: relative;
resize: none;
display: flex;
align-items: center;
border: none;
background: #dfe9f4 url(https://staging.swan.co.in/wp-content/uploads/2026/02/upload.svg) no-repeat right center;
padding: 12px 20px 12px 20px !important;
font-size: 15px;
line-height: 18px;
color: #000000 !important;
cursor: pointer;
background-size: 23px 20px;
background-position: top 15px right 20px;
border-radius: 5px;
height: 49px;
}
.uploadFile [type=file] {
cursor: pointer !important;
display: block;
filter: alpha(opacity=0);
min-height: 100%;
min-width: 100%;
opacity: 0;
position: absolute;
right: 0px;
text-align: right;
top: 0px;
z-index: 1;
}
.fileupload .filetxt p {
margin-bottom: 0;
font-size: 14px;
color: #857c7c;
}
.frm-btn p {
text-align: center;
}
section.curnt-opng-sec {
padding: 60px 0;
background-color: #DFE9F4;
}
ul.curnt-opng-form-filds {
padding: 0;
margin: 0 0 40px 0;
list-style-type: none;
display: flex; flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
ul.curnt-opng-form-filds li {
width: 28%;
}
ul.curnt-opng-form-filds li input,
ul.curnt-opng-form-filds li select {
background-color: #ffffff;
width: 100%;
height: 46px;
border: none;
border-radius: 7px;
padding: 0 20px;
}
ul.curnt-opng-form-filds li input::placeholder,
ul.curnt-opng-form-filds li select{
font-size: 16px;
color: #203251;
font-weight: 400;
}
ul.curnt-opng-form-filds li select {
appearance: none;
background-image: url(https://staging.swan.co.in/wp-content/uploads/2026/02/dwn-arw.svg);
background-repeat: no-repeat;
background-position: center right 20px;
}
.serch-wrap {
position: relative;
}
.serch-wrap button {
position: absolute;
top: 0;
height: 16px;
width: 16px;
background-image: url(https://staging.swan.co.in/wp-content/uploads/2026/02/search.svg);
background-size: contain;
background-color: transparent;
border: none;
right: 20px;
top: 15px;
}
.curnt-opng-form-filds input[type="submit"] {
background: #1F5A9E !important;
color: #fff;
position: relative;
font-weight: 500;
display: inline-block;
border-radius: 50px !important;
font-size: 16px;
border: none;
cursor: pointer;
} .life-at-swan figure.elementor-image-box-img {
margin-bottom: 0 !important;
}
.elementor-swiper-button {
height: 49px !important;
width: 49px !important;
background-color: #ffffff;
opacity: 1 !important;
border-radius: 100%;
background-repeat: no-repeat !important;
background-position: center !important;
}
.elementor-swiper-button svg {
display: none;
}
.elementor-swiper-button.elementor-swiper-button-next,.swiper-button-next {
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/12/next-btn.svg) !important;
}
.elementor-swiper-button.elementor-swiper-button-prev, .swiper-button-prev {
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/12/prev-btn.svg) !important;
right:70px !important;
}
.learn-slider-sec .elementor-swiper-button{
position:absolute;
top:auto !important;
right:0;
bottom:-25px;
left:auto !important;
}
.learn-slider-sec figcaption.elementor-image-carousel-caption {
width: 100%;
max-width: 345px;
} .leader-info-wrap span {
display: block;
font-weight: 600;
color:#203251;
}
.contact-dtls-sec .sub-head h2 {
font-size: 30px !important;
line-height: 36px !important;
}
.single-cb_pressreleases nav.main-nav ul li  ul.sub-menu li a {
color: #ffffff !important;
}
.leader-popup-overview {
margin: 0px 0 0 0;
width: 65%;
text-align: left;
padding-right: 50px;
}
.vmv-mob-img {
display: none;
}
.product-range-section h1.product-title {
font-size: 45px;
line-height: 58px;
}
.filters-header h3 {
font-size: 24px;
line-height: 34px;
margin: 0;
}
.filters-header a {
font-size: 16px;
color: #1F5A9E;
}
.filters select {
margin: 0 0 20px 0 !important;
border: none !important;
border-radius: 5px !important;
appearance: none;
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/12/Group-89.svg);
background-repeat: no-repeat;
background-position: right 10px center;
font-size: 15px;
color: #203251;
}
.product-range-section h1.product-title {
font-size: 45px;
line-height: 58px;
}
.filters-header h3 {
font-size: 24px;
line-height: 34px;
margin: 0;
}
.filters-header a {
font-size: 16px;
color: #1F5A9E;
}
.jpourney-tabs-link ul{
padding:0;
}
.keystats-card:before {
position: absolute;
content: '';
background: ;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(32, 51, 81, 0.92) 55%);
height: 40%;
bottom: 0;
width: 100%;
}
ul.ofc-list {
padding: 0;
margin: 0;
list-style-type: none;
display: flex;
gap: 40px 2%;
flex-wrap: wrap;
}
ul.ofc-list li {
width: 32%;
border-radius: 30px;
overflow: hidden;
position: relative;
}
.normal-card img {
width: 100%;
display: block;
}
.ofc-card {position: relative;}
.normal-card {
position: relative;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
border-radius: 30px;
}
.normal-card h3 {
position: absolute;
bottom: 30px;
margin: 0;
left: 30px;
font-size: 22px;
line-height: 30px;
color: #ffffff;
}
.cntct-dtls li {
width: 100% !important;
}
.hovr-card {
height: 100%;
width: 100%;
background-color: #1f5a9ecc;
border-radius: 30px;
padding: 20px 30px;
position: absolute;
top: 460px;
transition: all 0.5s;
display: flex;
align-items: center;
}
ul.ofc-list li:hover .hovr-card {
top: 0;
transition: all 0.5s;
}
.hovr-card h3 {
font-size: 22px;
line-height: 32px;
color: #ffffff;
margin-bottom: 10px;
}
ul.ofc-list li:hover .normal-card h3 {
display: none;
}
ul.cntct-dtls {
padding: 0;
margin: 0;
list-style: none;
}
ul.cntct-dtls li {
width: 100%;
border-radius: 0;
}
ul.cntct-dtls li a.mail,ul.cntct-dtls li a.call {
padding-left: 30px;
}
.tax-investors_term .page-header h2 {
margin: 0 0 15px 0;
}
.investor-main-nav ul li:nth-child(1) a {
padding-left: 0;
}
.tax-investors_term header {
position: relative;
background: #FFFFFF;
box-shadow: 0px 3px 6px #00000014;
}
.page-id-21 header {
background: #FFFFFF;
box-shadow: 0px 3px 6px #00000014;
}
.page-id-21 .brand-logo {
top: -20px;
}
.page-id-21.scroll-down .brand-logo, .page-id-21.scroll-up .brand-logo {
top: 0px;
}
.tax-investors_term .top-bar ul li a,
.page-id-21 .top-bar ul li a {
color: #203251;
}
.tax-investors_term  nav.main-nav a,
.page-id-21 nav.main-nav a {
color: #203251;
}
.tax-investors_term  .menueffect .btnmask .btn-title2,
.page-id-21 .menueffect .btnmask .btn-title2{
color: #203251;
}
.tax-investors_term  .inner-header,
.page-id-21  .inner-header {
border-bottom: 0;
}
.tax-investors_term  .brand-logo {
top: -20px;
}
.tax-investors_term  .brand-logo img,
.page-id-21 .brand-logo img{
position: relative;
top: 0;
opacity: 0;
}
.scroll-up .brand-logo, .tax-investors_term .brand-logo,
.scroll-up .brand-logo, .page-id-21 .brand-logo {
background: url(https://staging.swan.co.in/wp-content/uploads/2025/09/swancorp-logo.svg) no-repeat;
background-size: 100%;
} .investor-main-nav ul li > a {
font-size: 20px;
color: #203251;
font-weight: 600;
position: relative;
padding: 16px 25px 16px 15px !important;
}
.investor-main-nav ul li > a:after {
position: absolute;
content: '';
height:8px;
width:14px;
background-image:url(https://staging.swan.co.in/wp-content/uploads/2025/12/Group-89.svg);
right:0px;
background-repeat:no-repeat;
}
.investor-main-nav ul li > a:hover:after,
.investor-main-nav ul li.active > a:after{
background-image: url(https://staging.swan.co.in/wp-content/uploads/2026/01/blue-dwn-arw.svg);
}
ul.child-menu li a:after {
display: none;
}
.investor-main-nav ul li:first-child > a:after{
display:none;
}
.invt-board-dir {
padding-bottom: 90px;
}
.invt-board-dir leader-list li {
width: 30%;
}
.investor-main-nav ul li:nth-child(1) > a img {
transform: rotate(-90deg);
position: relative;
top: 2px;
right: -15px;
} .investor-main-nav .dropdown {
transform: translateX(0%);
}
.investor-main-nav .dropdown > li a {
font-size: 16px;
}
.investor-main-nav .dropdown li:nth-child(1) a{
padding: 5px 10px;
}
.investor-main-nav ul li > a:hover,
.investor-main-nav ul li.active a{
color: #1F5A9E;
}
.investor-main-nav .dropdown.child-menu li.active a:before {
display: none;
}
.investor-main-nav .dropdown.child-menu li.active a {
color:#203351;
}
.investor-main-nav .dropdown.child-menu li a {
padding: 10px 45px 10px 10px !important;
line-height: 20px;
position: relative;
}
.disclosure-vdo-sec{
padding: 0 0 60px 0;
}
.disclosure-vdo-list {
display: flex;
flex-wrap: wrap;
gap: 50px 4%;
}
.disclosure-vdo-card {
width: 30.6%;
}
.disclosure-vdo-wrap iframe {
width: 100%;
height: 100%;
border: none;
}
.disclosure-vdo-wrap {
border-radius: 20px;
overflow: hidden;
margin-bottom: 20px;
height: 300px;
position: relative;
}
.disclosure-vdo-card h3 {
font-size: 22px;
line-height: 32px;
margin: 0;
}                 .disclosure-vdo-sec > h3,
.invt-board-dir > h3{
font-size: 30px;
line-height: 65px;
margin: 0 0 15px 0;
}
.leader-popup {
position: fixed;
inset: 0;
display: none;
z-index: 999999;
}
.leader-popup.active {
display: block;
}
.leader-popup-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.6);
}
.leader-popup-content {
position: relative;
max-width: 60%;
width: 100%;
background: #fff;
margin: 0 auto;
padding: 25px;
text-align: center;
border-radius: 16px;
top: 50%;
transform: translateY(-50%);
}
.leader-popup-img {
width: 30%;
}
.leader-popup-card {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
gap: 1%;
}
.leader-popup-designation {
width: 83%;
text-align: left;
}
.leader-popup-designation h4 {
font-size: 24px;
margin: 0;
}
.leader-popup-img img {
height: 300px;
width: 355px;
object-fit: cover;
border-radius: 15px;
object-position: top;
}
.leader-popup-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 22px;
background: none;
cursor: pointer;
height: 40px;
width: 40px;
border: 1px solid #1F5A9E;
border-radius: 100%;
background-image: url(https://staging.swan.co.in/wp-content/uploads/2026/02/cross-1.svg);
background-repeat: no-repeat;
background-position: center;
}
.leader-popup-nav {
display: flex;
justify-content: space-between;
margin-top: 25px;
width: 110px;
}
.leader-popup-nav button {
background: #dfe9f4;
height: 45px;
width: 45px;
border-radius: 100%;
padding: 0;
cursor: pointer;
background-position: center;
background-repeat: no-repeat;
border: 1px solid #dfe9f4;
}
.leader-popup-nav button:hover {
background-color: #ffffff;
border: 1px solid #dfe9f4;
}
button.leader-prev {
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/12/prev-btn.svg);
}
button.leader-next {
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/12/next-btn.svg);
}
.leader-popup-close:hover {
background-color: #dfe9f4;
}
.sustainibility-slider .elementor-image-carousel-wrapper {
border-radius: 20px;
}
.sustainibility-slider .elementor-swiper-button {
background-color: #ffffff;
height: 49px;
width: 49px;
border-radius: 100%;
background-repeat: no-repeat;
background-position: center;
position: absolute;
left: auto !important;
right: 0;
bottom: -70px;
top: auto !important;
transform: none !important;
}
.sustainibility-slider .elementor-swiper-button.elementor-swiper-button-next {
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/12/next-btn.svg);
right: 0;
}
.sustainibility-slider .elementor-swiper-button.elementor-swiper-button-prev {
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/12/prev-btn.svg);
right: 80px;
}
.sustainibility-slider.sustainibility-slider-left .elementor-swiper-button {
left: 0 !important;
right: auto;
}
.sustainibility-slider.sustainibility-slider-left .elementor-swiper-button.elementor-swiper-button-next {
left: 80px !important;
}
.sustain-white-bg .sustainibility-slider .elementor-swiper-button {
background-color: #DFE9F4;
}
.sustainibility-slider .elementor-swiper-button svg {
display: none;
}
.card-container {
display: flex;
width: 100%;
}
.card {
position: relative;
flex: 2;
height: 600px;
transition: flex 0.7s ease-in-out;
}
.card-img-wrap {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.card img {
width: 100%;
height: 100% !important;
object-fit: cover;
object-position: right;
}
.card-content {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-in-out;
}
.card:hover .card-content,
.card.active .card-content {
opacity: 1;
visibility: visible;
transition-delay: 0.5s;
}
.card:hover,
.card.active {
flex: 5 !important;
}
.card-content {
position: absolute;
top: 20%;
left: 90px;
}
.card-head-para-wrap {
width: 90%;
margin: 0 auto;
}
.card-head-para-wrap h3 {
font-size: 45px;
color: #ffffff;
margin-bottom: 27px;
}
.head-wrap h3 {
font-size: 36px;
color: #ffffff;
}
.card-head-para-wrap p {
font-size: 22px;
line-height: 36px;
color: #ffffff;
width: 100%;
max-width: 540px;
}
.head-wrap {
position: absolute;
bottom: 30px;
left: 60px; margin: 0 auto;
transition: all 0.5s;
}
.card:hover .head-wrap, .card.active .head-wrap {
opacity: 0;
transition: all 0.5s;
}
ul.values-list {
margin: 0;
padding: 0;
list-style-type: none;
max-width: 350px;
}
ul.values-list li {
color: #ffffff;
font-size: 22px;
margin-bottom: 10px;
line-height: 30px;
position:relative;
padding-left:20px;
}
ul.values-list li:after{
position:absolute;
content:'';
height:10px;
width:10px;
background-color:#ffffff;
left:0;
border-radius:100%;
top:8px;
}
.frm-btn input {
background: #1F5A9E;
color: #fff;
position: relative;
padding: 6px 38px;
font-weight: 500;
display: inline-block;
margin: 10px 0 0;
overflow: hidden;
border-radius: 50px;
font-size: 16px;
line-height: 30px;
border: none;
cursor:pointer;
}
input[type="radio" i] {
position: absolute;
opacity: 0;
pointer-events: none;
} .wpcf7-list-item-label {
position: relative;
padding-left: 40px;
cursor: pointer;
} .wpcf7-list-item-label::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 26px;
height: 26px;
border-radius: 50%;
background: #fff;
border: 5px solid #DFE9F4;
box-shadow: 0 0 0 1px #B9C6D5;
} .wpcf7-list-item-label::after {
content: "";
position: absolute;
left: 6px;
top: 50%;
transform: translateY(-50%);
width: 14px;
height: 14px;
background: #1F5A9E;
border-radius: 50%;
opacity: 0;
} input[type="radio" i]:checked + .wpcf7-list-item-label::after {
opacity: 1;
}
.radio-btn-wrap ul {
padding: 0;
margin: 0;
list-style-type: none;
display: flex;
align-items: center;
}
.radio-btn-wrap {
width: 31%;
position: absolute;
top: -72px;
left: 34.7%;
}
.radio-button-container br {
display: none;
}
.radio-btn-wrap ul li:first-child {
margin-right: 60px;
}
.enquiry-form ul {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.enquiry-form ul li.fullwidth {
width: 100%;
}
.enquiry-form ul li {
width: 31%;
margin-bottom:32px;
}
.enquiry-form ul li.fullwidth span {
display: block;
}
.enquiry-form ul li.fullwidth span textarea {
width: 100%;
background-color: #DFE9F4;
height: 95px;
border: none;
resize: none;
padding: 20px 20px;
font-size: 16px;
color: #000000;
border-radius: 7px;
}
.enquiry-form ul li span {
display: block;
}
.enquiry-form ul li span select {
width: 100%;
border: none;
background-color: #DFE9F4;
height: 49px;
appearance: none;
padding: 0 20px;
font-size: 16px;
background-image: url(https://www.sudarshan.com/wp-content/uploads/2025/09/Down_Arrow.svg);
background-repeat: no-repeat;
background-position: center right 20px;
border-radius: 7px;
padding-right: 55px;
}
.enquiry-form ul li span input {
background-color: #DFE9F4;
width: 100%;
border: none;
height: 49px;
padding: 0 20px;
border-radius: 7px;
}
.enquiry-form ul li.fullwidth span textarea::placeholder,
.enquiry-form ul li span input::placeholder{
font-size: 16px;
color: #000000;
font-family: var(--mainfont);
}
.enquiry-form ul li.one-third {
width: 65.5%;
}
.normal-card a {
display: inline-block;
height: 37px;
width: 37px;
background-color: #ffffff;
position: absolute;
top: 20px;
right: 20px;
border-radius: 100%;
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/09/arrow_top.svg);
background-position: center;
background-repeat: no-repeat;
z-index: 1;
}
.leader-list {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
flex-wrap: wrap;
gap: 50px 5%;
justify-content: left;
}
.leader-list li {
width: 21.25%;
}
.leader-img-wrap img {
display: block;
width: 100%;
border-radius: 20px;
}
.leader-img-wrap {
margin-bottom: 25px;
position:relative;
}
.leader-info-wrap h4 {
font-size: 24px;
margin: 0;
}
.leader-img-wrap a {
height: 37px;
width: 37px;
display: inline-block;
background-color: #ffffff;
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/09/arrow_top.svg);
background-repeat: no-repeat;
background-position: center;
border-radius: 100%;
top: 20px;
position: absolute;
right: 20px;
}
.leader-sec .elementor-image-box-img img {
display: block;
width: 100%;
}
.leader-sec .elementor-widget-image-box {
position: relative;
}
.head-wrap h3 {
font-size: 30px;
line-height: 40px;
color: #ffffff;
margin: 0;
}
.leader-sec .elementor-widget-image-box:after {
position: absolute;
content: '';
height: 37px;
width: 37px;
background-color: #ffffff;
border-radius: 100%;
top: 15px;
right: 15px;
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/09/arrow_top.svg);
background-repeat: no-repeat;
background-position: center;
}
.cntct-dtls a {
font-size: 15px;
line-height: 25px;
color: #ffffff;
position:relative;
display:block;
margin-bottom:10px;
}
.cntct-dtls li {
margin-bottom: 8px;
}
.mail:before,.call:before {
position:absolute;
content: '';
left:0;
background-repeat:no-repeat;
}
.mail:before{
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/11/mail.svg);
width: 18px;
height: 12px;
top: 0px;
}
.call:before{
background-image: url(https://staging.swan.co.in/wp-content/uploads/2025/11/call.svg);
width: 18px;
height: 18px;
top: -2px;
}
ul.igp-img-list {
margin: 0;
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 40px;
}
ul.igp-img-list li {
width: 46%;
}
ul.igp-img-list li img {
display: block;
width: 100%;
border-radius: 20px;
}
ul.igp-img-list li:nth-child(2n) {
position: relative;
top: 100px;
} .stats-sec .elementor-widget-text-editor p {
line-height: 22px !important;
}
.homebusinessthumb .swiper-slide .homeimgthumb:after {
position: absolute;
content: '';
height: 100%;
width: 100%;
background-color: #1f5a9e78;
left: 0;
top: 0;
}
.homebusinessthumb .swiper-slide-thumb-active .homeimgthumb:after {
background-color: transparent;
} .igp-sec::-webkit-scrollbar {
width: 0px;
} .arrow {
transition: opacity 0.3s ease;
position: absolute;
top: 20px;
right: 25px;
font-size: 24px;
color: #000;
opacity: 1;
transition: opacity 0.3s ease;
width: 37px;
height: 37px;
background: #fff;
border-radius: 100%;
text-align: center;
line-height: 41px;
transform: rotate(-45deg);
transition:all 0.5s;
background-image:url(https://staging.swan.co.in/wp-content/uploads/2025/12/next-btn.svg);
background-repeat:no-repeat;
background-position:center;
}
.buisness-img-content-inner h2 {
display: none;
}
.our-buisness-2 .buisness-img-content-inner h2 {
color: #ffffff;
font-size: 40px;
display:block;
}
.our-buisness-2 .tab.active {
background-color: #ffffff !important;
box-shadow: inset 5px 0px 0px #1F5A9E;
}
.our-buisness-2 .tabs {
position: absolute;
right: -185px;
display: block;
margin-bottom: 0;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.our-buisness-2 .line {
display: none;
}
.our-buisness-2  .tabs:after{
display:none;
}
.our-buisness-2 .tab {
font-size: 16px !important;
position: relative;
padding: 10px 45px;
cursor: pointer;
font-weight: bold;
transition: 0.3s;
z-index: 2;
color: #203251;
font-size: 20px;
background-color: #ffffffd4;
margin-bottom: 6px;
}
.our-buisness-2 .face {
max-width: 1480px;
}
.our-buisness-2 .tab:after{
display:none;
}
.disclosures_74 {
display: flex;
flex-flow: column;
padding: 0 0 40px;
}
.disclosures_74 span.report-action {
display: none;
}
.disclosures_74  .report-info {
flex-flow: row-reverse;
justify-content:space-between !important;
width: 100%;
}
.disclosures_74 .report-info .report-title {
font-size: 16px;
width: 100%;
display: block;
}
.disclosures_74 .report-info img {
width: 25px;
height: 28px;
}
.disclosures_74 .report-card {
flex-wrap: wrap;
}
.disclosures_74 .report-card .invt-post-cont {
color: #203251;
font-size:16px;
line-height:25px
}
@media(max-width:1670px){
.stats-sec .e-con-inner {
padding-top: 230px;
}
ul.igp-img-list li {
width: 45%;
}
}
@media (max-width: 1600px) {
.our-buisness-2 .face {
max-width: 1540px !important;
}
.our-buisness-2 .tabs {
right: -120px;
}
}
@media (max-width: 1440px) {
.our-buisness-2 .cube {
height: 450px;
}
.our-buisness-2 .face {
max-width: 1080px !important;
margin: 0 auto;
}
.our-buisness-2 .tabs {
right: -65px;
}
}
@media (max-width: 1280px) {
.our-buisness-2 .face {
max-width: 1010px !important;
margin: 0 auto;
}
.our-buisness-2 .tabs {
right: -47px;
}
.our-buisness-2 ul.buisness-catagory {
margin-bottom: 15px !important;
}
.our-buisness-2 .buisness-img-content-inner h2 {
color: #ffffff;
font-size: 35px !important;
display:block;
}
}
@media(max-width:1024px){
.investor-main-nav .dropdown.child-menu li a {
padding: 10px 10px 10px 10px !important;
}
.sustainibility-slider .elementor-swiper-button.elementor-swiper-button-prev,
.sustainibility-slider .elementor-swiper-button.elementor-swiper-button-next{
right: 0 !important;
left: 0 !important;
margin: 0 auto;
}
.sustainibility-slider .elementor-swiper-button.elementor-swiper-button-prev{
left:-80px !important;
}
.sustainibility-slider .elementor-swiper-button.elementor-swiper-button-next{
right:-80px !important;
}
.vision-mission-sec .card-head-para-wrap h3 {
color: #ffffff;
}
.resource-partner-sec p{
line-height:40px;
} .term-realty .projects-wrap .card,
.term-textile .projects-wrap .card{
height: auto !important;
}
.our-solutions-slider .card a.solution-btn {
right: 20px;
top: 20px;
}
.our-solutions-slider .card-img-wrap {
height: 235px;
border-radius: 10px;
}
.our-solutions-slider .card-img-wrap:after {
display: none;
}
.our-solutions-slider .card-img-wrap img {
display: block;
}
body .term-realty .projects-wrap .card,
body .term-textile .projects-wrap .card{
height: auto !important;
}
.term-realty .projects-wrap .card .card-content,
.term-textile .projects-wrap .card .card-content{
position: relative;
background-color: #DFE9F4;
padding-bottom: 0;
}
.term-realty .projects-wrap .card .card-content h3,
.term-textile .projects-wrap .card .card-content h3{
color: #203251;
}
.term-realty .projects-wrap .card .card-content p,
.term-textile .projects-wrap .card .card-content p{
color: #000000;
margin: 0;
}
.term-realty .card-img-wrap:after,
.term-textile .card-img-wrap:after{
display:none;
}
.term-realty .projects-wrap .card .card-img-wrap img,
.term-textile .card .card-img-wrap img{
display: block;
border-radius: 10px;
}
.term-realty .past-project-slider .swiper-slide,
.term-textile  .projects-wrap .swiper-slide{
background-color: #dfe9f4;
margin-bottom:20px;
border-radius: 20px;
}
.eventsgallery-slider .swiper-slide img {
border-radius: 20px;
}
.career-gallery-slider .card-img-wrap:after {
display: none;
}
.enquiry-form ul li.one-third {
width: 100%;
}
.vision-mission-sec .card-img-wrap:after {
height: 110px;
}
.vision-mission-sec .card.active .card-img-wrap:after{
height:350px;
}
.lng-our-partner-sec {
padding: 30px 20px 70px;
}
section.infastructure-section.past-projects-section {
padding-top: 40px;
}
.projects-wrap .swiper-slide .head-wrap {
display: none;
}
.projects-wrap .card:hover .card-content, .projects-wrap .swiper-slide .card-content {
opacity: 1 !important;
visibility: visible;
}
.projects-wrap .swiper-slide {
width: 48%;
}
.past-project-slider .projects-wrap {
flex-wrap: wrap;
gap: 0 20px;
}
.past-project-slider .card-img-wrap:after {
height: 300px;
}
.our-offering-content {
padding: 0 20px;
}
.our-offering-card {
height: 400px;
}
.our-offering-content {
padding: 0 20px;
}
.tax-business_category.term-realty .our-offering-sec {
padding: 10px 20px 30px !important;
}
.our-offering-sec h2 {
margin-bottom: 30px;
}
.our-offering-card-head {
left: 0 !important;
right: auto !important;
padding: 0 20px  !important;
width: auto;
}
.our-offering-card-wrap {
gap: 20px;
} .single-cb_business.postid-1434 .our-solutions-wrap.noslidecontainer {
padding-top: 10px !important;
}
.our-solutions-slider .card .card-content {
left: 0 !important;
padding: 20px 20px;
bottom: 0 !important;
}
.upcmng-prjcts-list li {
width: 50%;
}
.single-cb_business.postid-1446 .our-expertisesec li {
width: 48% !important;
}
.single-cb_business.postid-1446 .upcmng-prjcts-sec.our-expertisesec {
margin-bottom: 0;
}
.keystats-cards-sec .keystats-cards.expnogsap {
padding: 20px 20px 30px;
}
.cws-sec .e-con-full:nth-child(2):after {
position: absolute;
content: '';
height: 1px;
width: 100%;
background-color: #ffffff;
right: 70px;
top: auto;
left: 0;
bottom: 10px;
}
.cws-sec .e-con-inner {
padding: 20px 10px;
}
.investor-latest-news-img {
margin-top: 48px;
}
.investor-latest-news-img img {
border-radius: 20px;
}
.investor-latest-news-slider .swiper-button-next, 
.investor-latest-news-slider .swiper-button-prev {
bottom: 40px !important;
}
.invt-board-dir {
padding-bottom: 30px;
}
.leader-list {
gap: 40px 5%;
}
.leader-info-wrap h4 {
font-size: 20px;
margin: 0;
line-height: 20px;
}
.invt-board-dir h3 {
font-size: 38px !important;
line-height: 30px !important;
}
ul.invstr-cat-list {
flex-wrap: wrap;
}
ul.invstr-cat-list li {
width: 48.6% !important;
}
.projects-wrap .card-content {
padding: 20px;
}
.projects-wrap .head-wrap {
padding: 15px 20px;
width:auto;
right:0;
}
.opng-dtl-list {
flex-wrap: wrap;
}
.opng-dtl-list li {
width: 48%;
}
.curnt-opng-sec {
padding: 30px 20px !important;
}
.curnt-opng-form-filds li {
width: 40% !important;
}
ul.home_cards_section.carrer-card-section li {
width: 48.6%;
}
.leader-popup-card {
display: block;
}
.leader-popup-img img {
height: 200px;
width: 200px;
}
.leader-popup-overview {
width: 100%;
padding: 0;
}
ul.values-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
ul.values-list li {
width: 40%;
}
.card-head-para-wrap {
width: 100%;
padding: 0px;
}
.team-category-title {
margin: 0px 0 30px;
}
.our-solutions-slider .swiper-slide .solution-btn {
opacity: 1 !important;
}
.our-solutions-slider {
padding: 0 20px;
}
.our-solutions-wrap h2 {
padding: 0 20px;
} .overview-description p:last-child {
margin: 0;
}
.our-solutions-slider .card .card-content {
opacity: 1 !important;
visibility: visible !important;
position: relative;
background-color: #DFE9F4;
}
.our-solutions-slider .head-wrap {
display: none;
}
.our-solutions-nav {
display: none;
}
.our-solutions-wrap {
padding: 30px 0 !important;
}
.our-solutions-slider {
padding: 0 20px;
}
.our-solutions-wrap h2 {
padding: 0 20px;
}
.our-solutions-slider .card.active, .our-solutions-slider .card:hover,.our-solutions-slider .card {
height: auto !important;
}
.our-solutions-slider {
overflow: hidden;
}
.our-solutions-slider .swiper-wrapper {
flex-wrap: wrap;
gap: 40px 4%;
}
.our-solutions-slider .swiper-slide {
width: 48% !important;
background-color: #dfe9f4;
border-radius: 10px;
}
.our-solutions-wrap h2 {
text-align: left;
} .connect-sec {
padding: 30px 20px;
}
.cntct-dtl-list {
margin-bottom: 30px;
}
.certificate-slider .certi-btn.swiper-button-prev {
left: 0;
}
.complnc-certfctn-content h3 {
font-size: 26px;
line-height: 33px;
}
.complnc-certfctn-wrap {
padding: 30px 20px;
}
.complnc-certfctn-wrap h2 {
margin-bottom: 10px !important;
}
.complnc-certfctn-wrap p {
margin-bottom: 35px;
}
.product-range-section {
padding: 30px 20px 100px !important;
}
.filters {
width: 30% !important;
}
.products-grid {
width: 70% !important;
gap: 10px 1.6% !important;
}
.product-card {
width: 42% !important;
}
.overview-section {
padding: 30px 20px;
}
.overview-wrap {
display: block;
}
.overview-title {
width: 100%;
margin-bottom: 20px;
}
.overview-description {
width: 100%;
}
.infastructure-section {
padding: 0 20px;
}
.term-textile .projects-wrap .swiper-wrapper{
display:flex;
gap: 0 20px;
}
.projects-wrap .swiper-wrapper {
display: block;
flex-wrap: wrap;
} .projects-wrap .card {
height: 400px !important;
margin-bottom: 25px;
}
.keystats-card .keystats-content-wrap p {
opacity: 1;
height: auto;
}
.keystats-card:after {
bottom: 0 !important;
}
.learn-slider-sec .elementor-swiper-button {
margin: 0 auto !important;
left: auto !important;
right: 0 !important;
}
.learn-slider-sec .elementor-swiper-button-next {
right: -00px !important;
}
.learn-slider-sec .elementor-swiper-button-prev{
right:70px !important;
}
.enquiry-form ul li{
width: 48%;
}
.md-content-div {
background-color: #dfe9f4;
}
.contact-dtls-sec .sub-head h2 {
font-size: 22px !important;
line-height: 28px !important;
}
.radio-btn-wrap{
width:100%;
}
ul.ofc-list li {
width: 48%;
}
ul.ofc-list {
gap: 30px 4%;
}
.card-container {
display: block;
}
.card-img-wrap .vmv-pc-img {
display: none;
}
.card-img-wrap .vmv-mob-img {
display: block;
object-position: top;
}
.card {
height: 300px;
}
.head-wrap h3 {
font-size: 34px;
}
.card-head-para-wrap h3 {
color: #203251;
}
.our-solutions-slider .card-head-para-wrap p {
color: #203251;
}
.card-head-para-wrap p {
font-size: 18px;
line-height: 30px;
max-width: 100% !important;
}
.vision-mission-sec .card-content {
width: 100%;
display: block;
left: 0 !important;
padding: 0px 20px 0;
}
.card-content {
top: auto;
bottom: 30px;
left: 5px !important;
}
.card:hover, .card.active {
height: 800px;
}
.head-wrap {
left: 20px;
}
.md-name h2.elementor-heading-title {
font-size: 22px !important;
line-height: 26px !important;
} .leader-popup-content {
max-width: 90%;
box-sizing: border-box;
}
.leader-popup-img {
width: 100%;
}
.leader-popup-overview {
width: 100%;
}
.leader-img-wrap a {
height: 27px;
width: 27px;
top: 10px;
right: 10px;
}
.business-category-section {
padding: 30px 10px 10px !important;
}
.business-category-list {
margin-bottom: 40px;
}
.leader-popup-overview p {
margin: 10px 0 0 0;
}
.leader-img-wrap {
margin-bottom: 15px;
position: relative;
}
}
@media(max-width:767px){
.wht-expct figure.elementor-image-box-img {
margin-left: 0 !important;
}
span.filename {
max-width: 110px;
}
.uploadFile span.wpcf7-not-valid-tip {
max-width: 120px;
}
.ftrpowerdby {
padding-left: 40px;
margin-top: 5px;
}
.copyright-content p {
padding-left: 40px;
line-height: 24px;
}
.scroll-up ul.curnt-opng-form-filds {
top: 67px;
transition: all 0.5s;
}
ul.curnt-opng-form-filds {
position: sticky;
height: 145px;
top: 0;
z-index: 99;
background-color: #dfe9f4;
padding-bottom: 20px;
margin-bottom: 20px;
transition: all 0.5s;
}
.product-card p {
font-size: 15px;
line-height: 23px;
margin-bottom: 15px !important;
}
.swatches span {
height: 20px !important;
width: 20px !important;
border-radius: 4px !important;
}
.swatches {
gap: 7px !important;
}
.keystats-content-wrap{
padding: 20px !important;
}
.term-textile .projects-wrap .swiper-slide.is-active .card,
.term-textile .projects-wrap .swiper-slide .card{
height:auto !important;
}
.cntct-dtl-list {
display: block;
}
.cntct-dtl-list li:last-child {
padding: 0;
margin-top: 5px;
}
.cntct-dtl-list li:first-child:after {
display: none;
}
.term-realty .past-project-slider .projects-wrap .swiper-slide.is-active .card {
height: auto !important;
}
.term-realty .past-project-slider .swiper-slide .card {
height: auto !important;
}
.term-realty .projects-wrap .card .card-content {
padding-bottom: 20px;
}
body .term-realty .infastructure-section .projects-wrap .card  {
height: auto !important;
margin:0;
}
.term-realty .our-offering-card:after{
display:none;
}
.term-realty .our-offering-sec h2 {
text-align: left;
}
.term-realty .our-offering-card .offering-btn {
opacity: 1 !important;
height: 45px !important;
width: 45px !important;
top: 20px;
right: 20px;
}
.term-realty .our-offering-img {
height: 260px;
}
.term-realty .our-offering-card {
height: auto;
position: relative;
overflow: hidden;
border-radius: 20px;
}
.term-realty .our-offering-content {
padding: 0;
border-radius: 0 0 20px 20px;
width: 100%;
position: relative !important;
bottom: 0 !important;
top: auto !important;
transform: none !important;
max-height: none;
height: auto;
transition: none;
opacity: 1 !important;
}
.term-realty .our-offering-card-head{
display:none;
}
.infastructure-section .projects-wrap .card {
height: 580px !important;
}
.our-solutions-slider .card-img-wrap:after {
height: 190px;
}
.our-business figure a {
width: 100%;
}
.term-realty .our-offering-content-wrap {
padding: 0 20px 20px;
}
.term-realty .our-offering-content {
padding: 0;
border-radius: 0 0 20px 20px;
}
.past-project-slider .projects-wrap .card-head-para-wrap p {
margin: 0;
}
.projects-wrap .swiper-slide {
width: 100% !important;
}
.past-project-slider .projects-wrap .swiper-slide.is-active .card {
height: 410px !important;
} .our-offering-card {
width: 100% !important;
}
.our-offering-card-wrap {
flex-wrap: wrap;
}  .postid-1434 .our-solutions-wrap.noslidecontainer .swiper-slide {
width: 100% !important;
}
.single-cb_business.postid-1446 .our-expertisesec li {
width: 100% !important;
}
.single-cb_business.postid-1446 .our-expertisesec li:last-child {
margin: 0;
}
.vision-mission-sec .card-content {
padding: 0 20px;
}
.vision-mission-sec  .card-img-wrap:after {
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(31 49 79) 70%);
height: 100px;
}
body .investor-latest-news-slider .swiper-button-next {
right: -70px !important;
}
.investor-latest-news-slider .swiper-button-prev {
left: -70px !important;
}
.investor-latest-news-slider .swiper-button-next, .investor-latest-news-slider .swiper-button-prev {
bottom: -70px !important;
left: 0;
right: 0 !important;
margin: 0 auto;
}
.investor-latest-news-crad {
display: block !important;
}
.investor-latest-news-content {
width: 100% !important;
}
.investor-latest-news-content h3 {
margin-bottom: 10px !important;
font-size: 22px !important;
line-height: 30px !important;
}
.investor-latest-news-img {
width: 100% !important;
margin-top: 20px !important;
}
ul.invstr-cat-list li {
width: 100% !important;
}
.invt-board-dir h3 {
line-height: 46px !important;
}
.invt-board-dir .leader-list li {
width: 47.5%;
}
.counter-inr-wrap {
flex-wrap: nowrap;
}
.invstr-dwnld h4 {
font-size: 16px;
bottom: 20px;
}
.filters select{
margin:0 0 5px 0 !important; 
}
ul.curnt-opng-form-filds li #business_line {
font-size: 20px;
color: #1F5A9E;
font-weight: 600;
padding-right: 60px;
}
.carrer-card-section >li:hover .text_para {
font-size: 18px !important;
line-height: 26px !important;
}
.home_cards_section.carrer-card-section .content {
padding: 20px !important;
}
.carrer-card-section > li:hover .content:after {
height: 60% !important;
}
.curnt-opng-sec h3{
margin-bottom:20px !important;
}
.curnt-opng-form-filds li {
width: 100% !important;
}
.curnt-opng-form-filds li:first-child {
width: 100% !important;
}
.accordion__header {
padding: 15px 20px !important;
}
.accordion__header:after {
top: 17px !important;
}
.accordion__header.is-active:after {
top: 14px !important;
}
.opng-dtl-list li {
width: 100%;
}
.accordion__body {
padding: 0 20px 10px !important;
}
.opng-dtl-list {
margin: 0 0 20px 0;
}
.accordion__body p {
margin-bottom: 10px !important;
}
.career-gallery-slider .card {
height: 200px !important;
}
.learn-slider-sec .elementor-swiper-button {
left: 0 !important;
}
.learn-slider-sec .elementor-swiper-button-prev {
right: 0 !important;
left: -70px !important;
}
.learn-slider-sec .elementor-swiper-button-next {
right: -70px !important;
}
.keystats-cards {
padding: 30px 20px !important;
}
.our-solutions-slider .card .card-content {
bottom: 20px !important;
left: 0 !important;
padding: 20px 20px 0;
}
.our-solutions-slider .swiper-slide {
width: 100% !important;
}
.our-solutions-slider .swiper-wrapper {
gap: 10px;
}
.projects-wrap .swiper-slide.is-active .card {
height: 580px !important;
}
.product-range-section h1.product-title {
text-align: left !important;
margin-bottom: 0;
}
.filters {
width: 100% !important;
background-color: #dfe9f4 !important;
padding: 20px 0;
z-index: 99999;
}
.product-layout {
display: block !important;
}
.product-card {
width: 50% !important;
}
.products-grid {
width: 100% !important;
gap: 20px 4.5% !important;
margin-bottom: 20px !important;
}
body .product-range-section button#load-more-rng {
left: 0 !important;
right: 0 !important;
margin: 0 auto !important;
}
.product-card img {
height: auto!important;
}
.product-card {
padding: 10px !important;
}
.product-card {
width: 40.5% !important;
}
.keyexp-box {
width: 100% !important;
}
.keystats-cards h2 {
text-align: left !important;
margin-bottom: 30px !important;
} .life-at-swan .elementor-image-box-wrapper {
display: flex;
justify-content: space-between !important;
}
.life-at-swan .elementor-image-box-wrapper .elementor-image-box-content {
width: 70%;
}
.life-at-swan .elementor-image-box-wrapper figure.elementor-image-box-img {
width: 20% !important;
}
.other-corporate-ofc h2.elementor-heading-title {
font-size: 28px !important;
}
ul.ofc-list li {
width: 100%;
}
.radio-btn-wrap {
position: static;
}
.radio-button-container span:first-child {
margin: 0;
}
.radio-button-container {
margin-bottom: 30px;
display: block;
}
.enquiry-form ul li {
width: 100% !important;
margin-bottom: 25px;
}
.enquiry-form ul li.one-third {
width: 100%;
}
.card {
height: 215px;
transition:all 0.5s;
}
.card:hover, .card.active{
height: 425px;
transition:all 0.5s;
}
.leader-popup-content {
padding-top: 60px;
}
.leader-popup-overview p {
margin: 0px 0 0 0;
} .team-category-title {
text-align: left;
margin: 0 0 20px;
}
.leader-list {
gap: 30px 5%;
}
.leader-list li {
width: 47%;
}
.leader-info-wrap h4{
font-size: 18px;
margin: 0 0 5px 0;
line-height: 22px;
}
.leader-info-wrap p {
font-size: 14px;
line-height: 20px;
}
.leader-sec .elementor-shortcode ul.leader-list:nth-child(4) {
margin-bottom: 0;
}
.business-category-list {
flex-direction: column-reverse !important;
}
.business-category-description {
width: 100% !important;
}
.business-category-thumbnail {
width: 100% !important;
margin-bottom: 20px;
}
.business-category-list:nth-child(2n) {
flex-direction: column-reverse !important;
}
.business-category-list {
margin-bottom: 57px;
}
.business-category-list:last-child {
margin: 0;
}
.leader-popup-card {
display: block;
}
.leader-popup-img {
width: 100%; }
.leader-popup-img img {
display: none;
}
.leader-popup-img .ldr_name {
text-align: left;
font-size: 26px;
margin: 0 0 10px 0;
}
.leader-popup-img h4.ldr_DPT_NAME {
display: none;
}
.leader-popup-designation {
width: 100%;
}
.leader-popup-overview {
height: 410px;
overflow-y: scroll;
}
}